Skip to content

Commit 3912e4a

Browse files
author
Sun Rui
committed
[SPARK-14074][SPARKR] Specify commit sha1 ID when using install_github to install intr package.
1 parent 179f6e3 commit 3912e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/lint-r.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (! library(SparkR, lib.loc = LOCAL_LIB_LOC, logical.return = TRUE)) {
2727
# Installs lintr from Github in a local directory.
2828
# NOTE: The CRAN's version is too old to adapt to our rules.
2929
if ("lintr" %in% row.names(installed.packages()) == FALSE) {
30-
devtools::install_github("jimhester/lintr")
30+
devtools::install_github("jimhester/lintr@a769c0b")
3131
}
3232

3333
library(lintr)

0 commit comments

Comments
 (0)