Last updated on 2026-03-10 19:50:25 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| astronomyengine | 1 | 13 | ||
| distributional | 14 | |||
| fable | 14 | |||
| fable.prophet | 3 | 11 | ||
| fabletools | 14 | |||
| fasster | 3 | 11 | ||
| feasts | 1 | 13 | ||
| fromhere | 14 | |||
| ggquiver | 2 | 12 | ||
| ggtime | 14 | |||
| moodlequiz | 1 | 13 | ||
| tsibble | 14 | |||
| tsibbledata | 14 | |||
| vecvec | 14 | |||
| vitae | 14 |
Current CRAN status: WARN: 1, OK: 13
Version: 0.1.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/astronomy/astronomy.c:1584:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
../inst/include/astronomy/astronomy.c:1596:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
../inst/include/astronomy/astronomy.c:1597:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
../inst/include/astronomy/astronomy.c:1733:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
../inst/include/astronomy/astronomy.c:1745:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
../inst/include/astronomy/astronomy.c:1746:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
See 'd:/Rcompile/CRANpkg/local/4.4/astronomyengine.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 13.3.0'
* used C++ compiler: 'g++.exe (GCC) 13.3.0'
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: ERROR: 3, OK: 11
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
Current CRAN status: ERROR: 1, OK: 13
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(feasts)
Loading required package: fabletools
>
> test_check("feasts")
Saving _problems/test-features-85.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-features.R:78:3'): model based features ──────────────────────
Expected `as.list(ft)` to be equivalent to `list(...)`.
Component "curvature": Mean relative difference: 0.05019343
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 62 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 0.4.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘grid’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(moodlequiz)
>
> test_check("moodlequiz")
Error running filter D:\RCompile\CRANpkg\lib\4.4\moodlequiz\header.lua:
D:\RCompile\CRANpkg\lib\4.4\moodlequiz\header.lua:79: attempt to call a nil value (method 'walk')
stack traceback:
D:\RCompile\CRANpkg\lib\4.4\moodlequiz\header.lua:79: in function 'header_questions'
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-moodlequiz-format.R:2:3'): Moodlequiz format ───────────────────
Error: pandoc document conversion failed with error 83
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-moodlequiz-format.R:2:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─rmarkdown::render("documents/quiz.Rmd", output_file = quiz_xml <- tempfile())
8. └─output_format$pre_knit(input = original_input, metadata = front_matter)
9. └─moodlequiz (local) overlay(...)
10. └─base::lapply(...)
11. └─moodlequiz (local) FUN(X[[i]], ...)
12. └─rmarkdown::render(...)
13. └─rmarkdown (local) convert(output_file, run_citeproc)
14. └─rmarkdown (local) convert_it(pandoc_output_tmp)
15. └─rmarkdown (local) convert_fun(...)
16. └─rmarkdown:::stop2(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.