R/base_packages.R

#' A list of all the base packages.
#' This is useful for knowing what not to try to install or uninstall.
#'
#' From https://github.com/wch/r-source/tree/trunk/src/library
#' @export
base_packages <- function() { c("stats", "graphics", "grDevices", "utils", "datasets", "methods", "base", "tools", "utils", "compiler", "grid", "parallel", "profile", "splines", "stats4", "tcltk", "translations", "lattice", "Matrix") }
peterhurford/pkgdeps documentation built on May 14, 2019, 8:55 a.m.