rstudio / rticles

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

Journal of Data Science template #498

Closed jooyoungseo closed 1 year ago

jooyoungseo commented 2 years ago

Added a new template for Journal of Data Science (JDS).

How to contribute a new output format ?

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):

Lastly, please try your best to do only one thing per pull request (e.g., if you want to add two output formats, do them in two separate pull requests), and refrain from making cosmetic changes in the code base: https://yihui.name/en/2018/02/bite-sized-pull-requests/

Thank you!

cderv commented 1 year ago

@jooyoungseo while I was taking care of the review comments I left, I notice that there are this project now https://github.com/wenjie2wang/jds.rmd which is officially recommanded by JDS https://jds-online.org/journal/JDS/information/submit-your-article

For papers that includes code demonstrations (e.g., papers on software packages), please consider using Rmd template (https://cran.r-project.org/web/packages/jds.rmd/index.html).

Are you ok to close this PR in favor of the other package ?

Thanks

jooyoungseo commented 1 year ago

@cderv -- I was not aware of that package when I was working on this PR. Yes, we can close this and probably Quarto template might be a better contribution in the long run.