Versions Compared

Key

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

...

Aloe is a supercomputer that uses a software module system to quickly load and unload software from the environment. If there is software that is needed for research purposes that is not already available on the supercomputer via a module or package, you may be able to compile it yourself. If not, please reach out to asre-support@asu.edu submit a request at https://links.asu.edu/kesc-support for assistance or to have it installed as a module.

...

Using a package manager requires root / sudo access and is not available to users on Aloe. If you require a package that is only available with a package manager, please contact asre-support@asu.edu submit a request at https://links.asu.edu/kesc-support for assistance.

Compiling Software

...

Specific steps for each piece of software may vary. Contact asre-support@asu.edu for assistance. Submit a request at https://links.asu.edu/kesc-support for assistance.

Python Packages

Python packages can be installed into a mamba environment from conda-forge. See Working with Python for more information on working with Python.

...

Excerpt

R packages can be installed from the mirror https://cran.rstudio.com/

When installing in RStudio Desktop GUI, this is automatically the default mirror. When installing from the R CLI, this mirror must be explicitly set before installing packages

Code Block
languager
> options(repos = "https://cran.rstudio.com")
> install.packages("packagename") 

See Working with R for more information on working with R.

Insert excerpt
Additional Help Excerpt
Additional Help Excerpt
namehelp
nopaneltrue