Last updated on 2026-07-23 02:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 1.77 | 68.98 | 70.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 1.44 | 49.94 | 51.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 111.58 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 54.30 | OK | |||
| r-devel-windows-x86_64 | 1.1.0 | 4.00 | 94.00 | 98.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 1.83 | 65.81 | 67.64 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 1.78 | 65.34 | 67.12 | OK | |
| r-release-macos-arm64 | 1.1.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 2.00 | 89.00 | 91.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 4.00 | 93.00 | 97.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 1.00 | 70.00 | 71.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 4.00 | 123.00 | 127.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘rpaleoclim-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: load_paleoclim
> ### Title: Load data from PaleoClim
> ### Aliases: load_paleoclim
>
> ### ** Examples
>
> file <- system.file("testdata", "LH_v1_10m_cropped.zip",
+ package = "rpaleoclim")
> load_paleoclim(file)
*** caught segfault ***
address 0x30, cause 'memory not mapped'
Traceback:
1: dir_map(old, identity, all, recurse, type, fail)
2: fs::dir_ls(tmpdir, recurse = TRUE, glob = "*.tif")
3: load_paleoclim(file)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc