Skip to contents

Check if a package is already installed and loadable

Usage

checkPackageIsInstalledAndLoadable(packageToInstallName)

Arguments

packageToInstallName

Name of the package to check

Value

FALSE if installed and loadable, else TRUE

Examples

citoolsr:::checkPackageIsInstalledAndLoadable(packageToInstallName = "utils")
#> Checking if package "utils" need to be installed...
#> [1] FALSE