Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contents

Table of Contents

Glossary

Frequently Asked Questions

...

Overview

Module: Example

Code Block
[]$ module spider r
----------------------------
  r:
----------------------------
     Versions:
        r/3.4.4
        r/3.5.0-py27
        r/3.5.0
        r/3.5.1s
        r/3.5.2-py27
        r/3.5.2
        r/3.5.3-py27
        r/3.5.3
        r/3.6.1-intel
        r/3.6.1-py27
        r/3.6.1
        r/4.0.0-py27
        r/4.0.2-intel
        r/4.0.2-py27
----------------------------
  For detailed information about a specific "r" module (including how to load the modules) use the module's full name.
  For example:
     $ module spider r/4.0.2-py27
----------------------------

[]$ module spider r/3.5.1s
----------------------------
  r: r/3.5.1s
----------------------------
    You will need to load all module(s) on any one of the lines below before the "r/3.5.1s" module is available to load.
      singularity/2.5.2
      singularity/3.1.1

[]$ module spider r/3.6.1
----------------------------
  r: r/3.6.1
----------------------------
    You will need to load all module(s) on any one of the lines below before the "r/3.6.1" module is available to load.
      swset/2018.05  gcc/7.3.0

module load gcc/7.3.0 r/3.6.1

UsingUsing

Use the module name r to discover versions available and to load the application.

Once the modules have been loaded:

...

Code Block
[]$ module load r/3.6.1
Lmod has detected the following error:  These module(s) exist but cannot be loaded as requested: "r/3.6.1"
   Try: "module spider r/3.6.1" to see how to load the module(s).

R Packages

Below we will give some guidelines on how to install and use various R packages specifically on Teton.

...