Last updated on 2025-11-20 09:48:46 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 12.18 | 128.25 | 140.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 9.49 | 79.68 | 89.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 30.00 | 203.46 | 233.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 32.00 | 197.57 | 229.57 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 18.00 | 139.00 | 157.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 12.71 | 121.07 | 133.78 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 12.86 | 120.25 | 133.11 | OK | |
| r-release-macos-arm64 | 1.3.0 | OK | ||||
| r-release-macos-x86_64 | 1.3.0 | 12.00 | 86.00 | 98.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 14.00 | 134.00 | 148.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 9.00 | 75.00 | 84.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.2.1 | 20.00 | 156.00 | 176.00 | ERROR |
Version: 1.2.1
Check: Rd files
Result: NOTE
checkRd: (-1) glm.cons.Rd:54: Lost braces; missing escapes or markup?
54 | \item{method}{the method used in fitting the model. The default method "\code{glm.fit.cons}" uses function {nnnpls} from package nnls instead of \code{lm.fit} to impose the sign of the coefficients. As in \code{glm}, the alternative method "\code{model.frame}" returns the model frame and does no fitting.}
| ^
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in 'zetadiv-Ex.R' failed
The error most likely occurred in:
> ### Name: Zeta.order.ex
> ### Title: Expectation of zeta diversity for a specific number of
> ### assemblages or sites
> ### Aliases: Zeta.order.ex
>
> ### ** Examples
>
>
> utils::data(bird.spec.coarse)
> data.spec.bird <- bird.spec.coarse[,3:193]
>
> zeta.bird <- Zeta.order.ex(data.spec.bird, order = 3)
> zeta.bird
$zeta.order
[1] 3
$combinations
[1] 302621
$zeta.val
[1] 57.61204
$zeta.val.sd
[1] 13.10351
>
> ##########
> s
Error: object 's' not found
Execution halted
Flavor: r-oldrel-windows-x86_64