Running R on HPC
In this section, we give some advice about running R in various locations—particularly on Frontera, but also locally on your own machines—for the purposes of development and simple testing.
Keep these R facts in mind:
- Capitalization matters, so that a variable called
temp
is different from one calledTemp
. - When specifying the path of a file the direction of the slash also matters. Windows uses backslashes (\) and Linux uses forward slashes (/). Since the backslash is also an escape sequence, you will need two of them in the Windows paths, e.g.,
.
©
|
Cornell University
|
Center for Advanced Computing
|
Copyright Statement
|
Access Statement
CVW material development is supported by NSF OAC awards 1854828, 2321040, 2323116 (UT Austin) and 2005506 (Indiana University)
CVW material development is supported by NSF OAC awards 1854828, 2321040, 2323116 (UT Austin) and 2005506 (Indiana University)