CRAN Package Check Results for Maintainer ‘Alain Hauser <alhauser at google.com>’

Last updated on 2025-09-13 13:50:09 CEST.

Package ERROR OK
CausalImpact 5 8

Package CausalImpact

Current CRAN status: ERROR: 5, OK: 8

Version: 1.3.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Alain Hauser <alhauser@google.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = c("Kay", "H."), family = "Brodersen", role = "aut", email = "kbrodersen@google.com"), person(given = "Alain", family = "Hauser", role = c("aut", "cre"), email = "alhauser@google.com")) as necessary. Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running ‘CausalImpact_import_test.R’ [5s/7s] Running ‘testthat.R’ [42s/53s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright 2014-2022 Google Inc. All rights reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not use this file except in compliance with the License. > # You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, software > # distributed under the License is distributed on an "AS IS" BASIS, > # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > # See the License for the specific language governing permissions and > # limitations under the License. > > # Unit test driver for the CausalImpact package. > # > # Author: kbrodersen@google.com (Kay Brodersen) > > library(CausalImpact) Loading required package: bsts Loading required package: BoomSpikeSlab Loading required package: Boom Attaching package: 'Boom' The following object is masked from 'package:stats': rWishart Attaching package: 'BoomSpikeSlab' The following object is masked from 'package:stats': knots Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: xts Attaching package: 'bsts' The following object is masked from 'package:BoomSpikeSlab': SuggestBurn > library(testthat) > > # Open graphics device and run tests > plot.file <- tempfile("CausalImpact", fileext = ".png") > png(plot.file) > testthat::test_check("CausalImpact") [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-impact-plot.R:107:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:118:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.0
Check: tests
Result: ERROR Running ‘CausalImpact_import_test.R’ [3s/4s] Running ‘testthat.R’ [27s/34s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright 2014-2022 Google Inc. All rights reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not use this file except in compliance with the License. > # You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, software > # distributed under the License is distributed on an "AS IS" BASIS, > # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > # See the License for the specific language governing permissions and > # limitations under the License. > > # Unit test driver for the CausalImpact package. > # > # Author: kbrodersen@google.com (Kay Brodersen) > > library(CausalImpact) Loading required package: bsts Loading required package: BoomSpikeSlab Loading required package: Boom Attaching package: 'Boom' The following object is masked from 'package:stats': rWishart Attaching package: 'BoomSpikeSlab' The following object is masked from 'package:stats': knots Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: xts Attaching package: 'bsts' The following object is masked from 'package:BoomSpikeSlab': SuggestBurn > library(testthat) > > # Open graphics device and run tests > plot.file <- tempfile("CausalImpact", fileext = ".png") > png(plot.file) > testthat::test_check("CausalImpact") [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-impact-plot.R:107:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:118:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running ‘CausalImpact_import_test.R’ Running ‘testthat.R’ [69s/84s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright 2014-2022 Google Inc. All rights reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not use this file except in compliance with the License. > # You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, software > # distributed under the License is distributed on an "AS IS" BASIS, > # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > # See the License for the specific language governing permissions and > # limitations under the License. > > # Unit test driver for the CausalImpact package. > # > # Author: kbrodersen@google.com (Kay Brodersen) > > library(CausalImpact) Loading required package: bsts Loading required package: BoomSpikeSlab Loading required package: Boom Attaching package: 'Boom' The following object is masked from 'package:stats': rWishart Attaching package: 'BoomSpikeSlab' The following object is masked from 'package:stats': knots Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: xts Attaching package: 'bsts' The following object is masked from 'package:BoomSpikeSlab': SuggestBurn > library(testthat) > > # Open graphics device and run tests > plot.file <- tempfile("CausalImpact", fileext = ".png") > png(plot.file) > testthat::test_check("CausalImpact") [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-impact-plot.R:107:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:118:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.0
Check: tests
Result: ERROR Running ‘CausalImpact_import_test.R’ [9s/12s] Running ‘testthat.R’ [71s/83s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright 2014-2022 Google Inc. All rights reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not use this file except in compliance with the License. > # You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, software > # distributed under the License is distributed on an "AS IS" BASIS, > # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > # See the License for the specific language governing permissions and > # limitations under the License. > > # Unit test driver for the CausalImpact package. > # > # Author: kbrodersen@google.com (Kay Brodersen) > > library(CausalImpact) Loading required package: bsts Loading required package: BoomSpikeSlab Loading required package: Boom Attaching package: 'Boom' The following object is masked from 'package:stats': rWishart Attaching package: 'BoomSpikeSlab' The following object is masked from 'package:stats': knots Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: xts Attaching package: 'bsts' The following object is masked from 'package:BoomSpikeSlab': SuggestBurn > library(testthat) > > # Open graphics device and run tests > plot.file <- tempfile("CausalImpact", fileext = ".png") > png(plot.file) > testthat::test_check("CausalImpact") [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-impact-plot.R:107:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:118:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running 'CausalImpact_import_test.R' [7s] Running 'testthat.R' [59s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Copyright 2014-2022 Google Inc. All rights reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not use this file except in compliance with the License. > # You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, software > # distributed under the License is distributed on an "AS IS" BASIS, > # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > # See the License for the specific language governing permissions and > # limitations under the License. > > # Unit test driver for the CausalImpact package. > # > # Author: kbrodersen@google.com (Kay Brodersen) > > library(CausalImpact) Loading required package: bsts Loading required package: BoomSpikeSlab Loading required package: Boom Attaching package: 'Boom' The following object is masked from 'package:stats': rWishart Attaching package: 'BoomSpikeSlab' The following object is masked from 'package:stats': knots Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: xts Attaching package: 'bsts' The following object is masked from 'package:BoomSpikeSlab': SuggestBurn > library(testthat) > > # Open graphics device and run tests > plot.file <- tempfile("CausalImpact", fileext = ".png") > png(plot.file) > testthat::test_check("CausalImpact") [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-impact-plot.R:107:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:118:3'): CreateImpactPlot ────────────────────── class(q) not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64