CRAN Package Check Results for Package actuar

Last updated on 2025-04-24 19:51:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.3-5 21.96 195.18 217.14 NOTE
r-devel-linux-x86_64-debian-gcc 3.3-5 17.17 140.70 157.87 NOTE
r-devel-linux-x86_64-fedora-clang 3.3-5 340.12 NOTE
r-devel-linux-x86_64-fedora-gcc 3.3-5 359.16 NOTE
r-devel-windows-x86_64 3.3-5 42.00 0.00 42.00 FAIL
r-patched-linux-x86_64 3.3-5 23.86 189.61 213.47 NOTE
r-release-linux-x86_64 3.3-5 22.04 189.97 212.01 NOTE
r-release-macos-arm64 3.3-5 134.00 NOTE
r-release-macos-x86_64 3.3-5 260.00 NOTE
r-release-windows-x86_64 3.3-5 47.00 493.00 540.00 NOTE
r-oldrel-macos-arm64 3.3-5 127.00 OK
r-oldrel-macos-x86_64 3.3-5 287.00 OK
r-oldrel-windows-x86_64 3.3-5 43.00 494.00 537.00 OK

Check Details

Version: 3.3-5
Check: compiled code
Result: NOTE File ‘actuar/libs/actuar.so’: Found non-API call to R: ‘OBJECT’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. 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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Version: 3.3-5
Check: compiled code
Result: NOTE File 'actuar/libs/x64/actuar.dll': Found non-API call to R: 'OBJECT' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 3.3-5
Check: re-building of vignette outputs
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: 474.4666 > > ## Illustration of Sheppard's correction factor > cj <- c(0, 2, 4, 6, 8) > nj <- c(1, 5, 3, 2) > gd <- grouped.data(Group = cj, Frequency = nj) > (sum(nj) - 1)/sum(nj) * var(gd) Frequency 3.173554 > (emm(gd, 2) - emm(gd)^2) - 4/12 Frequency 3.173554 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 3.45 0.31 3.8 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