CRAN Package Check Results for Package goeveg

Last updated on 2021-02-05 15:54:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.2 16.73 131.79 148.52 OK
r-devel-linux-x86_64-debian-gcc 0.4.2 10.43 90.20 100.63 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.2 182.98 NOTE
r-devel-linux-x86_64-fedora-gcc 0.4.2 170.19 NOTE
r-devel-windows-ix86+x86_64 0.4.2 34.00 118.00 152.00 OK
r-patched-linux-x86_64 0.4.2 9.17 120.12 129.29 OK
r-patched-solaris-x86 0.4.2 233.50 NOTE
r-release-linux-x86_64 0.4.2 9.24 120.47 129.71 OK
r-release-macos-x86_64 0.4.2 NOTE
r-release-windows-ix86+x86_64 0.4.2 34.00 157.00 191.00 OK
r-oldrel-macos-x86_64 0.4.2 NOTE
r-oldrel-windows-ix86+x86_64 0.4.2 21.00 104.00 125.00 OK

Check Details

Version: 0.4.2
Check: examples
Result: ERROR
    Running examples in ‘goeveg-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: synsort
    > ### Title: Sorting functions for synoptic tables
    > ### Aliases: synsort
    >
    > ### ** Examples
    >
    > ## Synoptic table of Scheden vegetation data:
    > library(cluster)
    > pam1 <- pam(schedenveg, 4)
    >
    > ## Unordered synoptic tables
    > # Unordered synoptiv percentage frequency table
    > unordered <- syntable(schedenveg, pam1$clustering, abund = "perc",
    + type = "percfreq")
    > # Differential species analysis
    > differential <- syntable(schedenveg, pam1$clustering, abund = "perc",
    + type = "diffspec")
    Error in xtfrm.data.frame(x) : cannot xtfrm data frames
    Calls: syntable ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.2
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘cluster’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64