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

    https://github.com/apache/spark/pull/19959#discussion_r156536774
  
    --- 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 --
    
    i'd rather not have the build installing system-level packages, unless it's 
in it's own distinct environment...  the R ecosystem on our jenkins is pretty 
fragile as it is, so let me think about how i want to go about addressing this. 
 updating the workers' packages isn't that big of a deal, i would just like it 
to be reproducable.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to