Skip to content

Commit 83914bd

Browse files
avoid devtools dep
this now has new system dep: r-lib/devtools@575ae4e
1 parent 60da741 commit 83914bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hook-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
}
8989
# avoid build-time deps
9090
options(install.packages.compile.from.source = "never")
91-
renv::install(c('testthat', 'devtools', 'git2r'))
91+
renv::install(c('testthat', 'pkgload', 'git2r'))
9292
# some testing infrastructure we need is in R/testing.R
9393
renv::install(getwd())
9494
shell: Rscript {0}
@@ -101,7 +101,7 @@ jobs:
101101
shell: Rscript {0}
102102
- name: Test
103103
run: |
104-
devtools::load_all()
104+
pkgload::load_all()
105105
testthat::test_file(
106106
"tests/testthat/test-hooks.R",
107107
reporter = testthat::MultiReporter$new(list(

0 commit comments

Comments
 (0)