Learn R Programming

tmhmm (version 1.3)

check_tmhmm_installation: Checks the installation of TMHMM. Throws a helpful error message if incomplete, else does nothing

Description

Checks the installation of TMHMM. Throws a helpful error message if incomplete, else does nothing

Usage

check_tmhmm_installation(folder_name = get_default_tmhmm_folder())

Arguments

folder_name

superfolder of TMHMM. The superfolder's name is /home/[user_name]/.local/share by default, as can be obtained by get_default_tmhmm_folder

Value

Nothing

Examples

Run this code
# NOT RUN {
if (is_tmhmm_installed()) {
  check_tmhmm_installation()
}
# }

Run the code above in your browser using DataLab