CRAN Package Check Results for Package skellam

Last updated on 2025-04-01 09:55:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 1.91 26.45 28.36 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 1.67 22.24 23.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 47.66 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 58.47 ERROR
r-devel-macos-arm64 0.2.3 25.00 ERROR
r-devel-macos-x86_64 0.2.3 45.00 OK
r-devel-windows-x86_64 0.2.3 4.00 62.00 66.00 ERROR
r-patched-linux-x86_64 0.2.3 2.28 26.59 28.87 ERROR
r-release-linux-x86_64 0.2.3 1.99 26.14 28.13 OK
r-release-macos-arm64 0.2.3 26.00 OK
r-release-macos-x86_64 0.2.3 63.00 OK
r-release-windows-x86_64 0.2.3 4.00 64.00 68.00 OK
r-oldrel-macos-arm64 0.2.3 OK
r-oldrel-macos-x86_64 0.2.3 88.00 OK
r-oldrel-windows-x86_64 0.2.3 4.00 61.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-devel-linux-x86_64-debian-gcc, 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64