https://github.com/sckott/gbifms
manuscript covering rgbif, pygbif, and gbifrb
https://github.com/sckott/gbifms
Last synced: 5 months ago
JSON representation
manuscript covering rgbif, pygbif, and gbifrb
- Host: GitHub
- URL: https://github.com/sckott/gbifms
- Owner: sckott
- License: cc-by-4.0
- Created: 2015-10-03T16:07:58.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-02-27T16:55:59.000Z (over 6 years ago)
- Last Synced: 2025-10-10T15:12:35.038Z (10 months ago)
- Language: TeX
- Homepage:
- Size: 12.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instructions for compiling manuscripts
======================================
[](https://circleci.com/gh/sckott/gbifms)
[](https://doi.org/10.5281/zenodo.997554)
Install dependencies
--------------------
Install the `rgbif` R package, including the suggested packages, using the following inside R:
```r
install.packages("rgbif", dependencies=TRUE)
```
Note that `rmarkdown` requires `pandoc` (>= 0.12.3) and `pandoc-citeproc` be installed. These ship with the current version of RStudio (`>=0.98`). Additionally, a LaTeX environment is required to generate the output pdf.
Install the `pygbif` Python library, using the following in your shell:
```shell
pip install pygbif
```
Install the `gbifrb` Ruby library, using the following in your shell:
```shell
gem install gbifrb
```
Build the manuscript
--------------------
In the directory
```
make
```
Open the pdf file
```
open manuscript.pdf
```