paleolimbot commented on a change in pull request #12072:
URL: https://github.com/apache/arrow/pull/12072#discussion_r779940344
##########
File path: r/vignettes/install.Rmd
##########
@@ -7,14 +7,14 @@ vignette: >
%\VignetteEncoding{UTF-8}
---
-The Apache Arrow project is implemented in multiple languages, and the R
package depends on the Arrow C++ library (referred to from here on as
libarrow). This means that when you install arrow, you need both the R and C++
versions. If you install arrow from CRAN on a machine running Windows or
MacOS, when you call `install.packages("arrow")`, a precompiled binary
containing both the R package and libarrow will be downloaded. However, CRAN
does not host R package binaries for Linux, and so you must choose from one of
the alternative approaches.
+The Apache Arrow project is implemented in multiple languages, and the R
package depends on the Arrow C++ library (referred to from here on as
libarrow). This means that when you install arrow, you need both the R and C++
versions. If you install arrow from CRAN on a machine running Windows or
MacOS, when you call `install.packages("arrow")`, a precompiled binary
containing both the R package and libarrow will be downloaded. However, CRAN
does not host R package binaries for Linux, and so you must choose from one of
the alternative approaches.
Review comment:
Are there any actual changes in this file? Totally fine with fixing the
whitespace at the end of all the lines, but if there were no changes you might
want to revert to minimize the diff.
--
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]