CRAN Package Check Results for Package rbokeh

Last updated on 2023-10-29 18:54:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 17.17 119.90 137.07 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.2 11.06 87.61 98.67 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.2 166.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.2 168.06 ERROR
r-devel-windows-x86_64 0.5.2 15.00 109.00 124.00 ERROR
r-patched-linux-x86_64 0.5.2 12.42 131.12 143.54 OK
r-release-linux-x86_64 0.5.2 10.07 129.84 139.91 OK
r-release-macos-arm64 0.5.2 58.00 OK
r-release-macos-x86_64 0.5.2 96.00 OK
r-release-windows-x86_64 0.5.2 19.00 158.00 177.00 OK
r-oldrel-macos-arm64 0.5.2 46.00 OK
r-oldrel-macos-x86_64 0.5.2 87.00 OK
r-oldrel-windows-x86_64 0.5.2 19.00 139.00 158.00 OK

Check Details

Version: 0.5.2
Check: examples
Result: ERROR
    Running examples in ‘rbokeh-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: catjitter
    > ### Title: Add a small amount of (rbokeh-compatible) noise to a character
    > ### vector
    > ### Aliases: catjitter
    >
    > ### ** Examples
    >
    > figure(data = lattice::singer) %>%
    + ly_points(catjitter(voice.part), jitter(height), color = "black") %>%
    + ly_boxplot(voice.part, height, with_outliers = FALSE)
    Error in lazy_(correct_value, pf2) :
     is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
    Calls: %>% ... lapply -> grab -> %>% -> lapply -> FUN -> lazy_ -> stopifnot
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > test_check("rbokeh")
     Loading required package: rbokeh
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-figures.R:14:3'): examples ─────────────────────────────────────
     Error in `lazy_(correct_value, pf2)`: is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
     Backtrace:
     ▆
     1. ├─figure() %>% ... at test-figures.R:14:2
     2. ├─rbokeh::ly_annular_wedge(...)
     3. │ ├─rbokeh:::sub_names(...)
     4. │ │ └─base::lapply(arg_obj, parse_values)
     5. │ └─rbokeh:::grab(...)
     6. │ └─pryr::named_dots(...) %>% ...
     7. └─base::lapply(...)
     8. └─rbokeh (local) FUN(X[[i]], ...)
     9. └─lazyeval::lazy_(correct_value, pf2)
     10. └─base::stopifnot(is.call(expr) || is.name(expr) || is.atomic(expr))
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > test_check("rbokeh")
     Loading required package: rbokeh
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-figures.R:14:3'): examples ─────────────────────────────────────
     Error in `lazy_(correct_value, pf2)`: is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
     Backtrace:
     ▆
     1. ├─figure() %>% ... at test-figures.R:14:2
     2. ├─rbokeh::ly_annular_wedge(...)
     3. │ ├─rbokeh:::sub_names(...)
     4. │ │ └─base::lapply(arg_obj, parse_values)
     5. │ └─rbokeh:::grab(...)
     6. │ └─pryr::named_dots(...) %>% ...
     7. └─base::lapply(...)
     8. └─rbokeh (local) FUN(X[[i]], ...)
     9. └─lazyeval::lazy_(correct_value, pf2)
     10. └─base::stopifnot(is.call(expr) || is.name(expr) || is.atomic(expr))
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.5.2
Check: examples
Result: ERROR
    Running examples in ‘rbokeh-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: catjitter
    > ### Title: Add a small amount of (rbokeh-compatible) noise to a character
    > ### vector
    > ### Aliases: catjitter
    >
    > ### ** Examples
    >
    > figure(data = lattice::singer) %>%
    + ly_points(catjitter(voice.part), jitter(height), color = "black") %>%
    + ly_boxplot(voice.part, height, with_outliers = FALSE)
    Error in lazy_(correct_value, pf2) :
     is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
    Calls: %>% ... lapply -> grab -> %>% -> lapply -> FUN -> lazy_ -> stopifnot
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.5.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > test_check("rbokeh")
     Loading required package: rbokeh
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-figures.R:14:3'): examples ─────────────────────────────────────
     Error in `lazy_(correct_value, pf2)`: is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
     Backtrace:
     ▆
     1. ├─figure() %>% ... at test-figures.R:14:2
     2. ├─rbokeh::ly_annular_wedge(...)
     3. │ ├─rbokeh:::sub_names(...)
     4. │ │ └─base::lapply(arg_obj, parse_values)
     5. │ └─rbokeh:::grab(...)
     6. │ └─pryr::named_dots(...) %>% ...
     7. └─base::lapply(...)
     8. └─rbokeh (local) FUN(X[[i]], ...)
     9. └─lazyeval::lazy_(correct_value, pf2)
     10. └─base::stopifnot(is.call(expr) || is.name(expr) || is.atomic(expr))
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.5.2
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > test_check("rbokeh")
     Loading required package: rbokeh
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-figures.R:14:3'): examples ─────────────────────────────────────
     Error in `lazy_(correct_value, pf2)`: is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
     Backtrace:
     ▆
     1. ├─figure() %>% ... at test-figures.R:14:2
     2. ├─rbokeh::ly_annular_wedge(...)
     3. │ ├─rbokeh:::sub_names(...)
     4. │ │ └─base::lapply(arg_obj, parse_values)
     5. │ └─rbokeh:::grab(...)
     6. │ └─pryr::named_dots(...) %>% ...
     7. └─base::lapply(...)
     8. └─rbokeh (local) FUN(X[[i]], ...)
     9. └─lazyeval::lazy_(correct_value, pf2)
     10. └─base::stopifnot(is.call(expr) || is.name(expr) || is.atomic(expr))
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64