Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.3 KB

R-CMD-check CRAN status cran checks r-universe badge

FIESTAutils

The FIESTAutils R package provides tools for data wrangling, spatial data analysis, statistical modeling (including direct, model-assisted, photo-based, and small area tools), and USDA Forest Service data base tools. These tools are aimed to help Foresters, Analysts, and Scientists extract and perform analyses on USDA Forest Service data.

Installation

You can install the stable version of FIESTAutils from CRAN with:

install.packages("FIESTAutils")

Or, you can install the developmental version of FIESTAutils from GitHub with:

# install.packages("devtools")
devtools::install_github("USDAForestService/FIESTAutils")