CRAN Package Check Results for Package skellam

Last updated on 2025-02-21 03:52:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 1.84 26.42 28.26 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 1.59 21.23 22.82 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 47.92 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 57.73 ERROR
r-devel-macos-arm64 0.2.3 25.00 OK
r-devel-macos-x86_64 0.2.3 45.00 OK
r-devel-windows-x86_64 0.2.3 3.00 68.00 71.00 ERROR
r-patched-linux-x86_64 0.2.3 2.28 25.88 28.16 OK
r-release-linux-x86_64 0.2.3 2.04 25.75 27.79 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 30.00 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

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-windows-x86_64