在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rstudio/rticles开源软件地址(OpenSource Url):https://github.com/rstudio/rticles开源编程语言(OpenSource Language):TeX 97.3%开源软件介绍(OpenSource Introduction):rticlesThe rticles package provides a suite of custom R Markdown LaTeX formats and templates for various formats. Most of the templates are provided and maintained by the community, and anyone can contribute a new template. See How to contribute below. BookInstallationYou can install and use rticles from CRAN as follows: install.packages("rticles") If you wish to install the development version from GitHub (which often contains new article formats), you can do this: remotes::install_github("rstudio/rticles") Using rticlesTo use rticles from RStudio, you can access the templates through
If you are not using RStudio, you’ll also need to install
Pandoc following these
instructions.
Then, use the rmarkdown::draft(
"MyJSSArticle.Rmd", template = "jss", package = "rticles"
)
rmarkdown::draft(
"MyRJournalArticle", template = "rjournal", package = "rticles"
) This will create a folder containing a Rmd file using the corresponding output format and all the assets required by this format. TemplatesCurrently included templates and their contributors are the following: You can also get the list of available journal names with
rticles::journals()
#> [1] "acm" "acs" "aea" "agu"
#> [5] "ajs" "amq" "ams" "arxiv"
#> [9] "asa" "bioinformatics" "biometrics" "copernicus"
#> [13] "ctex" "elsevier" "frontiers" "glossa"
#> [17] "ieee" "ims" "informs" "iop"
#> [21] "isba" "jasa" "jedm" "joss"
#> [25] "jss" "lipics" "lncs" "mdpi"
#> [29] "mnras" "oup_v0" "oup_v1" "peerj"
#> [33] "pihph" "plos" "pnas" "rjournal"
#> [37] "rsos" "rss" "sage" "sim"
#> [41] "springer" "tf" "trb" "wellcomeor" Those are the values to use within Under the hood, LaTeX templates are used to ensure that documents conform precisely to submission standards. At the same time, composition and formatting can be done using lightweight markdown syntax, and R code and its output can be seamlessly included using knitr. Getting helpThere are two main places to get help:
Code of ConductPlease note that the rticles project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. How to contribute?Most of the templates are contributed directly by the users in the community. If you want rticles to offer a new journal format, you can contribute by the following way. Suggest an idea for new format opening an issue.You may not feel confident enough or may not have time to contribute a
new format. By opening a new issue, you can share the idea for this
format, and see if someone in the community can help on it. To see the existing suggested formats, just filter issues with the help
wanted
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论