R/utils.R
pkg_exists.Rd
Checks if the specified R package exists on the local system.
pkg_exists(p)
The R package to check for.
TRUE if package exists, FALSE otherwise.