Last updated on 2025-09-28 03:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 6.59 | 68.32 | 74.91 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 5.00 | 49.09 | 54.09 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 119.09 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 126.63 | ERROR | |||
r-devel-windows-x86_64 | 0.1.4 | 11.00 | 80.00 | 91.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.4 | 6.81 | 63.92 | 70.73 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 6.92 | 64.00 | 70.92 | ERROR | |
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 | 11.00 | 79.00 | 90.00 | ERROR | |
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 | 13.00 | 98.00 | 111.00 | ERROR |
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’ [6s/7s]
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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/22s]
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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/15s]
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
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
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-windows-x86_64, r-release-windows-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
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
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/5s]
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
Flavor: r-release-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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
Flavor: r-oldrel-windows-x86_64