Last updated on 2024-12-26 07:51:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.10 | 11.82 | 85.87 | 97.69 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.10 | 7.89 | 100.72 | 108.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.10 | 254.61 | OK | |||
r-devel-windows-x86_64 | 0.2.10 | 13.00 | 189.00 | 202.00 | OK | |
r-patched-linux-x86_64 | 0.2.10 | 13.80 | 139.43 | 153.23 | OK | |
r-release-linux-x86_64 | 0.2.10 | 10.95 | 139.46 | 150.41 | OK | |
r-release-macos-arm64 | 0.2.10 | 74.00 | OK | |||
r-release-macos-x86_64 | 0.2.10 | 184.00 | OK | |||
r-release-windows-x86_64 | 0.2.10 | 12.00 | 186.00 | 198.00 | OK | |
r-oldrel-macos-arm64 | 0.2.10 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.10 | 183.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.10 | 15.00 | 230.00 | 245.00 | OK |
Version: 0.2.10
Check: examples
Result: ERROR
Running examples in ‘AHMbook-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Color Ramps
> ### Title: Color Ramps
> ### Aliases: Color_Ramps rampYOR rampGreens rampGreys rampBYR rampGBr
>
> ### ** Examples
>
> # uses the built-in volcano data set
> require(grDevices) # for colours
> require(graphics)
> image(volcano, col=rampYOR(225), main="Sequential yellow-orange-red")
> image(volcano, col=rampBYR(225), main="Divergent blue-yellow-red")
> image(volcano, col=rampGBr(225), main="Divergent green-brown")
> points(runif(500), runif(500), pch=16, cex=0.7) # add points
> title(sub="Points are hard to see on the darkest colors", line=2)
> image(volcano, col=rampGBr(225, range=2:10), main="Green-brown without darkest colors")
> points(runif(500), runif(500), pch=16, cex=0.7)
>
> # Try with a raster
> require(raster)
Loading required package: raster
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘raster’
> r <- raster(system.file("external/test.grd", package="raster"))
Error in raster(system.file("external/test.grd", package = "raster")) :
could not find function "raster"
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang