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.
tests/dev
1 parent 8337f15 commit 1288cccCopy full SHA for 1288ccc
.dev/gen_roxygen_tests.R renamed to tests/dev/gen_roxygen_tests.R
@@ -1,5 +1,5 @@
1
#!/usr/bin/Rscript
2
-# execute from package TLD: ./.dev/gen_roxygen_tests.R
+# execute from package TLD: ./tests/dev/gen_roxygen_tests.R
3
roxygen_stub <- "roxygen-examples-complete"
4
all_examples <- list.files(file.path("tests", "testthat", roxygen_stub))
5
unique_tests <- unique(sub("-.*", "", all_examples))
0 commit comments