Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/19959#discussion_r177661344 --- Diff: dev/lint-r.R --- @@ -27,10 +27,11 @@ if (! library(SparkR, lib.loc = LOCAL_LIB_LOC, logical.return = TRUE)) { # Installs lintr from Github in a local directory. # NOTE: The CRAN's version is too old to adapt to our rules. if ("lintr" %in% row.names(installed.packages()) == FALSE) { --- End diff -- does `export R_LIBS_USER=~/Rlib` work for installing Rcpp? `devtools` `install_version` can fetch a specific version of lintr I think https://www.rdocumentation.org/packages/devtools/versions/1.13.3/topics/install_version
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org