Last updated on 2025-05-29 04:50:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 11.92 | 124.83 | 136.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 9.57 | 70.77 | 80.34 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 224.59 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 236.37 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 16.00 | 137.00 | 153.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 14.74 | 107.08 | 121.82 | ERROR | |
r-release-linux-x86_64 | 1.2.1 | 12.92 | 111.81 | 124.73 | NOTE | |
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.2.1 | 15.00 | 127.00 | 142.00 | ERROR | |
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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.2.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
glm.cons.Rd: glm2
glm.fit.cons.Rd: glm.fit2
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘zetadiv-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-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
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-windows-x86_64, r-oldrel-windows-x86_64