Last updated on 2026-04-26 02:49:45 CEST.
| Package | ERROR | OK |
|---|---|---|
| EpiForsk | 1 | 11 |
Current CRAN status: ERROR: 1, OK: 11
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