Last updated on 2025-10-31 13:50:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 4.39 | 57.78 | 62.17 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.76 | 42.95 | 46.71 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 26.00 | 73.16 | 99.16 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 10.00 | 79.40 | 89.40 | ERROR | |
| r-devel-windows-x86_64 | 0.2.1 | 7.00 | 66.00 | 73.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 4.77 | 53.44 | 58.21 | ERROR | |
| r-release-linux-x86_64 | 0.2.1 | 4.65 | 53.05 | 57.70 | ERROR | |
| r-release-macos-arm64 | 0.2.1 | 3.00 | 32.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 44.00 | 48.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 7.00 | 69.00 | 76.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 24.00 | 26.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.2.1 | 4.00 | 33.00 | 37.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.1 | 10.00 | 83.00 | 93.00 | ERROR | 
Version: 0.2.1
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Neal Grantham <neal@nsgrantham.com>’
  
  No Authors@R field in DESCRIPTION.
  Please add one, modifying
    Authors@R: person(given = "Neal",
                      family = "Grantham",
                      role = c("aut", "cre"),
                      email = "neal@nsgrantham.com")
  as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: examples
Result: ERROR
  Running examples in ‘ggdark-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: dark_mode
  > ### Title: Activate dark mode on a 'ggplot2' theme
  > ### Aliases: dark_mode
  > 
  > ### ** Examples
  > 
  > library(ggplot2)
  > 
  > p1 <- ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
  +   geom_point()
  > 
  > p1  # theme returned by theme_get()
  > p1 + dark_mode()  # activate dark mode on theme returned by theme_get()
  Error in match(x, table, nomatch = 0L) : 
    'match' requires vector arguments
  Calls: dark_mode -> %in%
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [6s/8s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [4s/5s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: examples
Result: ERROR
  Running examples in ‘ggdark-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: dark_mode
  > ### Title: Activate dark mode on a 'ggplot2' theme
  > ### Aliases: dark_mode
  > 
  > ### ** Examples
  > 
  > library(ggplot2)
  > 
  > p1 <- ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
  +   geom_point()
  > 
  > p1  # theme returned by theme_get()
  > p1 + dark_mode()  # activate dark mode on theme returned by theme_get()
  Error in match(x, table, nomatch = 0L) : 
    'match' requires vector arguments
  Calls: dark_mode -> %in%
  Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [10s/26s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [10s/11s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.1
Check: tests
Result: ERROR
    Running 'testthat.R' [4s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [5s/7s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [5s/8s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2.1
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
Version: 0.2.1
Check: tests
Result: ERROR
    Running 'testthat.R' [6s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(ggdark)
    > 
    > test_check("ggdark")
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ────────
    Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments
    Backtrace:
        ▆
     1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1
     2.   └─geoms[["GeomPoint"]]$default_aes$colour %in% ...
    
    [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ]
    Error: Test failures
    Execution halted
Flavor: r-oldrel-windows-x86_64