Skip to content

R package that makes linux environment modules available from R

License

Notifications You must be signed in to change notification settings

larsgr/RLinuxModules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLinuxModules

R package that makes linux environment modules available from R.

Note: Lmod environment module system have support for R so this package is not needed.

installation

devtools::install_github("larsgr/RLinuxModules")

use example:

library(RLinuxModules)

moduleInit( modulesHome = "yourpathToModulesEnvironment")

module("load samtools") # loads samtools into the environment

system("samtools") # samtools should now be available (if you have that module)

How it works

The Modules Environment does not support R scripting but does support Python. This package works by using the python support and translating the python commands returned from modulecmd python into R commands. It has only been tested for version 3.2.10

About

R package that makes linux environment modules available from R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages