Skip to content

Commit d6e5274

Browse files
committed
Roxygen?
1 parent 09ff2e8 commit d6e5274

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
R-CMD-check:
1616
runs-on: ${{ matrix.config.os }}
1717

18-
name: ${{ matrix.config.rstan }} RStan - ${{ matrix.config.os }} (${{ matrix.config.r }})
18+
name: ${{ matrix.config.rstan }} R CMD CHECK - ${{ matrix.config.os }} (${{ matrix.config.r }})
1919

2020
strategy:
2121
fail-fast: false

cleanup

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh -e
22

33
# Note to Windows users: This is not actually platform specific.
4-
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(load_code = roxygen2::load_source, clean = TRUE)'
4+
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = TRUE)'
55
exit $?

cleanup.win

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh -e
22

33
# Note to Windows users: This is not actually platform specific.
4+
"${R_HOME}/bin/R" --vanilla --slave -e 'rstantools::rstan_config()'
45
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(load_code = roxygen2::load_source, clean = TRUE)'
5-
cp -r src/stan_files tests/testthat/stan_files
6-
cp -r inst/include tests/testthat/include
76
exit $?

0 commit comments

Comments
 (0)