checkPackageIsInstalledAndLoadable.Rd
Check if a package is already installed and loadable
checkPackageIsInstalledAndLoadable(packageToInstallName)
Name of the package to check
FALSE if installed and loadable, else TRUE
citoolsr:::checkPackageIsInstalledAndLoadable(packageToInstallName = "utils") #> Checking if package "utils" need to be installed... #> [1] FALSE