CRAN Package Check Results for Package CausalImpact

Last updated on 2025-09-16 21:50:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 6.75 125.62 132.37 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.0 4.81 85.10 89.91 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 205.26 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.0 238.76 ERROR
r-devel-windows-x86_64 1.3.0 8.00 116.00 124.00 OK
r-patched-linux-x86_64 1.3.0 6.38 103.92 110.30 OK
r-release-linux-x86_64 1.3.0 6.18 116.56 122.74 ERROR
r-release-macos-arm64 1.3.0 69.00 OK
r-release-macos-x86_64 1.3.0 121.00 OK
r-release-windows-x86_64 1.3.0 8.00 129.00 137.00 ERROR
r-oldrel-macos-arm64 1.3.0 53.00 OK
r-oldrel-macos-x86_64 1.3.0 91.00 OK
r-oldrel-windows-x86_64 1.3.0 11.00 168.00 179.00 ERROR

Check Details

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’ [43s/55s] 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’ [25s/30s] 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’ [8s/12s] Running ‘testthat.R’ [69s/88s] 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’ [10s/76s] Running ‘testthat.R’ [77s/477s] 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’ [5s/6s] Running ‘testthat.R’ [40s/51s] 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-release-linux-x86_64

Version: 1.3.0
Check: tests
Result: ERROR Running 'CausalImpact_import_test.R' [5s] Running 'testthat.R' [41s] 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-release-windows-x86_64

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.