R package for generating indicators from OBIS
Animated map of OBIS data segemented by decade:
All data from OBIS in one map:
Basic installation is simple:
remotes::install_github("marinebon/obisindicators")
But you will also need to install dependencies. You will need to install RTools and devtools to do this. Once those are installed run the following to complete installation of this package and its dependencies:
devtools::install_local()
library(obisindicators)
You will likely need Rtools to install the dggridr
dependency.
Rtools is installed separately from R and Rstudio.
devtools::install_local()
testthat::test_local()
- create new vignettes via
usethis::use_vignette("new_vignette_name")
- to pre-build a vignette
- set chunk's
eval
is false - then put markdown into the vignette to display the output image (or other html)
- assets go in
vignettes
or inman/figures
[ref)
- set chunk's