dongjoon-hyun commented on a change in pull request #24701: [MINOR][DOCS][R] Use actual version in SparkR Arrow guide for copy-and-paste URL: https://github.com/apache/spark/pull/24701#discussion_r287454482
########## File path: docs/sparkr.md ########## @@ -666,10 +666,10 @@ Apache Arrow is an in-memory columnar data format that is used in Spark to effic Currently, Arrow R library is not on CRAN yet [ARROW-3204](https://issues.apache.org/jira/browse/ARROW-3204). Therefore, it should be installed directly from Github. You can use `remotes::install_github` as below. ```bash -Rscript -e 'remotes::install_github("apache/arrow@TAG", subdir = "r")' +Rscript -e 'remotes::install_github("apache/[email protected]", subdir = "r")' ``` -`TAG` is a version tag that can be checked in [Arrow at Github](https://github.com/apache/arrow/releases). You must ensure that Arrow R package is installed and available on all cluster nodes. The current supported version is 0.12.1. +`apache-arrow-0.12.1` is a version tag that can be checked in [Arrow at Github](https://github.com/apache/arrow/releases). You must ensure that Arrow R package is installed and available on all cluster nodes. The current supported version is 0.12.1. Review comment: I have the same curiosity. :) Since this is orthogonal and may need `pom.xml`, I'll merge this first. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
