Skip to content

Commit

Permalink
Only in local library
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 8, 2021
1 parent a099949 commit 6d595dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
if (!requireNamespace("curl", quietly = TRUE)) install.packages("curl")
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
update.packages(ask = FALSE)
update.packages(.libPaths()[[1]], ask = FALSE)
remotes::install_deps(dependencies = TRUE, type = .Platform$pkgType)
remotes::install_cran("rcmdcheck")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
if (!requireNamespace("curl", quietly = TRUE)) install.packages("curl")
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
update.packages(ask = FALSE)
update.packages(.libPaths()[[1]], ask = FALSE)
remotes::install_deps(dependencies = TRUE, type = .Platform$pkgType)
remotes::install_cran("covr")
shell: Rscript {0}
Expand Down

0 comments on commit 6d595dd

Please sign in to comment.