Skip to content

Commit

Permalink
move generation script to tests/dev folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 3, 2023
1 parent 8337f15 commit 1288ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/gen_roxygen_tests.R → tests/dev/gen_roxygen_tests.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/Rscript
# execute from package TLD: ./.dev/gen_roxygen_tests.R
# execute from package TLD: ./tests/dev/gen_roxygen_tests.R
roxygen_stub <- "roxygen-examples-complete"
all_examples <- list.files(file.path("tests", "testthat", roxygen_stub))
unique_tests <- unique(sub("-.*", "", all_examples))
Expand Down

0 comments on commit 1288ccc

Please sign in to comment.