Skip to content

Commit 6c51a4a

Browse files
author
Nicholas Clark
committed
slow
1 parent 831628e commit 6c51a4a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/testthat/test-RW.R

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
context("RW,AR,VAR,CAR")
22

3+
skip_on_cran()
4+
35
test_that("ma and cor options should work for trends other than VAR", {
46
test <- mvgam(y ~ s(series, bs = 're') +
57
s(season, bs = 'cc') - 1,

tests/testthat/test-offset.R

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
context("offsets")
22

3+
skip_on_cran()
4+
35
test_that("offset incorporated into link-level linpred for beta", {
46
beta_data$data_train$pop <- as.numeric(beta_data$data_train$series) + 0.5
57
beta_data$data_test$pop <- as.numeric(beta_data$data_test$series) + 0.5

0 commit comments

Comments
 (0)