Last updated on 2025-10-31 07:52:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 11.93 | 129.97 | 141.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 8.38 | 76.88 | 85.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 32.00 | 204.21 | 236.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 27.00 | 201.22 | 228.22 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 16.00 | 138.00 | 154.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 13.51 | 123.18 | 136.69 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 13.34 | 120.28 | 133.62 | OK | |
| r-release-macos-arm64 | 1.3.0 | 6.00 | 48.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 12.00 | 86.00 | 98.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 16.00 | 138.00 | 154.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | 6.00 | 49.00 | 55.00 | 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