Check which packages are not installed
Examples
check_packages(c("stats","definitely_not_a_real_pkg"))
#> [1] "definitely_not_a_real_pkg"
Check which packages are not installed
check_packages(c("stats","definitely_not_a_real_pkg"))
#> [1] "definitely_not_a_real_pkg"