From 3912e4ae55aca5a6eb23ecb95664159b651f998f Mon Sep 17 00:00:00 2001 From: Sun Rui Date: Wed, 23 Mar 2016 15:01:40 +0800 Subject: [PATCH] [SPARK-14074][SPARKR] Specify commit sha1 ID when using install_github to install intr package. --- dev/lint-r.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/lint-r.R b/dev/lint-r.R index 999eef571b82..87ee36d5c9b6 100644 --- a/dev/lint-r.R +++ b/dev/lint-r.R @@ -27,7 +27,7 @@ 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) { - devtools::install_github("jimhester/lintr") + devtools::install_github("jimhester/lintr@a769c0b") } library(lintr)