Last updated on 2025-09-11 15:49:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 6.13 | 59.85 | 65.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 4.71 | 44.19 | 48.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 115.49 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 121.48 | ERROR | |||
r-devel-windows-x86_64 | 0.1.4 | 8.00 | 71.00 | 79.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 5.74 | 55.82 | 61.56 | OK | |
r-release-linux-x86_64 | 0.1.4 | 6.06 | 56.36 | 62.42 | OK | |
r-release-macos-arm64 | 0.1.4 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 10.00 | 71.00 | 81.00 | OK | |
r-oldrel-macos-arm64 | 0.1.4 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 54.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 11.00 | 86.00 | 97.00 | OK |
Version: 0.1.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Yuan Tang <terrytangyuan@gmail.com>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(autoplotly)
>
> test_check("autoplotly")
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_all.R:15:3'): autoplotly is composable with additional ggplot2 elements ──
inherits(p, "plotly") is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test_all.R:16:3'): autoplotly is composable with additional ggplot2 elements ──
inherits(p$ggplot_obj, "ggplot") is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 5 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc