Description Usage Arguments Value Author(s) Examples
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).
1 |
... |
any argument that can be passed to base R's |
invisible NULL
.
Borui Niklas Zhu
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.