Versions Compared

Key

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

Table of Contents

Usage

No Format
module load R/3.2.3
OR
module load R/3.2.0

There are other older versions as well.
module display

 

Griffith Uni R Users site

...

No Format
Installing the akima package:

R
>install.packages('akima')
akima is now installed in R's library subfolder, with all its dependencies intact. You may load it using

library(akima)
OR use:
install.packages('akima', dependencies=TRUE, repos='http://cran.rstudio.com/')
 

Manually download the package

...