CRAN Package Check Results for Package GECal

Last updated on 2024-09-27 01:49:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 2.41 22.40 24.81 OK
r-devel-linux-x86_64-debian-gcc 0.1.5 1.99 17.51 19.50 OK
r-devel-linux-x86_64-fedora-clang 0.1.5 39.08 OK
r-devel-linux-x86_64-fedora-gcc 0.1.5 37.32 OK
r-devel-windows-x86_64 0.1.4 4.00 46.00 50.00 OK
r-patched-linux-x86_64 0.1.4 2.42 21.77 24.19 OK
r-release-linux-x86_64 0.1.4 2.21 21.53 23.74 OK
r-release-macos-arm64 0.1.5 29.00 OK
r-release-macos-x86_64 0.1.5 25.00 OK
r-release-windows-x86_64 0.1.5 7.00 62.00 69.00 OK
r-oldrel-macos-arm64 0.1.5 25.00 OK
r-oldrel-macos-x86_64 0.1.5 30.00 OK
r-oldrel-windows-x86_64 0.1.4 4.00 46.00 50.00 ERROR

Check Details

Version: 0.1.4
Check: examples
Result: ERROR Running examples in 'GECal-Ex.R' failed The error most likely occurred in: > ### Name: IAdata > ### Title: Synthetic pesticides data in Iowa > ### Aliases: IAdata > ### Keywords: datasets > > ### ** Examples > > data(IAdata) > data(IApimat) > > total <- c( + Corn10 = 2093000, Corn20 = 1993600, Corn30 = 1803200, Corn40 = 2084600, + Corn50 = 2056600, Corn60 = 1429400, Corn70 = 2539600, + Soybean10 = 1472980, Soybean20 = 1192860, Soybean30 = 721920, + Soybean40 = 1477680, Soybean50 = 1353600, Soybean60 = 918380, + Soybean70 = 1485200, Soybean90 = 777380, Alfalfa10 = 60590, + Alfalfa30 = 154395, Alfalfa40 = 57816, Alfalfa50 = 150453, + Alfalfa70 = 66065, Alfalfa80 = 240681, Pasture10 = 141947, + Pasture20 = 61476, Pasture30 = 188310, Pasture40 = 213635, + Pasture50 = 160737, Pasture60 = 222214, Pasture70 = 250807, + Pasture80 = 570647, Pasture90 = 232630 + ) > > calibration <- GECal::GEcalib(~ 0 -y -d, dweight = d, data = IAdata, + const = numeric(0), + entropy = "EL", method = "DS") Error: node stack overflow Execution halted Flavor: r-oldrel-windows-x86_64