CRAN Package Check Results for Package GSM

Last updated on 2024-06-26 01:48:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 2.45 130.43 132.88 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 226.01 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 227.55 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.24 186.26 189.50 OK
r-release-linux-x86_64 1.3.2 3.12 182.91 186.03 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 5.00 129.00 134.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 5.00 221.00 226.00 OK

Check Details

Version: 1.3.2
Check: tests
Result: ERROR Running 'test.R' [78s] 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