Last updated on 2026-04-20 11:50:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 4.75 | 72.51 | 77.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.41 | 54.88 | 58.29 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 8.00 | 125.38 | 133.38 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 9.00 | 140.41 | 149.41 | OK | |
| r-devel-macos-arm64 | 0.3.1 | 1.00 | 24.00 | 25.00 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 6.00 | 88.00 | 94.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 4.97 | 68.32 | 73.29 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 3.34 | 65.80 | 69.14 | OK | |
| r-release-macos-arm64 | 0.3.1 | OK | ||||
| r-release-macos-x86_64 | 0.3.1 | 3.00 | 77.00 | 80.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 6.00 | 87.00 | 93.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.3.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.1 | 3.00 | 87.00 | 90.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 8.00 | 110.00 | 118.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in 'sftime-Ex.R' failed
The error most likely occurred in:
> ### Name: st_cast
> ### Title: Cast geometry to another type: either simplify, or cast
> ### explicitly
> ### Aliases: st_cast st_cast.sftime
>
> ### ** Examples
>
> # cast from POINT to LINESTRING
> g <- st_sfc(st_point(1:2), st_point(c(2, 4)))
> time <- Sys.time()
> x <-
+ st_sftime(a = 3:4, g, time = time) %>%
+ dplyr::group_by(time) %>%
+ dplyr::summarize(do_union = TRUE) %>%
+ st_cast(to = "LINESTRING")
Flavor: r-release-windows-x86_64