-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
44 lines (33 loc) · 1.28 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "occurrence manual"
date: "`r paste0('built on ', Sys.Date())`"
author: "`r paste0('built w/ rgbif v', packageVersion('rgbif'), ' / spocc v', packageVersion('spocc'), ' / rbison v', packageVersion('rbison'))`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: ropenscilabs/occurrence-manual
description: "occurrence manual"
---
```{r echo=FALSE, results="hide"}
occ_pkgs <- c("rgbif", "spocc", "rbison", "rvertnet", "ecoengine", "auk")
```
# occurrence manual
This book covers a suite of R packages used in working with biological
occurrence data.
## Info
* Code: <https://github.com/ropenscilabs/occurrence-manual/>
* Issues/Bug reports: Go to issue trackers for each package
Packages
* `rgbif`: <https://cran.rstudio.com/web/packages/rgbif/>
* `spocc`: <https://cran.rstudio.com/web/packages/spocc/>
* `rbison`: <https://cran.rstudio.com/web/packages/rbison/>
* `rvertnet`: <https://cran.rstudio.com/web/packages/rvertnet/>
* `ecoengine`: <https://cran.rstudio.com/web/packages/ecoengine/>
* `auk`: <https://cran.rstudio.com/web/packages/auk/>
## Installation
Stable version from CRAN
```{r eval=FALSE}
install.packages(c("rgbif", "spocc", "rbison", "rvertnet", "ecoengine", "auk"))
```