Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/19290
  
    Hi @shaneknapp. I am sorry but it's me again ...
    
    Here, this PR tries to upgrade an R package, 
[lintr](https://github.com/jimhester/lintr) for static Code analysis for R, 
which is ran via `./dev/lint-r` -> `dev/lint-r.R` as a part of Jenkins PR build.
    
    This upgrade catches many meaningful instances that should have caught 
before in SparkR codes and if I understood correctly, we decided to upgrade 
this if it does not cause a problem.
    
    I tried to fix the `dev/lint-r.R` script so that `lintr` can be upgraded if 
this package is not installed or not the specific version (1.0.1.9000) after 
testing this in my local, but looks failed in Jenkins due to a permission issue.
    
    I believe the bash command below installs the package correctly:
    
    ```R
    Rscript -e "devtools::install_github('jimhester/lintr@5431140')"
    ```
    
    Maybe, I should have cc'ed you here first before trying this one. I 
appologise and I will cc you in such cases in the future.


---

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

Reply via email to