# NOT RUN {
check_installed()
#> [1] "addinslist" "antiword" " ape" "assertthat" ...
check_installed(c("utils", "stats"))
#> utils stats
#> TRUE TRUE
check_installed("datasets", "base", fakepkg)
#> datasets base fakepkg
#> TRUE TRUE FALSE
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab