CRAN Package Check Results for Package duke

Last updated on 2023-12-03 22:57:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1 5.34 130.46 135.80 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.1 4.11 97.88 101.99 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.1 168.64 OK
r-devel-linux-x86_64-fedora-gcc 0.0.1 175.51 OK
r-devel-windows-x86_64 0.0.1 6.00 108.00 114.00 ERROR
r-patched-linux-x86_64 0.0.1 4.11 125.00 129.11 ERROR
r-release-linux-x86_64 0.0.1 4.75 123.21 127.96 ERROR
r-release-macos-arm64 0.0.1 57.00 OK
r-release-macos-x86_64 0.0.1 111.00 OK
r-release-windows-x86_64 0.0.1 8.00 131.00 139.00 ERROR
r-oldrel-macos-arm64 0.0.1 72.00 OK
r-oldrel-macos-x86_64 0.0.1 87.00 OK
r-oldrel-windows-x86_64 0.0.1 8.00 132.00 140.00 ERROR

Check Details

Version: 0.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] 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(duke) > > test_check("duke") [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-scale_duke_color_discrete.R:42:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. ── Failure ('test-scale_duke_fill_discrete.R:47:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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(duke) > > test_check("duke") [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-scale_duke_color_discrete.R:42:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. ── Failure ('test-scale_duke_fill_discrete.R:47:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
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(duke) > > test_check("duke") [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-scale_duke_color_discrete.R:42:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. ── Failure ('test-scale_duke_fill_discrete.R:47:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] 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(duke) > > test_check("duke") [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-scale_duke_color_discrete.R:42:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. ── Failure ('test-scale_duke_fill_discrete.R:47:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.0.1
Check: tests
Result: ERROR Running 'testthat.R' [4s] 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(duke) > > test_check("duke") [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-scale_duke_color_discrete.R:42:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. ── Failure ('test-scale_duke_fill_discrete.R:47:3'): appropriate fill for factors over 8-levels ── `ggplot2::ggplot_build(p4)` did not throw the expected warning. [ FAIL 2 | WARN 4 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64