Learn R Programming

DistributionFitR (version 0.1)

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

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

install.packages_DistributionFitR(...)

Arguments

...

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

Value

invisible NULL.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
   # running the next command will run several minutes
   # and install many packages
   install.packages_DistributionFitR()
  
# }

Run the code above in your browser using DataLab