Last updated on 2019-05-01 01:51:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 39.03 | 250.98 | 290.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 26.62 | 182.45 | 209.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 358.10 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 347.07 | NOTE | |||
r-patched-linux-x86_64 | 2.0.0 | 34.72 | 235.54 | 270.26 | ERROR | |
r-patched-solaris-x86 | 2.0.0 | 498.30 | NOTE | |||
r-release-linux-x86_64 | 2.0.0 | 33.51 | 234.92 | 268.43 | OK | |
r-release-windows-ix86+x86_64 | 2.0.0 | 90.00 | 443.00 | 533.00 | OK | |
r-release-osx-x86_64 | 2.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 98.00 | 460.00 | 558.00 | OK | |
r-oldrel-osx-x86_64 | 2.0.0 | NOTE |
Version: 2.0.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘MASS’ ‘stats’
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-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘nandb-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: number
> ### Title: Calculate number from image series.
> ### Aliases: number
>
> ### ** Examples
>
> img <- ijtiff::read_tif(system.file('extdata', '50.tif', package = 'nandb'))
Reading 50.tif: an 8-bit, 50x50 pixel image of unsigned
integer type with 1 channel and 50 frames . . .
<08> Done.
> ijtiff::display(img[, , 1, 1])
> num <- number(img, "N", thresh = "Huang")
*** caught segfault ***
address 0x7f8b59f02a08, cause 'memory not mapped'
Traceback:
1: RcppParallel::setThreadOptions(n_cores)
2: detrendr::mean_pillars(img, parallel = parallel)
3: number(img, "N", thresh = "Huang")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-patched-linux-x86_64