https://github.com/pzhaonet/rmd
Easily Install and Load the R Markdown Family
https://github.com/pzhaonet/rmd
Last synced: 5 months ago
JSON representation
Easily Install and Load the R Markdown Family
- Host: GitHub
- URL: https://github.com/pzhaonet/rmd
- Owner: pzhaonet
- License: gpl-3.0
- Created: 2019-01-26T14:30:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T03:17:42.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T11:01:32.884Z (9 months ago)
- Language: R
- Homepage: rmd-pzhaonet.vercel.app
- Size: 409 KB
- Stars: 31
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rmarkdown - rmd: Easily Install and Load the R Markdown Family
- jimsghstars - pzhaonet/rmd - Easily Install and Load the R Markdown Family (R)
README
# rmd: Easily Install and Load the R Markdown Family
[](http://www.repostatus.org/#active)
[](https://cran.r-project.org/package=rmd)
[](http://www.r-pkg.org/pkg/rmd)
[](https://github.com/pzhaonet/rmd/network)
[](https://github.com/pzhaonet/rmd/stargazers)## 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. Furthermore, 'rmd' provides a RStudio addin to explore the R Markdown family.
Forget R, and enjoy the wonderful world of R Markdown.
## Quick start
### Installation
When you install 'rmd', the R Markdown family members are installed in one single step:
```R
# stable version:
install.packages("rmd")
# or development version:
remotes::install_github("pzhaonet/rmd")
```### Load
```R
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
```
### Addin'rmd' provides an RStudio addin. Click the 'Addins' button on the tool bar and find 'R Markdown Family' under 'RMD'. A table of suggested R markdown packages will pop out. A package in a green row has already been installed. Click a row to install or remove the package.

### Other functions
```r
rmd_conflicts()
rmd_deps()
rmd_packages()
rmd_update()
rmdAddin()
```
### List of R markdown family membersSee .
If you made a useful package for the R markdown family, feel free to make a pull request [on GitHub](https://github.com/pzhaonet/rmd/tree/master/static) to add it to the list.
# License
Copyright [Peng Zhao](http://pzhao.org).
Released under the GPL-3 license.