Install or update R

Open
#305 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
25/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
r
Domain
documentation

Research direction

Review the linked Happy Git with R, R for Data Science, RStudio, and r-builds resources, along with the shell commands in the issue. Confirm what documentation location this resource belongs in and whether the installation and upgrade guidance is current; done means the intended resource entry is clearly defined and its links and commands are accurate.

Written by the indexing model from the issue text.

Description

install

Quick install from source:

R_VERSION="4.2.0"
bash -c "$(curl -L https://rstd.io/r-install)"
sudo ln -s /opt/R/${R_VERSION}/bin/R /usr/local/bin/R
sudo ln -s /opt/R/${R_VERSION}/bin/Rscript /usr/local/bin/Rscript
Dominant language
No language data
Stars
17
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from RMI/resources

All issues in RMI/resources

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.