CRAN Package Check Results for Package dittoViz

Last updated on 2024-09-13 00:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.69 123.05 127.74 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.1 4.14 81.17 85.31 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.1 221.31 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 196.46 OK
r-devel-windows-x86_64 1.0.1 8.00 117.00 125.00 NOTE
r-patched-linux-x86_64 1.0.1 12.11 115.27 127.38 OK
r-release-linux-x86_64 1.0.1 5.85 117.18 123.03 ERROR
r-release-macos-arm64 1.0.1 67.00 OK
r-release-macos-x86_64 1.0.1 86.00 OK
r-release-windows-x86_64 1.0.1 8.00 122.00 130.00 OK
r-oldrel-macos-arm64 1.0.1 65.00 OK
r-oldrel-macos-x86_64 1.0.1 136.00 OK
r-oldrel-windows-x86_64 1.0.1 9.00 159.00 168.00 OK

Check Details

Version: 1.0.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: freqPlot.Rd: geom_violin scatterHex.Rd: ggrepel scatterPlot.Rd: ggrepel yPlot.Rd: geom_violin Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 1.0.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘ggrastr’ Flavor: r-release-linux-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dittoViz) Loading required package: ggplot2 > test_check("dittoViz") [ FAIL 2 | WARN 12 | SKIP 0 | PASS 325 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-scatter.R:442:5'): scatterPlot with and without rasterization produces identical plots ── Error in `.error_if_no_ggrastr()`: ggrastr installation required for using rasterization with dittoScatterPlot plotters. Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-scatter.R:442:5 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dittoViz::scatterPlot(df, "PC1", "PC2", disc, do.raster = TRUE) 5. └─dittoViz:::.scatter_plot(...) 6. └─dittoViz:::.error_if_no_ggrastr() ── Error ('test-y.R:466:5'): yPlot with and without jitter rasterization produces identical plots ── Error in `.error_if_no_ggrastr()`: ggrastr installation required for using rasterization with dittoScatterPlot plotters. Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-y.R:466:5 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dittoViz::yPlot(df, cont1, grp, grp, do.raster = TRUE) 5. └─dittoViz:::.yPlot_add_data_y_direction(...) 6. └─dittoViz:::.error_if_no_ggrastr() [ FAIL 2 | WARN 12 | SKIP 0 | PASS 325 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64