CRAN Package Check Results for Package WARN

Last updated on 2024-03-29 09:55:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2-4 3.40 36.42 39.82 OK
r-devel-linux-x86_64-debian-gcc 1.2-4 2.64 27.63 30.27 OK
r-devel-linux-x86_64-fedora-clang 1.2-4 48.60 OK
r-devel-linux-x86_64-fedora-gcc 1.2-4 47.10 OK
r-devel-windows-x86_64 1.2-4 4.00 46.00 50.00 ERROR
r-patched-linux-x86_64 1.2-4 3.37 34.81 38.18 OK
r-release-linux-x86_64 1.2-4 2.86 33.06 35.92 OK
r-release-macos-arm64 1.2-4 17.00 OK
r-release-macos-x86_64 1.2-4 24.00 OK
r-release-windows-x86_64 1.2-4 4.00 48.00 52.00 OK
r-oldrel-macos-arm64 1.2-4 20.00 OK
r-oldrel-windows-x86_64 1.2-4 5.00 55.00 60.00 OK

Check Details

Version: 1.2-4
Check: examples
Result: ERROR Running examples in 'WARN-Ex.R' failed The error most likely occurred in: > ### Name: warn > ### Title: Weaning parameter estimation with approximate Bayesian > ### computation > ### Aliases: warn warn.default > ### Keywords: math > > ### ** Examples > > ## Data from the Lerna population. > nonadult <- subset(lerna, lerna$age <= 10) > adult <- subset(lerna, lerna$age > 17) > female <- subset(adult, adult$sex == "f") > > ## Calculate maximum density estimators using ABC. > warn.lerna <- warn( + age = nonadult$age, + d15N = nonadult$d15N, + female.mean = mean(female$d15N), + num.particle = 500, + female.sd = sd(female$d15N), + prior = c(0.2, 0.2, 1.6, 0.2, 2.5, 0.2, 8.1, 0.2, 0, 0.7), + tolerances = c(1.5, 0.7)) Remains: 2 Flavor: r-devel-windows-x86_64