check_tmhmm_installation: Checks the installation of TMHMM. Throws a helpful error...

View source: R/check_tmhmm_installation.R

check_tmhmm_installationR Documentation

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

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_tmhmm_installed()) {
  check_tmhmm_installation()
}

richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.