Last updated on 2026-08-31 02:51:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 25.61 | 284.60 | 310.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 15.20 | 184.37 | 199.57 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 17.00 | 182.93 | 199.93 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 16.00 | 188.62 | 204.62 | OK | |
| r-devel-windows-x86_64 | 0.1.3 | 27.00 | 0.00 | 27.00 | FAIL | |
| r-patched-linux-x86_64 | 0.1.3 | 24.33 | 271.83 | 296.16 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 24.11 | 270.73 | 294.84 | OK | |
| r-release-macos-arm64 | 0.1.3 | 5.00 | 67.00 | 72.00 | OK | |
| r-release-macos-x86_64 | 0.1.3 | 15.00 | 276.00 | 291.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 24.00 | 254.00 | 278.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | 5.00 | 82.00 | 87.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.3 | 17.00 | 413.00 | 430.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 37.00 | 355.00 | 392.00 | OK |
Version: 0.1.3
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ##D sm_updated <- dispersal(sm, layer = "Predator", method = "convolution",
> ##D method_option = list(kernel = my_kernel))
> ##D
> ##D # 2. Omniscape example (requires Julia)
> ##D sm_updated <- dispersal(sm, layer = "Predator", method = "omniscape",
> ##D method_option = list(resistance = res_map, radius = 10))
> ## End(Not run)
>
>
>
>
> cleanEx()
> nameEx("get_departements_for_roi")
> ### * get_departements_for_roi
>
> flush(stderr()); flush(stdout())
>
> ### Name: get_departements_for_roi
> ### Title: Identify codes of departments intersecting a region of interest
> ### Aliases: get_departements_for_roi
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE
> roi <- sf::st_as_sfc(sf::st_bbox(
+ c(xmin = 600000, ymin = 6600000, xmax = 650000, ymax = 6650000),
+ crs = 2154)
+ )
> departments <- get_departements_for_roi(roi)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64