jonkeane commented on code in PR #49381:
URL: https://github.com/apache/arrow/pull/49381#discussion_r2847286403
##########
r/vignettes/developers/setup.Rmd:
##########
@@ -332,25 +332,7 @@ library when building arrow. You can do this a number of
different ways:
* Using {withr}'s `with_makevars(list(LDFLAGS = ""), ...)`
* adding `LDFLAGS=` to your `~/.R/Makevars` file (the least recommended way,
though it is a common debugging approach suggested online)
-```{bash, save=run & !sys_install & macos, hide=TRUE}
-# Setup troubleshooting section
-# install a system-level arrow on macOS
-brew install apache-arrow
-```
-
-
-```{bash, save=run & !sys_install & ubuntu, hide=TRUE}
-# Setup troubleshooting section
-# install a system-level arrow on Ubuntu
-sudo apt update
-sudo apt install -y -V ca-certificates lsb-release wget
-wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr
'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename
--short).deb
-sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release
--codename --short).deb
-sudo apt update
-sudo apt install -y -V libarrow-dev
-```
-
-```{bash, save=run & !sys_install & macos}
+```bash
Review Comment:
We don't want to remove these chunks here (or the `, save=run & !sys_install
& macos`) — if you look at the text above these two blocks are intending to set
up the circumstance where we "need to make sure that you don't let R link to
your system
library when building arrow".
--
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]