Last updated on 2025-06-17 23:51:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.35 | 61.88 | 68.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 4.61 | 43.60 | 48.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 121.20 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 107.95 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 9.00 | 80.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.37 | 58.95 | 65.32 | NOTE | |
r-release-linux-x86_64 | 1.0 | 6.15 | 58.14 | 64.29 | NOTE | |
r-release-macos-arm64 | 1.0 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 79.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 9.00 | 80.00 | 89.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 29.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 60.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0 | 11.00 | 102.00 | 113.00 | NOTE |
Version: 1.0
Check: Rd files
Result: NOTE
checkRd: (-1) CovrgPlot.Rd:28: Lost braces; missing escapes or markup?
28 | \item{plotCI}{a vector of up to 4 numbers out of the set {1,2,3,4}, corresponding to which
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘CooccurrenceAffinity-Ex.R’ failed
The error most likely occurred in:
> ### Name: affinity
> ### Title: Computes alpha, probability, expected co-occurence, median
> ### interval, various confidence intervals, other indices of affinity,
> ### etc.
> ### Aliases: affinity
>
> ### ** Examples
>
> # when you have a binary presence absence occurrence data
> # -------------------------------------------------------
>
> if(requireNamespace("cooccur", quietly = TRUE)) {
+ data(finches, package = "cooccur")
+ } else {
+ message("The cooccur package is not installed.
+ You can install it with install.packages('cooccur').")
+ }
The cooccur package is not installed.
You can install it with install.packages('cooccur').
>
> data(finches, package = "cooccur")
Error in find.package(package, lib.loc, verbose = verbose) :
there is no package called ‘cooccur’
Calls: data -> find.package
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc