Skip to content

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