Last updated on 2025-10-31 13:51:24 CET.
| Package | ERROR | NOTE | OK | 
|---|---|---|---|
| zetadiv | 1 | 2 | 10 | 
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
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