Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add glossa_article() #361

Merged
merged 48 commits into from
Sep 7, 2021
Merged

add glossa_article() #361

merged 48 commits into from
Sep 7, 2021

Commits on Apr 3, 2021

  1. a redirected URL revealed by R's URL check

    yihui authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    652630a View commit details
    Browse the repository at this point in the history
  2. CRAN release v0.18

    yihui authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    72f1a33 View commit details
    Browse the repository at this point in the history
  3. disable the link to the Talyor & Francis template, because it often r…

    …eturns the status code 520 (hence causes trouble in our CRAN submission):
    
    > table(replicate(100, attr(curlGetHeaders('https://www.tandf.co.uk/journals/authors/InteractCADLaTeX.zip'), 'status')))
    
    200 520
     23  77
    yihui authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    468e358 View commit details
    Browse the repository at this point in the history
  4. Update rjournal_article.Rd (rstudio#365)

    Jessica Burnett authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    22b1698 View commit details
    Browse the repository at this point in the history
  5. Update Copernicus publication template to version 6.2 (rstudio#366)

    RLumSK authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    39ea526 View commit details
    Browse the repository at this point in the history
  6. add jasa_article() (rstudio#364)

    Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    7ae2089 View commit details
    Browse the repository at this point in the history
  7. Use dev tinytex and new exported function in the skeleton

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    1b4a049 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffe0f03 View commit details
    Browse the repository at this point in the history
  9. Update R CMD workflow (rstudio#370)

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    139b8a3 View commit details
    Browse the repository at this point in the history
  10. add a CRAN badge

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    6e7af3b View commit details
    Browse the repository at this point in the history
  11. Update the PR template about CLA assistant

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    ca49e94 View commit details
    Browse the repository at this point in the history
  12. add pihph_article() (rstudio#362)

    Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
    Stefano Coretta and cderv committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    871447d View commit details
    Browse the repository at this point in the history
  13. add ims_article() (rstudio#372)

    Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
    2 people authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    228ab53 View commit details
    Browse the repository at this point in the history
  14. homogenize use of rmarkdown::pandoc_variable_arg

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    646797e View commit details
    Browse the repository at this point in the history
  15. Fix issue with previous commit

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    54922aa View commit details
    Browse the repository at this point in the history
  16. Update documentation of articles

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    78f9d10 View commit details
    Browse the repository at this point in the history
  17. Correct draft() example in README

    cderv authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    65bd29f View commit details
    Browse the repository at this point in the history
  18. CRAN release v0.19

    yihui authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    c33d984 View commit details
    Browse the repository at this point in the history
  19. start the next version

    yihui authored and Stefano Coretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    1728ea7 View commit details
    Browse the repository at this point in the history
  20. add glossa_article()

    stefanocoretta committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    952b660 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' into glossa-article

    Stefano Coretta authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    dbb2681 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Merge branch 'rstudio:master' into glossa-article

    Stefano Coretta authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    f4a2e94 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
    Stefano Coretta and cderv authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    bb5a8f2 View commit details
    Browse the repository at this point in the history
  3. add content in skeleton

    stefanocoretta committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    37f4fc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. add explanation of class options in skeleton

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    894164c View commit details
    Browse the repository at this point in the history
  2. add missing longtable package in glossa template

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    09226a4 View commit details
    Browse the repository at this point in the history
  3. add figure in glossa skeleton

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    609d53f View commit details
    Browse the repository at this point in the history
  4. add interlinear glosses and tables in glossa template

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    8a92d8e View commit details
    Browse the repository at this point in the history
  5. add figure in glossa skeleton

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    213e219 View commit details
    Browse the repository at this point in the history
  6. add bibliography in glossa article

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    7835bf8 View commit details
    Browse the repository at this point in the history
  7. add info on bib style in glossa

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    beed2e2 View commit details
    Browse the repository at this point in the history
  8. add support for citeproc in glossa

    stefanocoretta committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    40c9e1b View commit details
    Browse the repository at this point in the history
  9. Update inst/rmarkdown/templates/glossa/resources/template.tex

    Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
    Stefano Coretta and cderv authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    8f925e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. fix glossa template error in citeproc code

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    5bccb9a View commit details
    Browse the repository at this point in the history
  2. add instructions in glossa article for bibliography

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    859314f View commit details
    Browse the repository at this point in the history
  3. move word count in glossa article and document it

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    b916838 View commit details
    Browse the repository at this point in the history
  4. add keywords in glossa article skeleton

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    da996f3 View commit details
    Browse the repository at this point in the history
  5. move include-before in glossa article

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    87ea216 View commit details
    Browse the repository at this point in the history
  6. consolidate pandoc citeproc code and add notice

    stefanocoretta committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    379552f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    4600694 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. delete unused csl file a references

    stefanocoretta committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f8c2752 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    8518ba0 View commit details
    Browse the repository at this point in the history
  2. Bump version

    [skip ci]
    cderv committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    298f2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a774cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f46dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e182e87 View commit details
    Browse the repository at this point in the history
  6. Add Author guidelines url to help page

    [skip ci]
    cderv committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3bca5c7 View commit details
    Browse the repository at this point in the history
  7. Add NEWS bullet

    [skip ci]
    cderv committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    691060a View commit details
    Browse the repository at this point in the history