Headingmessage

R

Module

load the module

boswald.ui@ondemand ~ * module load r
boswald.ui@ondemand ~ * R

R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> 

Installing Packages

You'll need to install any packages from ondemand.c3plus3.org as the Falcon compute nodes do not have access to the internet.

For example:

install.packages('future', repos='https://ftp.osuosl.org/pub/cran/')
install.packages('future.batchtools', repos='https://ftp.osuosl.org/pub/cran/')

You only need to install packages once