Skip to content

Commit 7cb3be8

Browse files
committed
Specify v2.0.0
1 parent 22c1ba4 commit 7cb3be8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: install R packages
9191
run: |
9292
sudo Rscript -e "install.packages(c('curl', 'xml2', 'httr', 'devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2', 'e1071', 'survival'), repos='https://cloud.r-project.org/')"
93-
sudo Rscript -e "devtools::install_github('jimhester/lintr')"
93+
sudo Rscript -e "devtools::install_github('jimhester/lintr@v2.0.0')"
9494
- name: package and install SparkR
9595
run: ./R/install-dev.sh
9696
- name: lint-r

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@5431140")
30+
devtools::install_github("jimhester/lintr@v2.0.0")
3131
}
3232

3333
library(lintr)

0 commit comments

Comments
 (0)