diff --git a/r/R/install-arrow.R b/r/R/install-arrow.R index 8ff7d7c9d5db5..0a0d9bd3b0ff4 100644 --- a/r/R/install-arrow.R +++ b/r/R/install-arrow.R @@ -56,7 +56,7 @@ install_arrow_msg <- function(has_arrow, version, from_cran, os) { # Point to compilation instructions on readme msg <- c(SEE_DEV_GUIDE, THEN_REINSTALL) } else { - # Suggest arrow.apache.org/install for PPAs, or compilation instructions + # Suggest arrow.apache.org/install, or compilation instructions msg <- c(paste(SEE_ARROW_INSTALL, OR_SEE_DEV_GUIDE), THEN_REINSTALL) } } else if (!dev_version && !from_cran) {