Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SPARK-14074][SPARKR] Specify commit sha1 ID when using install_githu…
…b to install intr package.
  • Loading branch information
Sun Rui committed Mar 23, 2016
commit 87fa1999cafe4ede165520fae0241fa1477341b6
2 changes: 1 addition & 1 deletion dev/lint-r.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down