Last updated on 2025-02-12 20:49:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 11.99 | 45.91 | 57.90 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 8.83 | 29.86 | 38.69 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 100.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 83.19 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 17.00 | 100.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 13.45 | 35.66 | 49.11 | ERROR | |
r-release-linux-x86_64 | 0.1.0 | 13.02 | 43.28 | 56.30 | OK | |
r-release-macos-arm64 | 0.1.0 | 34.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 77.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 15.00 | 69.00 | 84.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.0 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 51.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 17.00 | 108.00 | 125.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘nmixgof-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: chat
> ### Title: Overdispersion metrics for binomial N-mixture models.
> ### Aliases: chat
>
> ### ** Examples
>
> library(unmarked)
> data(mallard)
> fm.mallard <- pcount(~ 1 ~ 1, unmarkedFramePCount(y = mallard.y), K=100)
Warning: 4 sites have been discarded because of missing data.
> chat(fm.mallard, "m")
[1] 3.604428
> chat(fm.mallard, "s")
[1] 3.942411
> chat(fm.mallard, "o")
Error in sample.int(x, size, replace, prob) : NA in probability vector
Calls: chat -> chatO -> apply -> FUN -> sample.int
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘nmixgof-Ex.R’ failed
The error most likely occurred in:
> ### Name: chat
> ### Title: Overdispersion metrics for binomial N-mixture models.
> ### Aliases: chat
>
> ### ** Examples
>
> library(unmarked)
> data(mallard)
> fm.mallard <- pcount(~ 1 ~ 1, unmarkedFramePCount(y = mallard.y), K=100)
Warning: 4 sites have been discarded because of missing data.
> chat(fm.mallard, "m")
[1] 3.604428
> chat(fm.mallard, "s")
[1] 3.942411
> chat(fm.mallard, "o")
Error in sample.int(x, size, replace, prob) : NA in probability vector
Calls: chat -> chatO -> apply -> FUN -> sample.int
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64