Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!300
"README.md" did not exist on "a605a63d20997c2ba6e7218f422e8d525b23e6d3"
Remove R read-only home notice.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove R read-only home notice.
r-inst-ro
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Adam Caprez
requested to merge
r-inst-ro
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a612b00f
1 commit,
3 years ago
1 file
+
0
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/applications/user_software/r_packages.md
+
0
−
6
Options
@@ -18,12 +18,6 @@ There are two options to install packages. The first is to run R on the
login node and run R interactively to install packages. The second is to
use the
`R CMD INSTALL`
command.
{{% notice info %}}
All R packages must be installed from the login node. R libraries are
stored in user's home directories which are not writable from the worker
nodes.
{{% /notice %}}
#### Installing packages interactively
1.
Load the R module with the command
`module load R`
Loading