CRAN Package Check Results for Package pedbp

Last updated on 2024-09-18 12:48:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 79.94 211.95 291.89 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.1 84.08 122.56 206.64 OK
r-devel-linux-x86_64-fedora-clang 2.0.1 520.39 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 648.27 OK
r-devel-windows-x86_64 2.0.1 196.00 208.00 404.00 OK
r-patched-linux-x86_64 2.0.1 133.96 179.98 313.94 OK
r-release-linux-x86_64 2.0.0 133.88 182.01 315.89 OK
r-release-macos-arm64 2.0.1 157.00 NOTE
r-release-macos-x86_64 2.0.0 206.00 NOTE
r-release-windows-x86_64 2.0.0 229.00 206.00 435.00 OK
r-oldrel-macos-arm64 2.0.1 148.00 NOTE
r-oldrel-macos-x86_64 2.0.0 340.00 NOTE
r-oldrel-windows-x86_64 2.0.1 204.00 238.00 442.00 OK

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running ‘test-bmi_for_age.R’ [21s/26s] Running ‘test-bp-by-source.R’ [0s/1s] Running ‘test-bp_cdf.R’ [2s/2s] Running ‘test-bp_chart.R’ [1s/2s] Running ‘test-bp_distributions.R’ [37s/48s] Running ‘test-bp_parameters.R’ [0s/1s] Running ‘test-cppBP.R’ [2s/2s] Running ‘test-cppPGSF.R’ [21s/27s] Running ‘test-est_norm.R’ [0s/1s] Running ‘test-gemelli1990.R’ [0s/0s] Running ‘test-gs_chart.R’ [2s/3s] Running ‘test-head_circumference_for_age.R’ [17s/20s] Running ‘test-height_for_age.R’ [3s/4s] Running ‘test-internal-data.R’ [1s/1s] Running ‘test-length_for_age.R’ [15s/18s] Running ‘test-lms.R’ [1s/1s] Running ‘test-lo2013.R’ [0s/1s] Running ‘test-nhlbi_bp_norms.R’ [0s/1s] Running ‘test-weight_for_age.R’ [21s/26s] Running ‘test-weight_for_height.R’ [3s/4s] Running ‘test-weight_for_length.R’ [4s/5s] Running the tests in ‘tests/test-est_norm.R’ failed. Complete output: > library(pedbp) > > ################################################################################ > # expect an error if q and/or p have length 1 > test <- tryCatch(est_norm(q = c(1), p = c(0.1)), error = function(e) e) > stopifnot(inherits(test,"simpleError")) > stopifnot(identical(test$message, "length(q) > 1L & length(p) > 1L is not TRUE")) > > test <- tryCatch(est_norm(q = c(1), p = c(0.1, 0.2)), error = function(e) e) > stopifnot(inherits(test,"simpleError")) > stopifnot(identical(test$message, "length(q) > 1L & length(p) > 1L is not TRUE")) > > test <- tryCatch(est_norm(q = c(1, 2), p = c(0.2)), error = function(e) e) > stopifnot(inherits(test,"simpleError")) > stopifnot(identical(test$message, "length(q) > 1L & length(p) > 1L is not TRUE")) > > test <- tryCatch(est_norm(q = c(1, 2), p = numeric(1)), error = function(e) e) > stopifnot(inherits(test,"simpleError")) > stopifnot(identical(test$message, "length(q) > 1L & length(p) > 1L is not TRUE")) > > test <- tryCatch(est_norm(q = c(1, 2)), error = function(e) e) > stopifnot(inherits(test,"simpleError")) Error: inherits(test, "simpleError") is not TRUE Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.0.1
Check: installed package size
Result: NOTE installed size is 5.7Mb sub-directories of 1Mb or more: libs 3.9Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 2.0.0
Check: installed package size
Result: NOTE installed size is 5.9Mb sub-directories of 1Mb or more: libs 4.1Mb Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64