Skip to content

Commit 63f75bd

Browse files
Revise install_arrow instructions for Linux
1 parent 42f4f34 commit 63f75bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

r/R/install-arrow.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ OR_SEE_DEV_GUIDE <- paste0(
9898
SEE_ARROW_INSTALL <- paste(
9999
"See the Apache Arrow project installation page",
100100
"<https://arrow.apache.org/install/>",
101-
"for how to install the C++ package from a PPA."
101+
"to find pre-compiled binary packages for some common Linux distributions,",
102+
"such as Debian, Ubuntu, CentOS, and Fedora."
102103
)
103104

104105
THEN_REINSTALL <- paste(

r/tests/testthat/test-install-arrow.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ r_only({
5151
test_that("Linux on release version gets pointed to PPA first, then C++", {
5252
expect_match(
5353
install_arrow_msg(FALSE, "0.13.0", os="linux"),
54-
"PPA. Or, see the Arrow C++ developer guide",
54+
"Fedora. Or, see the Arrow C++ developer guide",
5555
fixed = TRUE
5656
)
5757
})

0 commit comments

Comments
 (0)