install_deps(pkg = ".", dependencies = NA, threads = getOption("Ncpus",
1), repos = getOption("repos"), type = getOption("pkgType"), ...,
upgrade = TRUE, quiet = FALSE, force_deps = FALSE)as.package for more informationlogical indicating to also install uninstalled
packages which this pkg depends on/links to/suggests. See
argument dependencies of install.packages."Ncpus" or 1 if unset.update. If "both", will switch
automatically to "binary" to avoid interactive prompts during package
installation.install.packages.TRUE, also upgrade any of out date dependencies.TRUE suppresses output from this function.