Last updated on 2020-03-27 00:49:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | 8.17 | 56.83 | 65.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 5.73 | 42.30 | 48.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 85.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 71.69 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.8 | 24.00 | 59.00 | 83.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.7 | 17.00 | 72.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 0.1.8 | 6.41 | 49.75 | 56.16 | OK | |
r-patched-solaris-x86 | 0.1.8 | 111.60 | OK | |||
r-release-linux-x86_64 | 0.1.8 | 7.57 | 49.79 | 57.36 | OK | |
r-release-windows-ix86+x86_64 | 0.1.8 | 24.00 | 93.00 | 117.00 | OK | |
r-release-osx-x86_64 | 0.1.8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.8 | 16.00 | 96.00 | 112.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.8 | ERROR |
Version: 0.1.8
Check: R code for possible problems
Result: NOTE
raster_alpha: no visible global function definition for 'asplit'
Undefined global functions or variables:
asplit
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1.8
Check: examples
Result: ERROR
Running examples in 'plothelper-Ex.R' failed
The error most likely occurred in:
> ### Name: raster_alpha
> ### Title: Combine a Matrix of Colors and a Matrix of Alpha Values
> ### Aliases: raster_alpha
>
> ### ** Examples
>
> # A color matrix
> co=c("red", "yellow", "green", "blue")
> co=rbind(co, co, co)
> # An alpha matrix
> alp=c(1, 0.6, 0.3, 0.1)
> alp=rbind(alp, alp, alp)
> # Now combine the two
> result=raster_alpha(co, alp)
Error in asplit(color, 2) : could not find function "asplit"
Calls: raster_alpha
Execution halted
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64