Last updated on 2026-06-08 13:50:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 4.93 | 61.47 | 66.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 3.66 | 44.96 | 48.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 8.00 | 96.64 | 104.64 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 9.00 | 103.29 | 112.29 | OK | |
| r-devel-windows-x86_64 | 1.3.2 | 12.00 | 103.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 1.3.2 | 4.74 | 59.18 | 63.92 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 4.10 | 59.70 | 63.80 | OK | |
| r-release-macos-arm64 | 1.3.2 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 1.3.2 | 4.00 | 54.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 11.00 | 103.00 | 114.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.2 | 3.00 | 74.00 | 77.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.2 | 14.00 | 113.00 | 127.00 | OK |
Version: 1.3.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Gatscha Sebastian <sebastian_gatscha@gmx.at>’
Reading Rd files failed with message:
cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.2
Check: examples
Result: ERROR
Running examples in ‘leaflet.extras2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: updateBuildingTime
> ### Title: Update the Shadows OSM-Buildings with a POSIXct timestamp
> ### Aliases: updateBuildingTime
>
> ### ** Examples
>
> library(leaflet)
> library(leaflet.extras2)
>
> leaflet() %>%
+ addTiles() %>%
+ addBuildings() %>%
+ updateBuildingTime(as.POSIXct("2024-09-01 19:00:00 CET")) %>%
+ setView(13.40, 52.51836, 15)
Warning in file.create(to[okay]) :
cannot create file 'lib/lfx-building-2.1.0/osm-buildings.css', reason 'No space left on device'
Warning in file.create(to[okay]) :
cannot create file 'lib/lfx-building-2.1.0/osm-buildings.js', reason 'No space left on device'
Warning in base::file(file, open = "w+b") :
cannot open file '/tmp/Rtmp9zXSWg/viewhtml246b02248d6039/index.html': No space left on device
Error in base::file(file, open = "w+b") : cannot open the connection
Calls: <Anonymous> ... html_print -> save_html -> save_html.default -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc