Last updated on 2026-03-31 22:52:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 10.07 | 93.88 | 103.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 6.12 | 66.31 | 72.43 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 16.00 | 135.99 | 151.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 15.00 | 142.20 | 157.20 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 2.00 | 27.00 | 29.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 10.00 | 95.00 | 105.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 8.73 | 80.70 | 89.43 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 8.22 | 81.43 | 89.65 | 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 | 96.00 | 107.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 | 185.00 | 191.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.2.0 | 14.00 | 125.00 | 139.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