CRAN Package Check Results for Package LSTbook

Last updated on 2025-03-09 05:52:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6 14.86 84.43 99.29 NOTE
r-devel-linux-x86_64-debian-gcc 0.6 9.83 62.79 72.62 NOTE
r-devel-linux-x86_64-fedora-clang 0.6 175.98 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6 178.46 NOTE
r-devel-macos-arm64 0.6 67.00 WARN
r-devel-macos-x86_64 0.6 128.00 WARN
r-devel-windows-x86_64 0.6 17.00 109.00 126.00 NOTE
r-patched-linux-x86_64 0.6 11.32 77.46 88.78 OK
r-release-linux-x86_64 0.6 15.00 78.03 93.03 ERROR
r-release-macos-arm64 0.6 73.00 WARN
r-release-macos-x86_64 0.6 144.00 WARN
r-release-windows-x86_64 0.6 15.00 113.00 128.00 OK
r-oldrel-macos-arm64 0.6 WARN
r-oldrel-macos-x86_64 0.6 120.00 WARN
r-oldrel-windows-x86_64 0.6 21.00 128.00 149.00 OK

Check Details

Version: 0.6
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘add_plot_labels.Rd’ ‘datasim_helpers.R’ ‘datasim_make.Rd’ ‘model_eval.R’ ‘model_eval.Rd’ ‘model_plot.R’ ‘model_skeleton.Rd’ ‘model_values.R’ ‘model_values.Rd’ ‘mosaic_cull_for_do.Rd’ ‘ntiles.R’ ‘ntiles.Rd’ ‘point_plot.R’ ‘point_plot.Rd’ ‘print.R’ ‘random_terms.Rd’ ‘regression_summaries.Rd’ ‘sims.R’ ‘statistical_annotations.Rd’ ‘trials.R’ ‘trials.Rd’ ‘zero_one.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.6
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘datasim_helpers.R’ ‘model_eval.R’ ‘model_plot.R’ ‘model_values.R’ ‘ntiles.R’ ‘point_plot.R’ ‘print.R’ ‘sims.R’ ‘trials.R’ Flavors: r-devel-macos-arm64, r-devel-macos-x86_64

Version: 0.6
Check: loading without being on the library search path
Result: WARN Error: package or namespace load failed for ‘LSTbook’: .onLoad failed in loadNamespace() for 'LSTbook', details: call: loadNamespace(name) error: there is no package called ‘mosaicData’ Execution halted It looks like this package has a loading problem when not on .libPaths: see the messages for details. Flavors: r-devel-macos-arm64, r-devel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.6
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(LSTbook) > > test_check("LSTbook") Using training data as input to model_eval(). [ FAIL 1 | WARN 1 | SKIP 5 | PASS 73 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-model_plot.R:6:3', 'test-pointplot.R:3:3', 'test-pointplot.R:9:3', 'test-pointplot.R:17:3', 'test-pointplot.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dagsim.R:55:3'): replicate() runs the expression independently for each row ── mean(Foo$x < 0.5) is not strictly less than 1/6. Difference: 0.00133 [ FAIL 1 | WARN 1 | SKIP 5 | PASS 73 ] Deleting unused snapshots: • model_plot/four-facets.png • pointplot/1-var-plot.png • pointplot/bird-logistic-plot.png • pointplot/color-and-facet-na.png • pointplot/logistic-fun-plot.png Error: Test failures Execution halted Flavor: r-release-linux-x86_64