amoeba commented on code in PR #44033:
URL: https://github.com/apache/arrow/pull/44033#discussion_r1752164124
##########
r/README.md:
##########
@@ -23,7 +24,15 @@ Windows or macOS.
install.packages("arrow")
```
-Alternatively, if you are using conda you can install arrow from conda-forge:
+Alternatively, you can install the development version of arrow from
R-universe, which provides pre-compiled binaries for the most commonly used
operating systems.[^1]
Review Comment:
```suggestion
Alternatively, you can install the development version of arrow from
[R-Universe](https://r-universe.dev/), which provides pre-compiled binaries for
the most commonly used operating systems.[^1]
```
##########
r/README.md:
##########
@@ -23,7 +24,15 @@ Windows or macOS.
install.packages("arrow")
```
-Alternatively, if you are using conda you can install arrow from conda-forge:
+Alternatively, you can install the development version of arrow from
R-universe, which provides pre-compiled binaries for the most commonly used
operating systems.[^1]
+
+[^1]: Linux users should consult the R-universe
[documentation](https://docs.r-universe.dev/install/binaries.html) for the
exact repo URL path and limitations.
Review Comment:
```suggestion
[^1]: Linux users should consult the R-Universe
[documentation](https://docs.r-universe.dev/install/binaries.html) for the
exact repo URL path and limitations.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]