View the pre-built site at https://predictiveecology.github.io/fireSenseManual/.
To build the manual yourself:
## install build dependencies
install.packages("remotes")
source("install.R")
## build the manual
source("build.R")View the locally-built site by opening docs/index.html.