CRAN Package Check Results for Package R2OpenBUGS

Last updated on 2025-08-29 04:50:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2-4 3.76 43.91 47.67 NOTE
r-devel-linux-x86_64-debian-gcc 3.2-4 2.82 33.59 36.41 NOTE
r-devel-linux-x86_64-fedora-clang 3.2-4 69.32 OK
r-devel-linux-x86_64-fedora-gcc 3.2-4 79.32 OK
r-devel-windows-x86_64 3.2-4 4.00 0.00 4.00 FAIL
r-patched-linux-x86_64 3.2-4 4.26 42.06 46.32 NOTE
r-release-linux-x86_64 3.2-4 3.31 41.89 45.20 NOTE
r-release-macos-arm64 3.2-4 86.00 OK
r-release-macos-x86_64 3.2-4 106.00 OK
r-release-windows-x86_64 3.2-4 5.00 85.00 90.00 OK
r-oldrel-macos-arm64 3.2-4 76.00 OK
r-oldrel-macos-x86_64 3.2-4 104.00 OK
r-oldrel-windows-x86_64 3.2-4 5.00 80.00 85.00 OK

Check Details

Version: 3.2-4
Check: R code for possible problems
Result: NOTE Found the following calls to attach(): File ‘R2OpenBUGS/R/attach.all.R’: attach(x, name = name) See section ‘Good practice’ in ‘?attach’. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 3.2-4
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > file.show(filename) model { for (j in 1:J) { y[j] ~ dnorm(theta[j], tau.y[j]) theta[j] ~ dnorm(mu.theta, tau.theta) tau.y[j] <- pow(sigma.y[j], -2) } mu.theta ~ dnorm(0.00000E+00, 1.00000E-06) tau.theta <- pow(sigma.theta, -2) sigma.theta ~ dunif(0.00000E+00, 1000) } > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.35 0.09 0.44 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64