R: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    20 October 2022

    • curprev 19:0019:00, 20 October 2022James talk contribs 1,489 bytes +1,489 Created page with "In order to use R on Penzias, Appel, Andy or Karle please load the corresponding module: <pre> module load r </pre> Complete R documentation may be found at http://www.r-project.org/ ====Running R on Karle ==== The following is the "Hello World" program written in R: <pre> # Hello World example a <- c("Hello, world!") print(a) </pre> To run R job on Karle server, save your R script into the file (for example "hello.R") and use the following command to launch it:..."