
Last chance! 50% off unlimited learning
Sale ends in
install.packages()
but doesn't install packages
that are already installed, and also upgrades out dated dependencies.update_packages(pkgs, dependencies = NA, repos = getOption("repos"),
type = getOption("pkgType"))
TRUE
is shorthand for "Depends", "Imports", "LinkingTo" and
"Sugg
update
. If "both", will switch
automatically to "binary" to avoid interactive prompts during package
installation.package_deps
to see which packages are out of date/
missing.update_packages("ggplot2")
update_packages(c("plyr", "ggplot2"))
Run the code above in your browser using DataLab