Last updated on 2023-07-18 13:57:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 1.99 | 51.63 | 53.62 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.82 | 39.42 | 41.24 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 66.48 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 81.78 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 4.00 | 60.00 | 64.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | 2.68 | 51.25 | 53.93 | ERROR | |
r-release-linux-x86_64 | 0.1.1 | 1.84 | 49.85 | 51.69 | ERROR | |
r-release-macos-arm64 | 0.1.1 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.1 | 50.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.1 | 4.00 | 67.00 | 71.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.1 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.1 | 34.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.1 | 4.00 | 68.00 | 72.00 | ERROR |
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘leaflet.multiopacity-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: addOpacityControls
> ### Title: Add Opacity Controls
> ### Aliases: addOpacityControls
>
> ### ** Examples
>
> # Load libraries
> library(leaflet)
> library(leaflet.multiopacity)
> library(raster)
Loading required package: sp
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
>
> # Create raster example
> r <- raster(xmn = -2.8, xmx = -2.79,
+ ymn = 54.04, ymx = 54.05,
+ nrows = 30, ncols = 30)
Warning in sp::CRS(...) : sf required for evolution_status==2L
> values(r) <- matrix(1:900, nrow(r), ncol(r), byrow = TRUE)
> crs(r) <- crs("+init=epsg:4326")
Warning in sp::CRS(...) : sf required for evolution_status==2L
>
> # Provide layerId, group or category to show opacity controls
> # If not specified, will render controls for all layers
> # Example using layerId
> leaflet() %>%
+ addProviderTiles("Wikimedia", layerId = "Wikimedia") %>%
+ addRasterImage(r, layerId = "raster") %>%
+ addAwesomeMarkers(lng = -2.79545, lat = 54.04321,
+ layerId = "hospital", label = "Hospital") %>%
+ addOpacityControls(layerId = c("raster", "hospital"))
Warning in sp::CRS(...) : sf required for evolution_status==2L
Warning in sp::CRS(epsg3857) : sf required for evolution_status==2L
Error: [project] input crs is not valid
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘leaflet.multiopacity-Ex.R’ failed
The error most likely occurred in:
> ### Name: addOpacityControls
> ### Title: Add Opacity Controls
> ### Aliases: addOpacityControls
>
> ### ** Examples
>
> # Load libraries
> library(leaflet)
> library(leaflet.multiopacity)
> library(raster)
Loading required package: sp
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
>
> # Create raster example
> r <- raster(xmn = -2.8, xmx = -2.79,
+ ymn = 54.04, ymx = 54.05,
+ nrows = 30, ncols = 30)
Warning in sp::CRS(...) : sf required for evolution_status==2L
> values(r) <- matrix(1:900, nrow(r), ncol(r), byrow = TRUE)
> crs(r) <- crs("+init=epsg:4326")
Warning in sp::CRS(...) : sf required for evolution_status==2L
>
> # Provide layerId, group or category to show opacity controls
> # If not specified, will render controls for all layers
> # Example using layerId
> leaflet() %>%
+ addProviderTiles("Wikimedia", layerId = "Wikimedia") %>%
+ addRasterImage(r, layerId = "raster") %>%
+ addAwesomeMarkers(lng = -2.79545, lat = 54.04321,
+ layerId = "hospital", label = "Hospital") %>%
+ addOpacityControls(layerId = c("raster", "hospital"))
Warning in sp::CRS(...) : sf required for evolution_status==2L
Warning in sp::CRS(epsg3857) : sf required for evolution_status==2L
Error: [project] input crs is not valid
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64