https://github.com/usdaforestservice/fiestautils
https://github.com/usdaforestservice/fiestautils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/usdaforestservice/fiestautils
- Owner: USDAForestService
- Created: 2022-01-13T17:57:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:23:01.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:50:10.514Z (over 1 year ago)
- Language: R
- Size: 3.11 MB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---
[](https://github.com/USDAForestService/FIESTAutils/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=FIESTAutils)
[](https://cran.r-project.org/web/checks/check_results_FIESTAutils.html)
[](https://usdaforestservice.r-universe.dev/FIESTAutils)
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# 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:
``` r
install.packages("FIESTAutils")
```
Or, you can install the developmental version of `FIESTAutils` from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("USDAForestService/FIESTAutils")
```