rticles

LaTeX Journal Article Templates for R Markdown

Github星跟踪图

Travis-CI Build Status
Downloads from the RStudio CRAN mirror

Installation

You 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")

Overview

The rticles package provides a suite of custom R Markdown LaTeX formats and templates for various formats, including:

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.

Using rticles requires the prerequisites described below. You can get most of these automatically by installing the latest release of RStudio (instructions for using rticles without RStudio are also provided).

Using rticles from RStudio

To use rticles from RStudio:

  1. Install the latest RStudio.

  2. Install the rticles package.

  3. Use the New R Markdown dialog to create an article from one of the templates:

    New R Markdown

Using rticles outside of RStudio

  1. Install pandoc using the instructions for your platform.

  2. Install the rticles packages.

  3. Use the rmarkdown::draft() function to create articles:

    rmarkdown::draft("MyJSSArticle.Rmd", template = "jss_article", package = "rticles")
    rmarkdown::draft("MyRJournalArticle", template = "rjournal_article", package = "rticles")
    

主要指标

概览
名称与所有者rstudio/rticles
主编程语言TeX
编程语言R (语言数: 7)
平台
许可证
所有者活动
创建于2014-03-14 18:52:20
推送于2025-03-11 10:29:38
最后一次提交
发布数24
最新版本名称v0.27 (发布于 )
第一版名称sandbox (发布于 )
用户参与
星数1.5k
关注者数40
派生数524
提交数873
已启用问题?
问题数295
打开的问题数45
拉请求数243
打开的拉请求数10
关闭的拉请求数38
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?