set_is_mhcnuggets_installed {mhcnuggetsr}R Documentation

Set the MHCnuggets installation state to the desired one

Description

Set the MHCnuggets installation state to the desired one

Usage

set_is_mhcnuggets_installed(
  is_installed,
  verbose = FALSE,
  folder_name = get_default_mhcnuggets_folder(),
  mhcnuggets_url = get_mhcnuggets_url()
)

Arguments

is_installed

the desired installation state. Must be TRUE or FALSE

verbose

set to TRUE for more debug information

folder_name

superfolder of MHCnuggets. The name of the superfolder is /home/[user_name]/.local/share by default, as can be obtained byget_default_mhcnuggets_folder

mhcnuggets_url

URL to the MHCnuggets GitHub repository

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek


[Package mhcnuggetsr version 1.1 Index]