We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ffeb4 commit 95e6034Copy full SHA for 95e6034
.github/workflows/r-check-other.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: |
53
install.packages("testthat")
54
- source("tests/testthat.R")
+ testthat::test_package("ExampleRcppStringi")
55
shell: Rscript {0}
56
57
- name: Check
0 commit comments