We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb331e commit 7b88b5cCopy full SHA for 7b88b5c
cleanup
@@ -1,5 +1,5 @@
1
#!/bin/sh -e
2
3
# Note to Windows users: This is not actually platform specific.
4
-# "${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = FALSE)'
+"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(load_code = roxygen2::load_source, clean = TRUE)'
5
exit $?
cleanup.win
@@ -1,7 +1,7 @@
cp -r src/stan_files tests/testthat/stan_files
6
cp -r inst/include tests/testthat/include
7
0 commit comments