CRAN Package Check Results for Package GSM

Last updated on 2024-05-15 01:48:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 3.70 103.60 107.30 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.2 2.61 130.04 132.65 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 227.24 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 219.85 OK
r-devel-windows-x86_64 1.3.2 4.00 227.00 231.00 OK
r-patched-linux-x86_64 1.3.2 3.94 184.40 188.34 OK
r-release-linux-x86_64 1.3.2 3.15 183.83 186.98 OK
r-release-macos-arm64 1.3.2 64.00 OK
r-release-windows-x86_64 1.3.2 4.00 225.00 229.00 OK
r-oldrel-macos-arm64 1.3.2 71.00 OK
r-oldrel-macos-x86_64 1.3.2 118.00 OK
r-oldrel-windows-x86_64 1.3.2 5.00 220.00 225.00 OK

Check Details

Version: 1.3.2
Check: tests
Result: ERROR Running ‘test.R’ [70s/87s] Running the tests in ‘tests/test.R’ failed. Complete output: > library(GSM) Loading required package: gtools Package GSM (1.3.2) loaded. To cite, see citation("GSM") > > # simulate some data > set.seed(2040) > y <- rgsm(500, c(.1, .3, .4, .2), 1) > > # fit the model > burnin <- 500 > mcmcsim <- 1000 > J <- 300 > gsm.out <- estim.gsm(y, J, 300, burnin + mcmcsim, 6500, 340, 1/J) [1] "simulation 100 / 1500" [1] "simulation 200 / 1500" [1] "simulation 300 / 1500" [1] "simulation 400 / 1500" [1] "simulation 500 / 1500" [1] "simulation 600 / 1500" [1] "simulation 700 / 1500" [1] "simulation 800 / 1500" *** caught segfault *** address 0x5604fa860030, cause 'memory not mapped' Traceback: 1: sample(1:J, 1, prob = pi) 2: estim.gsm(y, J, 300, burnin + mcmcsim, 6500, 340, 1/J) An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-devel-linux-x86_64-debian-clang