Hossein Falaki created SPARK-22766: -------------------------------------- Summary: Install R linter package in spark lib directory Key: SPARK-22766 URL: https://issues.apache.org/jira/browse/SPARK-22766 Project: Spark Issue Type: Bug Components: SparkR Affects Versions: 2.2.1 Reporter: Hossein Falaki
{{dev/lint-r.R}} file installs uses devtools to install {{jimhester/lintr}} package in the default site library location which is {{/usr/local/lib/R/site-library}. This is not recommended and can fail because we are running this script as jenkins while that directory is owned by root. We need to install the linter package in a local directory. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org