We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60da741 commit 83914bdCopy full SHA for 83914bd
.github/workflows/hook-tests.yaml
@@ -88,7 +88,7 @@ jobs:
88
}
89
# avoid build-time deps
90
options(install.packages.compile.from.source = "never")
91
- renv::install(c('testthat', 'devtools', 'git2r'))
+ renv::install(c('testthat', 'pkgload', 'git2r'))
92
# some testing infrastructure we need is in R/testing.R
93
renv::install(getwd())
94
shell: Rscript {0}
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Test
103
run: |
104
- devtools::load_all()
+ pkgload::load_all()
105
testthat::test_file(
106
"tests/testthat/test-hooks.R",
107
reporter = testthat::MultiReporter$new(list(
0 commit comments