Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

automatically install all dependences of a package in R

install.packages("foo", dependencies=...) #.e.g dependencies = TRUE
Comment

automatically install all dependences of a package in R

dependencies: logical indicating to also install uninstalled packages
      which these packages depend on/link to/import/suggest (and so
      on recursively).  Not used if ‘repos = NULL’.  Can also be a
      character vector, a subset of ‘c("Depends", "Imports",
      "LinkingTo", "Suggests", "Enhances")’.

      Only supported if ‘lib’ is of length one (or missing), so it
      is unambiguous where to install the dependent packages.  If
      this is not the case it is ignored, with a warning.

      The default, ‘NA’, means ‘c("Depends", "Imports",
      "LinkingTo")’.

      ‘TRUE’ means (as from R 2.15.0) to use ‘c("Depends",
      "Imports", "LinkingTo", "Suggests")’ for ‘pkgs’ and
      ‘c("Depends", "Imports", "LinkingTo")’ for added
      dependencies: this installs all the packages needed to run
      ‘pkgs’, their examples, tests and vignettes (if the package
      author specified them correctly).
Comment

PREVIOUS NEXT
Code Example
Shell :: create permanent shortcut command ubuntu 
Shell :: powershell interactive menu 
Shell :: initialize SQL server from command line 
Shell :: ubuntu 20 show dock only on hover 
Shell :: debug chrome remote ssh 
Shell :: schedule a job bash 
Shell :: how to search .class file in unix 
Shell :: arch linux deepin compositor 
Shell :: how to clone git all repository git ubuntu 
Shell :: remove docker completely orcal linx 
Shell :: how-to-remove-show-applications-icon-from-the-dock-in-ubuntu-20-04 
Shell :: mac find command printf 
Shell :: activar w10 
Shell :: is needed to run `file_system` for your system 
Shell :: How to translate a string to md5 using bash 
Shell :: how install gradel 
Shell :: Could not start TLS encryption. unknown sssd 
Shell :: delete every file in directory mac 
Shell :: dpkg: error processing archive /var/cache/apt/archives/influxdb_1.8.10-1_amd64.deb (--unpack): 
Shell :: uninstall zabbix java gateway 
Shell :: linux check defragnmentation of disk 
Shell :: The following packages have unmet dependencies: linux-headers-5.16.0-12parrot1-amd64 : Depends: linux-compiler-gcc-11-x86 
Shell :: how to find out specifics on m otherboard using linux mint 20.3 
Shell :: mybatis plus version 
Shell :: $FOO, or val if unset (or null) 
Shell :: linux install certificate chain 
Shell :: script inside script bash 
Shell :: bash find files with word 
Shell :: all changed files git 
Shell :: bitbucket Permission denied (publickey). fatal: Could not read from remote repository. 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =