test_surfaltr: Test the functionality of surfaltr

View source: R/test_surfaltr.R

test_surfaltrR Documentation

Test the functionality of surfaltr

Description

This function runs all of surfaltr's other functions on the CRB1 data set to ensure that the function output matches the expected output. An incorrect output or error indicates that something went wrong in installation.

Usage

test_surfaltr()

Value

Nothing is returned.

Note

If the results from the test match the expected results, a message stating that the test worked will be printed. If not, the user will be prompted to check the installation

Examples

 tmhmm_folder_name <- "~/TMHMM2.0c"
if (check_tmhmm_install(tmhmm_folder_name)) {
test_surfaltr()
}

EliLillyCo/surfaltr documentation built on May 3, 2022, 10:12 a.m.