CRAN Package Check Results for Package skellam

Last updated on 2025-04-07 19:54:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 2.24 26.47 28.71 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.4 1.49 20.12 21.61 OK
r-devel-linux-x86_64-fedora-clang 0.2.4 35.33 OK
r-devel-linux-x86_64-fedora-gcc 0.2.4 52.31 OK
r-devel-macos-arm64 0.2.4 57.00 OK
r-devel-macos-x86_64 0.2.4 100.00 OK
r-devel-windows-x86_64 0.2.3 3.00 63.00 66.00 ERROR
r-patched-linux-x86_64 0.2.3 2.34 26.31 28.65 ERROR
r-release-linux-x86_64 0.2.3 2.25 26.22 28.47 OK
r-release-macos-arm64 0.2.4 55.00 OK
r-release-macos-x86_64 0.2.4 114.00 OK
r-release-windows-x86_64 0.2.3 4.00 65.00 69.00 OK
r-oldrel-macos-arm64 0.2.4 51.00 OK
r-oldrel-macos-x86_64 0.2.4 99.00 OK
r-oldrel-windows-x86_64 0.2.3 3.00 62.00 65.00 OK

Check Details

Version: 0.2.3
Check: examples
Result: ERROR Running examples in ‘skellam-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: skellam.reg > ### Title: Regression assuming a Skellam distribution > ### Aliases: skellam.reg > ### Keywords: Skellam regression > > ### ** Examples > > require('skellam') > > set.seed(0) > > x <- rnorm(1000) > y1 <- rpois(1000, exp(1 + 1 * x) ) > y2 <- rpois(1000 , exp(-1 + 1 * x) ) > y <- y2 - y1 > skellam.reg(y, x) Error in stats::optim(mod$estimate, skelreg, hessian = TRUE, control = list(maxit = 5000)) : function cannot be evaluated at initial parameters Calls: skellam.reg -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 0.2.3
Check: examples
Result: ERROR Running examples in 'skellam-Ex.R' failed The error most likely occurred in: > ### Name: skellam.reg > ### Title: Regression assuming a Skellam distribution > ### Aliases: skellam.reg > ### Keywords: Skellam regression > > ### ** Examples > > require('skellam') > > set.seed(0) > > x <- rnorm(1000) > y1 <- rpois(1000, exp(1 + 1 * x) ) > y2 <- rpois(1000 , exp(-1 + 1 * x) ) > y <- y2 - y1 > skellam.reg(y, x) Error in stats::optim(mod$estimate, skelreg, hessian = TRUE, control = list(maxit = 5000)) : function cannot be evaluated at initial parameters Calls: skellam.reg -> <Anonymous> Execution halted Flavor: r-devel-windows-x86_64