Commit d6e5274 1 parent 09ff2e8 commit d6e5274 Copy full SHA for d6e5274
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
R-CMD-check :
16
16
runs-on : ${{ matrix.config.os }}
17
17
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 }})
19
19
20
20
strategy :
21
21
fail-fast : false
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
3
# 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)'
5
5
exit $?
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
3
# Note to Windows users: This is not actually platform specific.
4
+ " ${R_HOME} /bin/R" --vanilla --slave -e ' rstantools::rstan_config()'
4
5
" ${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
7
6
exit $?
You can’t perform that action at this time.
0 commit comments