rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.47k stars 518 forks source link

Update Copernicus publication template to version 6.2 #366

Closed RLumSK closed 3 years ago

RLumSK commented 3 years ago

This PR updates the Copernicus publication template to the version published 2021-01-15 and add NEWs. I also tested the output and it looks good to me.

To contribute a new article template to this package, please make sure you have done the following things (note that journalname_article below is only an example name):

cderv commented 3 years ago

One advice for next time @RLumSK : if you remember, please work on a branch before making your PR. It is easier for us to handle PR that are not on master branch. There is no issue really, just better for me to handle PR that are not made on your master. (and easier for you to update your fork after a PR also) . Thank you!

RLumSK commented 3 years ago

One advice for next time @RLumSK : if you remember, please work on a branch before making your PR. It is easier for us to handle PR that are not on master branch. There is no issue really, just better for me to handle PR that are not made on your master. (and easier for you to update your fork after a PR also) . Thank you!

@cderv Sorry about that. Sure, no problem at all, next time I will do as advised. In particular the latter part "and easier for you to update your fork after a PR also" is indeed an aspect I did not think about before.

cderv commented 3 years ago

If you are into usethis, the PR helper can help you deal with all that from R https://usethis.r-lib.org/articles/articles/pr-functions.html