Last updated on 2020-03-27 00:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 10.83 | 97.18 | 108.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 8.07 | 76.01 | 84.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 137.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 134.19 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 23.00 | 95.00 | 118.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.1 | 25.00 | 107.00 | 132.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 7.59 | 85.72 | 93.31 | OK | |
r-patched-solaris-x86 | 0.1.2 | 202.10 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 8.55 | 87.63 | 96.18 | OK | |
r-release-windows-ix86+x86_64 | 0.1.2 | 27.00 | 138.00 | 165.00 | OK | |
r-release-osx-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 19.00 | 132.00 | 151.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.1 | ERROR |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in 'tanaka-Ex.R' failed
The error most likely occurred in:
> ### Name: tanaka
> ### Title: Plot a Tanaka Map
> ### Aliases: tanaka
>
> ### ** Examples
>
> library(tanaka)
> library(raster)
Loading required package: sp
> library(sf)
Linking to GEOS 3.6.1, GDAL 2.2.3, PROJ 4.9.3
> com <- st_read(system.file("gpkg/com.gpkg", package = "tanaka"),
+ quiet = TRUE)
> ras <- raster(system.file("grd/elev.grd", package = "tanaka"))
> tanaka(ras)
> tanaka(ras, mask = com)
> tanaka(ras, breaks = seq(80,400,20),
+ legend.pos = "topright",
+ legend.title = "Elevation\n(meters)")
> tanaka(ras, nclass = 15,
+ col = hcl.colors(15, "YlOrRd"),
+ legend.pos = "topright",
+ legend.title = "Elevation\n(meters)")
Error in hcl.colors(15, "YlOrRd") : could not find function "hcl.colors"
Calls: tanaka -> plot -> plot.sfc_MULTIPOLYGON
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘tanaka-Ex.R’ failed
The error most likely occurred in:
> ### Name: tanaka
> ### Title: Plot a Tanaka Map
> ### Aliases: tanaka
>
> ### ** Examples
>
> library(tanaka)
> library(raster)
Loading required package: sp
> library(sf)
Linking to GEOS 3.7.2, GDAL 2.4.2, PROJ 5.2.0
> com <- st_read(system.file("gpkg/com.gpkg", package = "tanaka"),
+ quiet = TRUE)
> ras <- raster(system.file("grd/elev.grd", package = "tanaka"))
> tanaka(ras)
> tanaka(ras, mask = com)
> tanaka(ras, breaks = seq(80,400,20),
+ legend.pos = "topright",
+ legend.title = "Elevation\n(meters)")
> tanaka(ras, nclass = 15,
+ col = hcl.colors(15, "YlOrRd"),
+ legend.pos = "topright",
+ legend.title = "Elevation\n(meters)")
Error in hcl.colors(15, "YlOrRd") : could not find function "hcl.colors"
Calls: tanaka -> plot -> plot.sfc_MULTIPOLYGON
Execution halted
Flavor: r-oldrel-osx-x86_64