Skip to content

Commit

Permalink
more skips
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed May 1, 2024
1 parent cf013d2 commit 34c5c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check-rstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,9 @@ jobs:
rjags
coda
testthat
xml2
usethis
rcmdcheck
- name: Test timings
run: testthat::test_local(reporter = 'junit')
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
build_args: 'c("--no-manual", "--no-build-vignettes")'
Expand Down
1 change: 1 addition & 0 deletions tests/mvgam_examples.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Small mvgam examples for testing post-fitting functions such as
# predict, forecast, hindcast etc...
skip_on_cran()
set.seed(1234)
library(mvgam)
mvgam_examp_dat <- list(data_train =
Expand Down

0 comments on commit 34c5c41

Please sign in to comment.