View source: R/check_tmhmm_install.R
check_tmhmm_install | R Documentation |
This function checks to make sure that TMHMM is installed correctly at the file path specified by the user. If TMHMM is not installed correctly, then the function will output an error message telling the user to check their installation.
check_tmhmm_install(tmhmm_folder_name)
tmhmm_folder_name |
Full path to folder containing installed TMHMM 2.0 software. This value should end in TMHMM2.0c |
A Boolean stating if TMHMM is installed correctly, will be TRUE if TMHMM 2.0 is located at the path specified and FALSE if it is not.
This function also prints a helpful method providing tips on how to fix the installation if TMHMM is not found at the folder path specified.
tmhmm_folder_name <- "~/TMHMM2.0c" install_correct <- check_tmhmm_install(tmhmm_folder_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.