Last updated on 2021-02-02 07:50:03 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.2 | 138.98 | 211.14 | 350.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.2 | 96.19 | 155.77 | 251.96 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.2 | 466.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 435.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0.2 | 313.00 | 340.00 | 653.00 | OK | |
r-patched-linux-x86_64 | 2.0.2 | 115.01 | 189.00 | 304.01 | OK | |
r-patched-solaris-x86 | 2.0.2 | 486.80 | NOTE | |||
r-release-linux-x86_64 | 2.0.2 | 114.88 | 188.31 | 303.19 | OK | |
r-release-macos-x86_64 | 2.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0.2 | 239.00 | 266.00 | 505.00 | OK | |
r-oldrel-macos-x86_64 | 2.0.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.2 | 209.00 | 318.00 | 527.00 | OK |
Version: 2.0.2
Check: installed package size
Result: NOTE
installed size is 19.1Mb
sub-directories of 1Mb or more:
extdata 1.2Mb
libs 17.2Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘mathjaxr’
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
Version: 2.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'.
Flavor: r-oldrel-macos-x86_64
Version: 2.0.2
Check: examples
Result: ERROR
Running examples in ‘TreeLS-Ex.R’ failed
The error most likely occurred in:
> ### Name: nnFilter
> ### Title: Nearest neighborhood point filter
> ### Aliases: nnFilter
>
> ### ** Examples
>
> file = system.file("extdata", "spruce.laz", package="TreeLS")
> tls = readTLS(file)
> nrow(tls@data)
[1] 83392
>
> nn_tls = nnFilter(tls, 0.05, 3)
sh: sysctl: command not found
Unable to detect your RAM. # nocov
Please raise an issue at https://github.com/csgillespie/benchmarkme
Error in if (can_malloc < 0) { : missing value where TRUE/FALSE needed
Calls: nnFilter -> sizeCheck
Execution halted
Flavor: r-oldrel-macos-x86_64