Description
Forest Inventory Estimation and Analysis.
Description
A research estimation tool for analysts that work with sample-based inventory data from the U.S. Department of Agriculture, Forest Service, Forest Inventory and Analysis (FIA) Program.
README.md
FIESTA Test Suite
The testing suite uses the testthat R framework for testing. Here are the steps to run tests.
Open an R Terminal
To run all tests:devtools::test()
To run an individual test, run the following:library("FIESTA")
library("testthat")
testthat::test_file("tests/testthat/test-{testname}.R")