Last updated on 2026-03-11 13:52:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 9.05 | 91.16 | 100.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 6.85 | 63.39 | 70.24 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 16.00 | 140.23 | 156.23 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 15.00 | 147.58 | 162.58 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 2.00 | 29.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 13.00 | 97.00 | 110.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 10.09 | 82.46 | 92.55 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 8.60 | 82.56 | 91.16 | OK | |
| r-release-macos-arm64 | 0.2.0 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 7.00 | 159.00 | 166.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 11.00 | 97.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 31.00 | 33.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.2.0 | 6.00 | 96.00 | 102.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.2.0 | 14.00 | 120.00 | 134.00 | ERROR |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘fasster-Ex.R’ failed
The error most likely occurred in:
> ### Name: stream.FASSTER
> ### Title: Stream new data through a FASSTER model
> ### Aliases: stream.FASSTER
>
> ### ** Examples
>
> library(tsibble)
Attaching package: ‘tsibble’
The following objects are masked from ‘package:base’:
intersect, setdiff, union
> library(fasster)
>
> # Fit initial model on training data
> fit <- as_tsibble(head(USAccDeaths, -12)) |>
+ model(fasster = FASSTER(value ~ trend() + season("year")))
Error in `dont_know()`:
! `as_tsibble()` doesn't know how to handle the numeric class yet.
Backtrace:
▆
1. ├─fabletools::model(...)
2. ├─tsibble::as_tsibble(head(USAccDeaths, -12))
3. └─tsibble:::as_tsibble.default(head(USAccDeaths, -12))
4. └─tsibble:::dont_know(x, "as_tsibble")
5. └─rlang::abort(msg)
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64