Skip to content

Commit

Permalink
Roxygen?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 5, 2024
1 parent 09ff2e8 commit d6e5274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

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

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e

# Note to Windows users: This is not actually platform specific.
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(load_code = roxygen2::load_source, clean = TRUE)'
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = TRUE)'
exit $?
3 changes: 1 addition & 2 deletions cleanup.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

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

0 comments on commit d6e5274

Please sign in to comment.