CRAN Package Check Results for Package ecolRxC

Last updated on 2024-06-13 04:52:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1-10 5.08 39.77 44.85 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1-10 4.68 28.01 32.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1-10 58.61 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1-10 54.11 NOTE
r-devel-windows-x86_64 0.1.1-10 5.00 48.00 53.00 NOTE
r-patched-linux-x86_64 0.1.1-10 5.96 39.07 45.03 NOTE
r-release-linux-x86_64 0.1.1-10 5.82 38.09 43.91 NOTE
r-release-macos-arm64 0.1.1-10 18.00 NOTE
r-release-macos-x86_64 0.1.1-10 27.00 NOTE
r-release-windows-x86_64 0.1.1-10 5.00 50.00 55.00 NOTE
r-oldrel-macos-arm64 0.1.1-10 22.00 OK
r-oldrel-macos-x86_64 0.1.1-10 31.00 OK
r-oldrel-windows-x86_64 0.1.1-10 5.00 54.00 59.00 OK

Check Details

Version: 0.1.1-10
Check: Rd files
Result: NOTE checkRd: (-1) ecolRxC.Rd:161-166: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:167-175: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:176-178: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:179-185: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:186-192: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:193-201: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:202-208: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:209-216: Lost braces in \itemize; meant \describe ? checkRd: (-1) ecolRxC.Rd:217-221: Lost braces in \itemize; meant \describe ? 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

Version: 0.1.1-10
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘ggplot2’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1-10
Check: examples
Result: ERROR Running examples in ‘ecolRxC-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.ecolRxC > ### Title: Graphical representation of a RxC ecological inference (vote > ### transfer) matrix > ### Aliases: plot.ecolRxC > > ### ** Examples > > votes1 <- structure(list(P1 = c(16L, 4L, 13L, 6L, 1L, 16L, 6L, 17L, 48L, 14L), + P2 = c(8L, 3L, 0L, 5L, 1L, 4L, 7L, 6L, 28L, 8L), + P3 = c(38L, 11L, 11L, 3L, 13L, 39L, 14L, 34L, 280L, 84L), + P4 = c(66L, 5L, 18L, 39L, 30L, 57L, 35L, 65L, 180L, 78L), + P5 = c(14L, 0L, 5L, 2L, 4L, 21L, 6L, 11L, 54L, 9L), + P6 = c(8L, 2L, 5L, 3L, 0L, 7L, 7L, 11L, 45L, 17L), + P7 = c(7L, 3L, 5L, 2L, 3L, 17L, 7L, 13L, 40L, 8L)), + row.names = c(NA, 10L), class = "data.frame") > votes2 <- structure(list(C1 = c(2L, 1L, 2L, 2L, 0L, 4L, 0L, 4L, 19L, 14L), + C2 = c(7L, 3L, 1L, 7L, 2L, 5L, 3L, 10L, 21L, 6L), + C3 = c(78L, 7L, 28L, 42L, 28L, 84L, 49L, 85L, 260L, 100L), + C4 = c(56L, 14L, 20L, 7L, 19L, 54L, 22L, 50L, 330L, 91L), + C5 = c(14L, 3L, 6L, 2L, 3L, 14L, 8L, 8L, 45L, 7L)), + row.names = c(NA, 10L), class = "data.frame") > example <- ecolRxC(votes1, votes2, method = "IPF") > p <- plot(example, show.plot = FALSE) Error: Package ggplot2 needed for this function to work. Please install it. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc