Last updated on 2025-12-20 10:50:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2024.6.24 | 6.01 | 83.17 | 89.18 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2024.6.24 | 4.59 | 57.67 | 62.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2024.6.24 | 11.00 | 130.85 | 141.85 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2024.6.24 | 11.00 | 137.96 | 148.96 | ERROR | |
| r-devel-windows-x86_64 | 2024.6.24 | 9.00 | 86.00 | 95.00 | OK | |
| r-patched-linux-x86_64 | 2024.6.24 | 5.71 | 76.26 | 81.97 | OK | |
| r-release-linux-x86_64 | 2024.6.24 | 5.97 | 75.59 | 81.56 | OK | |
| r-release-macos-arm64 | 2024.6.24 | OK | ||||
| r-release-macos-x86_64 | 2024.6.24 | 4.00 | 77.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 2024.6.24 | 10.00 | 90.00 | 100.00 | OK | |
| r-oldrel-macos-arm64 | 2024.6.24 | OK | ||||
| r-oldrel-macos-x86_64 | 2024.6.24 | 4.00 | 89.00 | 93.00 | OK | |
| r-oldrel-windows-x86_64 | 2024.6.24 | 10.00 | 112.00 | 122.00 | OK |
Version: 2024.6.24
Check: examples
Result: ERROR
Running examples in ‘csalert-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: signal_detection_hlm
> ### Title: Determine the short term trend of a timeseries
> ### Aliases: signal_detection_hlm signal_detection_hlm.csfmt_rts_data_v1
>
> ### ** Examples
>
> d <- cstidy::nor_covid19_icu_and_hospitalization_csfmt_rts_v1
> d <- d[granularity_time=="isoyearweek"]
> res <- csalert::signal_detection_hlm(
+ d,
+ value = "hospitalization_with_covid19_as_primary_cause_n",
+ baseline_isoyears = 1
+ )
Error in `[.data.table`(with_pred, , `:=`((baseline$var[i]), shift(get(value), :
attempt access index 20/20 in VECTOR_ELT
Calls: <Anonymous> ... signal_detection_hlm.csfmt_rts_data_v1 -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2024.6.24
Check: examples
Result: ERROR
Running examples in ‘csalert-Ex.R’ failed
The error most likely occurred in:
> ### Name: signal_detection_hlm
> ### Title: Determine the short term trend of a timeseries
> ### Aliases: signal_detection_hlm signal_detection_hlm.csfmt_rts_data_v1
>
> ### ** Examples
>
> d <- cstidy::nor_covid19_icu_and_hospitalization_csfmt_rts_v1
> d <- d[granularity_time=="isoyearweek"]
> res <- csalert::signal_detection_hlm(
+ d,
+ value = "hospitalization_with_covid19_as_primary_cause_n",
+ baseline_isoyears = 1
+ )
Error in `[.data.table`(with_pred, , `:=`((baseline$var[i]), shift(get(value), :
attempt access index 20/20 in VECTOR_ELT
Calls: <Anonymous> ... signal_detection_hlm.csfmt_rts_data_v1 -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc