https://github.com/predictiveecology/firesensemanual
https://github.com/predictiveecology/firesensemanual
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/predictiveecology/firesensemanual
- Owner: PredictiveEcology
- Created: 2024-11-25T21:40:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T05:15:18.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:25:05.512Z (over 1 year ago)
- Language: TeX
- Homepage: https://predictiveecology.github.io/fireSenseManual/
- Size: 27.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Citation: citations/ecology-letters.csl
Awesome Lists containing this project
README
# fireSense User Guide and Manual
View the pre-built site at .
To build the manual yourself:
```r
## 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`.