ensurePackagePresent: This utility function will check if the given package is...

Description Usage Arguments Details Value

View source: R/utilities.R

Description

If it is available, but in a standard path, then this is probably an outdated version and we need to install the current version. If it is available, but as a dev_package, then we need to install the current version.

Usage

1
ensurePackagePresent(pkgName = "tdmore", quiet = TRUE)

Arguments

pkgName

the dev package name

quiet

FALSE to display log messages

Details

The function always returns a temporary lib directory.

Value

a directory that can be added to libPaths


tdmore-dev/tdmore documentation built on Jan. 1, 2022, 3:21 a.m.