grantmcdermott commented on code in PR #44033:
URL: https://github.com/apache/arrow/pull/44033#discussion_r1751212837
##########
r/README.md:
##########
@@ -23,7 +24,17 @@ 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.
+
+```r
+# Binaries for MacOS/Windows
+install.packages("arrow", repos = "https://apache.r-universe.dev")
+
+# Binaries for Linux (Ubuntu 24.04)
+install.packages("arrow", repos =
"https://rpolars.r-universe.dev/bin/linux/noble/4.4")
Review Comment:
> Probably a copying error.
Ah, good catch.
> As it is, I would not recommend using the binary URL for Ubuntu in
R-universe unless you are familiar with the internals of R-universe.
Fair enough. I'll remove and link to the
[description](https://docs.r-universe.dev/install/binaries.html) of Ubuntu
binaries in the r-universe docs.
--
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]