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



Try the FIESTA package in your browser

Any scripts or data that you put into this service are public.

FIESTA documentation built on June 22, 2024, 7:37 p.m.