Learn R Programming

dimRed (version 0.2.6)

installSuggests: getSuggests

Description

Install packages wich are suggested by dimRed.

Usage

installSuggests(...)

Arguments

...

additional options passed to install.packages.

Details

By default dimRed will not install all the dependencies, because there are quite a lot and in case some of them are not available for your platform you will not be able to install dimRed without problems.

To solve this I provide a function which automatically installes all the suggested packages.

Examples

Run this code
if (FALSE) {
installSuggests()
}

Run the code above in your browser using DataLab