Last updated on 2025-02-10 02:50:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 2.28 | 26.71 | 28.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 1.77 | 21.63 | 23.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 50.05 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 58.62 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 4.00 | 62.00 | 66.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.3 | 1.73 | 25.82 | 27.55 | OK | |
r-release-linux-x86_64 | 0.2.3 | 1.98 | 26.25 | 28.23 | 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 | 3.00 | 64.00 | 67.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 | 3.00 | 69.00 | 72.00 | OK |
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
Flavor: 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-windows-x86_64