Last updated on 2025-03-13 15:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 5.52 | 104.63 | 110.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 4.40 | 71.00 | 75.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 181.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 190.64 | OK | |||
r-devel-macos-arm64 | 1.3.0 | 57.00 | OK | |||
r-devel-macos-x86_64 | 1.3.0 | 130.00 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 8.00 | 0.00 | 8.00 | FAIL | |
r-patched-linux-x86_64 | 1.3.0 | OK | ||||
r-release-linux-x86_64 | 1.3.0 | 5.89 | 97.47 | 103.36 | OK | |
r-release-macos-arm64 | 1.3.0 | 53.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 91.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 9.00 | 115.00 | 124.00 | OK | |
r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.3.0 | 91.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.0 | 9.00 | 143.00 | 152.00 | OK |
Version: 1.3.0
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
SuggestBurn
>
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
> cleanEx()
> nameEx("CausalImpact")
> ### * CausalImpact
>
> flush(stderr()); flush(stdout())
>
> ### Name: CausalImpact
> ### Title: Inferring causal impact using structural time-series models
> ### Aliases: CausalImpact
>
> ### ** Examples
>
> # Example 1
> #
> # Example analysis on a simple artificial dataset
> # consisting of a response variable y and a
> # single covariate x1.
> set.seed(1)
> x1 <- 100 + arima.sim(model = list(ar = 0.999), n = 52)
> y <- 1.2 * x1 + rnorm(52)
> y[41:52] <- y[41:52] + 10
> data <- cbind(y, x1)
> pre.period <- c(1, 40)
> post.period <- c(41, 52)
> impact <- CausalImpact(data, pre.period, post.period)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64