Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
be725a60
Commit
be725a60
authored
Apr 03, 2020
by
Michael Krause
🎉
Browse files
R: rewording
parent
b9378275
Pipeline
#5521
passed with stages
in 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
software/r.rst
View file @
be725a60
...
...
@@ -19,12 +19,13 @@ Packages
--------
Some packages are already installed globally, for every other dependency you
can just go ahead and install them on your own. All the nodes and the master
node share your home directory so you only need to install the packages once
and they'll be available with your jobs.
Note that you should install the packages on the master as development files
are usually not distributed to the execution nodes.
Also, if you change the minor or major version of R (3.5.x to 3.6.x or 3.x ->
can just go ahead and install them on your own (Answer `yes` if you are asked
`Would you like to use a personal library instead?`).
All the nodes and the master node share your home directory so you only need to
install the packages once and they'll be available with your jobs. Note that
you should install the packages on the master as development files are usually
not distributed to the execution nodes. Also, if you change the minor or major
version of R (3.5.x to 3.6.x or 3.x ->
4.x) it's necessary to rebuild your packages.
.. code-block:: r
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment