Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install_r_macos.md #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update install_r_macos.md #57

wants to merge 1 commit into from

Conversation

kbodwin
Copy link

@kbodwin kbodwin commented Jul 12, 2024

Dollar sign in $PATH should not be escaped.

Dollar sign in $PATH should not be escaped
@llrs
Copy link
Member

llrs commented Jul 12, 2024

Nice addition, perhaps a better place would be the R Dev guide, the how to install R for MacOs is missing. Copying/porting this code there might help more users.

@aitap
Copy link
Contributor

aitap commented Jul 15, 2024

I think this is generated from install_r_macos.Rmd:

```{sh}
# Intel
export PATH="/opt/R/x86_64/bin:\${PATH}"
```
```{sh}
# Apple Silicon (M1, M2, ...)
export PATH="/opt/R/arm64/bin:\${PATH}"
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants