View source: R/test_surfaltr.R
test_surfaltr | R Documentation |
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.
test_surfaltr()
Nothing is returned.
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
tmhmm_folder_name <- "~/TMHMM2.0c" if (check_tmhmm_install(tmhmm_folder_name)) { test_surfaltr() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.