Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryer/Rgitbook
Gitbook for R Markdown
https://github.com/jbryer/Rgitbook
Last synced: 30 days ago
JSON representation
Gitbook for R Markdown
- Host: GitHub
- URL: https://github.com/jbryer/Rgitbook
- Owner: jbryer
- Created: 2014-04-22T13:49:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T20:23:04.000Z (over 7 years ago)
- Last Synced: 2024-11-09T06:18:19.831Z (about 1 month ago)
- Language: CSS
- Size: 3.51 MB
- Stars: 120
- Watchers: 21
- Forks: 43
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jbryer/Rgitbook - Gitbook for R Markdown (CSS)
README
# Gitbook Projects with R Markdown
#### Author: Jason Bryer ([[email protected]](mailto:[email protected]))
#### Website: [jason.bryer.org/Rgitbook](http://jason.bryer.org/Rgitbook)This page is for an R package used to interface with the [Gitbook.io](http://gitbook.io) framework for developing books using [Markdown](https://daringfireball.net/projects/markdown/). It provides complete access to the Gitbook commands while adding support for [R Markdown](https://www.rstudio.com/ide/docs/r_markdown) and [MathJax](http://www.mathjax.org/). See the [R Gitbook](http://jason.bryer.org/Rgitbook) for a tutorial on how to use this R package.
This R package can be downloaded directly from Github using the `devtools` package:
```
devtools::install_github('jbryer/Rgitbook')
```#### Updates
* 2014-04-23 - Added support for citations using the `knitcitations` package. The `newGitbook` will create a `references.Rmd` and `references.bib` file.
* 2014-04-23 - Update to support new plugin architecture for using themes in Gitbook.