CRAN Package Check Results for Maintainer ‘Zehao Xu <z267xu at gmail.com>’

Last updated on 2024-05-20 11:56:59 CEST.

Package ERROR NOTE OK
ggmulti 13
loon.ggplot 2 11
loon.tourr 1 12

Package ggmulti

Current CRAN status: OK: 13

Package loon.ggplot

Current CRAN status: NOTE: 2, OK: 11

Version: 1.3.4
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘cli’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package loon.tourr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.4
Check: tests
Result: ERROR Running 'testthat.R' [34s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(loon.tourr) Loading required package: tcltk Loading required package: loon loon Version 1.4.1. To learn more about loon, see l_web(). Loading required package: tourr Attaching package: 'tourr' The following object is masked from 'package:loon': olive Registered S3 method overwritten by 'loon.tourr': method from l_getPlots.l_compound loon > > testthat::test_check("loon.tourr") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_callback_functions.R:192:3'): test callback l_pairs ──────────── Error in `if (dist < 0.01) { return(NULL) }`: missing value where TRUE/FALSE needed Backtrace: ▆ 1. └─loon.tourr:::interpolate_list(...) at test_callback_functions.R:192:3 2. ├─loon.tourr:::quiet(tour_path(start, data)) 3. │ └─base::force(x) 4. └─tourr (local) tour_path(start, data) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64