Biodiversity conservation for areas beyond national jurisdiction, funded by Pew with Benioff for UN
This repository is for storing code, including:
From R console (such as in RStudio IDE):
# install devtools if you need it
# install.packages("devtools")
# install package
devtools::install_github("ecoquants/bbnj")
# load library
library(bbnj)
# get help
help(package="bbnj")
run_app()
The scenarios are located under the package’s inst/app/www/scenarios
, which you can access via the local copy of the repository (for editing) or the installed package (for viewing only; ).
usethis::create_package(path = "../bbnj")
devtools::check()
usethis::use_package("raster")
usethis::use_package("sf")
usethis::use_package("leaflet")
usethis::use_vignette("prep_climate_ubc")
pkgdown::build_site()