Last updated on 2025-09-11 15:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 4.52 | 35.98 | 40.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.15 | 26.57 | 29.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 71.02 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 64.45 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 51.00 | 57.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.60 | 33.44 | 38.04 | OK | |
r-release-linux-x86_64 | 0.1.0 | 4.21 | 33.18 | 37.39 | OK | |
r-release-macos-arm64 | 0.1.0 | 19.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 36.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 7.00 | 49.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 38.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 58.00 | 65.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tidyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggstream)
>
> test_check("ggstream")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-geom_stream.R:4:3'): geom_stream ─────────────────────────────
class(...) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc