installSuggests {dimRed} | R Documentation |
Install packages wich are suggested by dimRed.
installSuggests(...)
... |
additional options passed to install.packages. |
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.
## Not run:
installSuggests()
## End(Not run)