Last updated on 2026-04-25 01:51:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 15.81 | 147.46 | 163.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 10.17 | 103.90 | 114.07 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 28.00 | 236.97 | 264.97 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 24.00 | 225.08 | 249.08 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 14.78 | 142.64 | 157.42 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 12.94 | 132.17 | 145.11 | OK | |
| r-release-macos-arm64 | 0.2.2 | 3.00 | 40.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 10.00 | 119.00 | 129.00 | ERROR | |
| r-release-windows-x86_64 | 0.2.2 | 17.00 | 159.00 | 176.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | 3.00 | 40.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.2 | 10.00 | 126.00 | 136.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 18.00 | 157.00 | 175.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘EpiForsk-Ex.R’ failed
The error most likely occurred in:
> ### Name: FlattenDatesDT
> ### Title: Flatten Date Intervals
> ### Aliases: FlattenDatesDT
>
> ### ** Examples
>
>
> ### The flatten function works with both dates and numeric
>
> dat <- data.frame(
+ ID = c(1, 1, 1, 2, 2, 3, 3, 4),
+ START = c(1, 2, 5, 3, 6, 2, 3, 6),
+ END = c(3, 3, 7, 4, 9, 3, 5, 8))
> dat |> FlattenDatesDT(ID, START, END)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Calls: FlattenDatesDT -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Flavor: r-release-macos-x86_64