CRAN downloads

Introduction

Since ‘rmarkdown’ and ‘knitr’, more and more members (rticles, bookdown, mindr…) have been joining the R Markdown family. The installation and maintenance becomes annoying. With ‘rmd’ you can easily install and load them.

Quick start

Installation

When you install ‘rmd’, the R Markdown family members are installed in one single step:

# stable version:
install.packages("rmd")
# or development version:
remote::install_github("pzhaonet/rmd")

Load

require('rmd')
>> Loading required package: rmd
>> -- Attaching packages --------------------------------------------- rmd 0.1.3 --
>> √ rmarkdown    1.11.2     √ tinytex      0.9   
>> √ knitr        1.21       √ xaringan     0.8   
>> √ bookdown     0.9        √ citr         0.2.0 
>> √ blogdown     0.10       √ mindr        1.1.10
>> √ rticles      0.6        √ bookdownplus 1.5.4 

Other functions

Updates

  • 2018-12-15. v0.0.0. Initialization.

License

Copyright Peng Zhao.

Released under the MIT license.