Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19290#discussion_r140151179
  
    --- Diff: dev/lint-r.R ---
    @@ -28,6 +28,7 @@ if (! library(SparkR, lib.loc = LOCAL_LIB_LOC, 
logical.return = TRUE)) {
     # NOTE: The CRAN's version is too old to adapt to our rules.
     if ("lintr" %in% row.names(installed.packages())  == FALSE) {
       devtools::install_github("jimhester/lintr@a769c0b")
    +  # devtools::install_github("jimhester/lintr@5431140")
    --- End diff --
    
    because of `if ("lintr" %in% row.names(installed.packages())  == FALSE) {`
    ?
    it might be the case the Jenkins boxes already have a version installed and 
this won't update it


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to