...
- Produce a module file. It should be sufficient, to copy that of the previous version and to change the version number in the file.
...
Single R-package installation
Before a package is installed, the correct compiler module must be loaded. Otherwise the system compiler is used. Since c++ is used a lot, this may result in an inconsistent package library. It is not needed, to load a R-module file, when the scripts described below are used.
...
Automatic removal from the list of default packages is not implemented yet.
...
Default R-packages
To install the bundle of predefined R-packages, use the script install_packages. It
...