CRAN Package Check Results for Package forestSAS

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 2.88 46.12 49.00 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 1.97 22.71 24.68 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 65.89 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 57.36 OK
r-devel-windows-ix86+x86_64 1.0.1 6.00 50.00 56.00 OK
r-patched-linux-x86_64 1.0.1 2.67 43.50 46.17 OK
r-patched-solaris-x86 1.0.1 78.30 OK
r-release-linux-x86_64 1.0.1 2.25 44.78 47.03 OK
r-release-macos-x86_64 1.0.1 OK
r-release-windows-ix86+x86_64 1.0.1 6.00 68.00 74.00 OK
r-oldrel-macos-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 4.00 45.00 49.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘forestSAS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: forestSAS-package
    > ### Title: Forest Spatial Structure Analysis Systems
    > ### Aliases: forestSAS-package forestSAS
    >
    > ### ** Examples
    >
    > data(tree.ppp)
    > ##Get the tree attributies of nearest neighbour
    > nnindices<-nnIndex(tree.ppp,N=4,
    + smark=c("sp.code","dbh.cm","storey",
    + "crownwid.m","group","biomass.kg",
    + "quality","x","y"),buffer=FALSE)
    Error in xtfrm.data.frame(x) : cannot xtfrm data frames
    Calls: nnIndex ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc