Skip to content

Commit

Permalink
move pkg test script to extdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Sep 4, 2021
1 parent 42f4351 commit 493a6a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ purl_vigns:
R --slave -e "lapply(dir('vignettes', '^.*\\\\.Rmd$$'), function(x) knitr::purl(file.path('vignettes', x), gsub('.Rmd', '.R', x, fixed = TRUE)))"

vign_seed:
R --slave -e "source('inst/scripts/find_vignette_seed.R')"
R --slave -e "source('inst/extdata/find_vignette_seed.R')"

quicksite:
R --slave -e "options(rmarkdown.html_vignette.check_title = FALSE);pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)"
Expand Down
File renamed without changes.

0 comments on commit 493a6a8

Please sign in to comment.