Package: RenvModule 1.1
RenvModule: Interface to Allow Full Use of the Environment Modules System for Unix
Provides environment modules functionality, which enables use of the Environment Modules system (<http://modules.sourceforge.net/>) from within the R environment. By default the user's login shell environment (ie. "bash -l") will be used to initialize the current session. The module function can also; load or unload specific software, list all the loaded software within the current session, and list all the applications available for loading from the module system. Lastly, the module function can remove all loaded software from the current session.
Authors:
RenvModule_1.1.tar.gz
RenvModule_1.1.zip(r-4.5)RenvModule_1.1.zip(r-4.4)RenvModule_1.1.zip(r-4.3)
RenvModule_1.1.tgz(r-4.4-any)RenvModule_1.1.tgz(r-4.3-any)
RenvModule_1.1.tar.gz(r-4.5-noble)RenvModule_1.1.tar.gz(r-4.4-noble)
RenvModule_1.1.tgz(r-4.4-emscripten)RenvModule_1.1.tgz(r-4.3-emscripten)
RenvModule.pdf |RenvModule.html✨
RenvModule/json (API)
# Install 'RenvModule' in R: |
install.packages('RenvModule', repos = c('https://jdhayes.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jdhayes/renvmodule/issues
- myEnvModules - Global instance of RenvModule
Last updated 3 years agofrom:571cbe24cf. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
Exports:moduleRenvModule
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Define what happens based on action | module |
Global instance of RenvModule | myEnvModules |
A Reference Class to contain method. | RenvModule RenvModule-class |