An open API service indexing awesome lists of open source software.

https://github.com/usdaforestservice/fiestautils


https://github.com/usdaforestservice/fiestautils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

[![R-CMD-check](https://github.com/USDAForestService/FIESTAutils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/USDAForestService/FIESTAutils/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/FIESTAutils)](https://CRAN.R-project.org/package=FIESTAutils)
[![cran checks](https://badges.cranchecks.info/worst/FIESTAutils.svg)](https://cran.r-project.org/web/checks/check_results_FIESTAutils.html)
[![r-universe badge](https://usdaforestservice.r-universe.dev/badges/FIESTAutils)](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")
```