Last updated on 2026-02-11 03:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | ERROR | ||||
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.38 | 25.39 | 27.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 6.00 | 54.33 | 60.33 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 69.10 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.2 | 6.00 | 55.00 | 61.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.2 | 3.73 | 31.19 | 34.92 | ERROR | |
| r-release-linux-x86_64 | 0.1.2 | 3.84 | 30.87 | 34.71 | ERROR | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 3.00 | 52.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 6.00 | 61.00 | 67.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 3.00 | 44.00 | 47.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 8.00 | 97.00 | 105.00 | ERROR |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘EpiSignalDetection-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: aggAtlasExport
> ### Title: Aggregate filtered final Atlas export
> ### Aliases: aggAtlasExport
>
> ### ** Examples
>
> #-- Setting the parameters to run the report for
> input <- list(
+ disease = "Salmonellosis",
+ country = "EU-EEA - complete series",
+ indicator = "Reported cases",
+ stratification = "Confirmed cases",
+ unit = "Month",
+ daterange = c("2010-01-01", "2016-12-31"),
+ algo = "FarringtonFlexible",
+ testingperiod = 5
+ )
>
> #-- Example dataset
> dataset <- EpiSignalDetection::SignalData
>
> #-- Filtering on declared input parameters
> dataset <- filterAtlasExport(dataset, input)
>
> #-- Aggregating the data by geographical level and time point
> dataset <- aggAtlasExport(dataset, input)
Error:
! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
Backtrace:
▆
1. └─EpiSignalDetection::aggAtlasExport(dataset, input)
2. └─dplyr::group_by_(x, c("StudyPeriod"))
3. └─dplyr:::lazy_defunct("group_by")
4. └─lifecycle::deprecate_stop(...)
5. └─lifecycle:::deprecate_stop0(msg)
6. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘EpiSignalDetection_Vignette.Rmd’ using rmarkdown
Quitting from EpiSignalDetection_Vignette.Rmd:179-191 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/lifecycle_error_deprecated>
Error:
! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
---
Backtrace:
▆
1. └─dplyr::group_by_(my_dataset, c("Population"))
2. └─dplyr:::lazy_defunct("group_by")
3. └─lifecycle::deprecate_stop(...)
4. └─lifecycle:::deprecate_stop0(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'EpiSignalDetection_Vignette.Rmd' failed with diagnostics:
`group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
--- failed re-building ‘EpiSignalDetection_Vignette.Rmd’
SUMMARY: processing the following file failed:
‘EpiSignalDetection_Vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘EpiSignalDetection-Ex.R’ failed
The error most likely occurred in:
> ### Name: aggAtlasExport
> ### Title: Aggregate filtered final Atlas export
> ### Aliases: aggAtlasExport
>
> ### ** Examples
>
> #-- Setting the parameters to run the report for
> input <- list(
+ disease = "Salmonellosis",
+ country = "EU-EEA - complete series",
+ indicator = "Reported cases",
+ stratification = "Confirmed cases",
+ unit = "Month",
+ daterange = c("2010-01-01", "2016-12-31"),
+ algo = "FarringtonFlexible",
+ testingperiod = 5
+ )
>
> #-- Example dataset
> dataset <- EpiSignalDetection::SignalData
>
> #-- Filtering on declared input parameters
> dataset <- filterAtlasExport(dataset, input)
>
> #-- Aggregating the data by geographical level and time point
> dataset <- aggAtlasExport(dataset, input)
Error:
! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
Backtrace:
▆
1. └─EpiSignalDetection::aggAtlasExport(dataset, input)
2. └─dplyr::group_by_(x, c("StudyPeriod"))
3. └─dplyr:::lazy_defunct("group_by")
4. └─lifecycle::deprecate_stop(...)
5. └─lifecycle:::deprecate_stop0(msg)
6. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘EpiSignalDetection_Vignette.Rmd’ using rmarkdown
Quitting from EpiSignalDetection_Vignette.Rmd:179-191 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/lifecycle_error_deprecated>
Error:
! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
---
Backtrace:
▆
1. └─dplyr::group_by_(my_dataset, c("Population"))
2. └─dplyr:::lazy_defunct("group_by")
3. └─lifecycle::deprecate_stop(...)
4. └─lifecycle:::deprecate_stop0(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'EpiSignalDetection_Vignette.Rmd' failed with diagnostics:
`group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
--- failed re-building ‘EpiSignalDetection_Vignette.Rmd’
SUMMARY: processing the following file failed:
‘EpiSignalDetection_Vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.