Check whether packages are installed
See also
Other pkg-utils:
CRANpkg(),
Githubpkg(),
get_dependencies(),
get_fun_from_pkg(),
mypkg(),
packageTitle(),
pload()
Examples
is.installed(c("dplyr", "ggplot2"))
#> dplyr ggplot2
#> FALSE FALSE