An open API service indexing awesome lists of open source software.

https://github.com/eddelbuettel/minm

Minm Is Not Meta: One way to get several RMarkdown-using packages
https://github.com/eddelbuettel/minm

Last synced: over 1 year ago
JSON representation

Minm Is Not Meta: One way to get several RMarkdown-using packages

Awesome Lists containing this project

README

          

## minm

Minm is not meta: One way to get several RMarkdown-using packages

### Installation

As the package is not on CRAN, you can use the [ghrr drat
repo](https://ghrr.github.io/drat/) to install via one additional line as in

```r
drat:::addRepo("ghrr") # registers the ghrr drat repo
install.packages("minm") # installs minm from ghrr
```

Once installed, the above code examples should work as expected.

### See Also

- [binb](https://github.com/eddelbuettel/binb): Binb is not Beamer: Stylish pdf Presentations from RMarkdown
- [linl](https://github.com/eddelbuettel/linl): Linl is not Letter: LaTeX letters from RMarkdown
- [pinp](https://github.com/eddelbuettel/pinp): Pinp is not PNAS: Snazzy one-or two column short papers or vignettes
- [tint](https://github.com/eddelbuettel/tint): tint is not tufte: Beautiful pdf or html handout or writeups

### Authors

Dirk Eddelbuettel

### License

GPL (>= 2)