Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.56 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.56 KB

rcmdcheck CRAN status CRAN RStudio mirror downloads r-downloads r-version r-dls

cffdrs

This project provides a group of new functions to calculate the outputs of the two main components of the Canadian Forest Fire Danger Rating System (CFFDRS) Van Wagner and Pickett (1985) at various time scales: the Fire Weather Index (FWI) System Wan Wagner (1985) and the Fire Behaviour Prediction (FBP) System Forestry Canada Fire Danger Group (1992). Some functions have two versions, table and raster based.

Installation

cffdrs is available from CRAN, so you can use install.packages("cffdrs") to get the current released version.

From Source on Windows

You are able to install directly from the remote.

remotes::install_github("cffdrs/cffdrs_r")
## For Dev version
## remotes::install_github("cffdrs/cffdrs_r", ref="dev")