You can install the development version of biodiversityhorizons like so:
# Install devtools if not already installed
install.packages("devtools")
# Install biodiversityhorizons package
devtools::install_github("uw-ssec/biodiversity-horizons")
This is a basic example which shows you how to solve a common problem:
library(biodiversityhorizons)
## basic example code
You’ll still need to render README.Rmd
regularly, to keep README.md
up-to-date. devtools::build_readme()
is handy for this.