CRAN Package Check Results for Package GSM

Last updated on 2024-07-22 01:49:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 3.58 191.93 195.51 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 2.80 133.97 136.77 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 226.01 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 221.94 OK
r-devel-windows-x86_64 1.3.2 3.00 222.00 225.00 OK
r-patched-linux-x86_64 1.3.2 3.20 178.41 181.61 OK
r-release-linux-x86_64 1.3.2 3.40 184.97 188.37 OK
r-release-macos-arm64 1.3.2 64.00 OK
r-release-macos-x86_64 1.3.2 101.00 OK
r-release-windows-x86_64 1.3.2 4.00 124.00 128.00 ERROR
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 4.00 220.00 224.00 OK

Check Details

Version: 1.3.2
Check: tests
Result: ERROR Running 'test.R' [75s] 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" Flavor: r-release-windows-x86_64