Last updated on 2026-04-18 17:51:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 10.12 | 89.27 | 99.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 6.06 | 64.72 | 70.78 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 17.00 | 157.55 | 174.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 18.00 | 167.16 | 185.16 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 2.00 | 27.00 | 29.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 14.00 | 96.00 | 110.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 9.78 | 83.91 | 93.69 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 9.53 | 79.73 | 89.26 | 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 | 95.00 | 106.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 31.00 | 33.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.2.0 | 7.00 | 143.00 | 150.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.2.0 | 15.00 | 122.00 | 137.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