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.
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")
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
rmd_conflicts()
rmd_deps()
rmd_packages()
rmd_update()