tests/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")

Find a detailed list of tests available below

Fiesta Test Suite Details



USDAForestService/FIESTA documentation built on April 5, 2025, 4:13 a.m.