Last updated on 2025-06-07 07:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 11.78 | 125.75 | 137.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 9.62 | 76.37 | 85.99 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 249.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 240.60 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 15.00 | 140.00 | 155.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 14.62 | 114.82 | 129.44 | OK | |
r-release-linux-x86_64 | 1.3.0 | 13.92 | 118.87 | 132.79 | OK | |
r-release-macos-arm64 | 1.3.0 | 54.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 98.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 15.00 | 135.00 | 150.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | 55.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 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