install.all_DistributionFitr: Installs all packages from DistributionFitR's standard search...

Description Usage Arguments Value Author(s) Examples

Description

DistributionFitR comes with an extensive list of distribution families on CRAN together with their characteristics, referred to in our manuals as “standard search list”. This function is a helper to install all the packages which contribute to this list. Usage is exactly like install.packages in base R, but without the need to specify which packages to install. If some packages fail to install, the others will not be affected (except dependencies).

Usage

1

Arguments

...

any argument that can be passed to base R's install.packages, except the argument pkgs.

Value

invisible NULL.

Author(s)

Borui Niklas Zhu

Examples

1
2
3
4
5
6
  ## Not run: 
   # running the next command will run several minutes
   # and install many packages
   install.packages_DistributionFitR()
  
## End(Not run)

DistributionFitR documentation built on March 13, 2020, 3:29 a.m.