CRAN Package Check Results for Package pedbp

Last updated on 2024-09-10 03:50:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 76.79 210.04 286.83 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 85.61 121.43 207.04 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.0 509.03 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.0 464.53 ERROR
r-devel-windows-x86_64 2.0.0 235.00 206.00 441.00 ERROR
r-patched-linux-x86_64 2.0.0 136.99 179.91 316.90 OK
r-release-linux-x86_64 2.0.0 139.99 180.86 320.85 OK
r-release-macos-arm64 2.0.0 170.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.0 183.00 NOTE
r-oldrel-macos-x86_64 2.0.0 340.00 NOTE
r-oldrel-windows-x86_64 2.0.0 309.00 285.00 594.00 OK

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running ‘test-bmi_for_age.R’ [10s/13s] Running ‘test-bp-by-source.R’ [0s/1s] Running ‘test-bp_cdf.R’ [1s/2s] Running ‘test-bp_chart.R’ [1s/1s] Running ‘test-bp_distributions.R’ [19s/24s] Running ‘test-bp_parameters.R’ [0s/0s] Running ‘test-cppBP.R’ [1s/1s] Running ‘test-cppPGSF.R’ [10s/12s] Running ‘test-est_norm.R’ [0s/0s] Running ‘test-gemelli1990.R’ [0s/1s] Running ‘test-gs_chart.R’ [1s/2s] Running ‘test-head_circumference_for_age.R’ [8s/9s] Running ‘test-height_for_age.R’ [2s/2s] Running ‘test-internal-data.R’ [0s/1s] Running ‘test-length_for_age.R’ [8s/9s] Running ‘test-lms.R’ [0s/1s] Running ‘test-lo2013.R’ [0s/1s] Running ‘test-nhlbi_bp_norms.R’ [0s/0s] Running ‘test-weight_for_age.R’ [10s/11s] Running ‘test-weight_for_height.R’ [2s/2s] Running ‘test-weight_for_length.R’ [3s/4s] 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-gcc

Version: 2.0.0
Check: tests
Result: ERROR Running ‘test-bmi_for_age.R’ [34s/35s] Running ‘test-bp-by-source.R’ Running ‘test-bp_cdf.R’ Running ‘test-bp_chart.R’ Running ‘test-bp_distributions.R’ [61s/64s] Running ‘test-bp_parameters.R’ Running ‘test-cppBP.R’ Running ‘test-cppPGSF.R’ [38s/38s] Running ‘test-est_norm.R’ Running ‘test-gemelli1990.R’ Running ‘test-gs_chart.R’ Running ‘test-head_circumference_for_age.R’ [27s/27s] Running ‘test-height_for_age.R’ Running ‘test-internal-data.R’ Running ‘test-length_for_age.R’ [26s/26s] Running ‘test-lms.R’ Running ‘test-lo2013.R’ Running ‘test-nhlbi_bp_norms.R’ Running ‘test-weight_for_age.R’ [34s/34s] Running ‘test-weight_for_height.R’ Running ‘test-weight_for_length.R’ 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-fedora-clang

Version: 2.0.0
Check: tests
Result: ERROR Running ‘test-bmi_for_age.R’ [21s/21s] Running ‘test-bp-by-source.R’ Running ‘test-bp_cdf.R’ Running ‘test-bp_chart.R’ Running ‘test-bp_distributions.R’ [26s/26s] Running ‘test-bp_parameters.R’ Running ‘test-cppBP.R’ Running ‘test-cppPGSF.R’ [15s/15s] Running ‘test-est_norm.R’ Running ‘test-gemelli1990.R’ Running ‘test-gs_chart.R’ Running ‘test-head_circumference_for_age.R’ [12s/12s] Running ‘test-height_for_age.R’ Running ‘test-internal-data.R’ Running ‘test-length_for_age.R’ [11s/11s] Running ‘test-lms.R’ Running ‘test-lo2013.R’ Running ‘test-nhlbi_bp_norms.R’ Running ‘test-weight_for_age.R’ [15s/15s] Running ‘test-weight_for_height.R’ Running ‘test-weight_for_length.R’ 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-fedora-gcc

Version: 2.0.0
Check: tests
Result: ERROR Running 'test-bmi_for_age.R' [15s] Running 'test-bp-by-source.R' [0s] Running 'test-bp_cdf.R' [1s] Running 'test-bp_chart.R' [1s] Running 'test-bp_distributions.R' [30s] Running 'test-bp_parameters.R' [0s] Running 'test-cppBP.R' [1s] Running 'test-cppPGSF.R' [16s] Running 'test-est_norm.R' [0s] Running 'test-gemelli1990.R' [0s] Running 'test-gs_chart.R' [2s] Running 'test-head_circumference_for_age.R' [10s] Running 'test-height_for_age.R' [2s] Running 'test-internal-data.R' [1s] Running 'test-length_for_age.R' [11s] Running 'test-lms.R' [1s] Running 'test-lo2013.R' [0s] Running 'test-nhlbi_bp_norms.R' [0s] Running 'test-weight_for_age.R' [13s] Running 'test-weight_for_height.R' [3s] Running 'test-weight_for_length.R' [3s] 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-windows-x86_64

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