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
- Host: GitHub
- URL: https://github.com/eddelbuettel/minm
- Owner: eddelbuettel
- Created: 2019-10-26T18:42:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T22:15:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T02:53:02.937Z (over 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
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)