check_pureseqtm_installation: Checks the installation of PureseqTM. Throws a helpful error...

View source: R/check_pureseqtm_installation.R

check_pureseqtm_installationR Documentation

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

Description

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

Usage

check_pureseqtm_installation(folder_name = get_default_pureseqtm_folder())

Arguments

folder_name

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

Value

Nothing. Will stop with a helpful error message if PureseqTM is not installed.

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_pureseqtm_installed()) {
  check_pureseqtm_installation()
}

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.