ez.install: alias of 'install.packages'

ez.installR Documentation

alias of install.packages

Description

alias of install.packages

Usage

ez.install(
  pkgs,
  lib,
  repos = getOption("repos"),
  contriburl = contrib.url(repos, type),
  method,
  available = NULL,
  destdir = NULL,
  dependencies = NA,
  type = getOption("pkgType"),
  configure.args = getOption("configure.args"),
  configure.vars = getOption("configure.vars"),
  clean = FALSE,
  Ncpus = getOption("Ncpus", 1L),
  verbose = getOption("verbose"),
  libs_only = FALSE,
  INSTALL_opts,
  quiet = FALSE,
  keep_outputs = FALSE,
  ...
)

jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.