CRAN Package Check Results for Package CausalImpact

Last updated on 2025-10-02 01:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.1 7.60 127.55 135.15 OK
r-devel-linux-x86_64-debian-gcc 1.4.1 5.48 89.38 94.86 OK
r-devel-linux-x86_64-fedora-clang 1.4.1 226.59 OK
r-devel-linux-x86_64-fedora-gcc 1.4.1 230.39 OK
r-devel-windows-x86_64 1.4.1 11.00 148.00 159.00 OK
r-patched-linux-x86_64 1.4.1 6.84 121.00 127.84 OK
r-release-linux-x86_64 1.3.0 6.54 117.66 124.20 ERROR
r-release-macos-arm64 1.4.1 69.00 OK
r-release-macos-x86_64 1.4.1 248.00 OK
r-release-windows-x86_64 1.4.1 9.00 131.00 140.00 OK
r-oldrel-macos-arm64 1.3.0 53.00 OK
r-oldrel-macos-x86_64 1.4.1 211.00 OK
r-oldrel-windows-x86_64 1.4.1 12.00 177.00 189.00 OK

Check Details

Version: 1.3.0
Check: tests
Result: ERROR Running ‘CausalImpact_import_test.R’ [5s/7s] Running ‘testthat.R’ [41s/56s] 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