Last updated on 2025-12-29 07:49:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.2 | 12.00 | 198.38 | 210.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.2 | 6.90 | 133.56 | 140.46 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.2 | 26.00 | 338.40 | 364.40 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 19.00 | 268.50 | 287.50 | OK | |
| r-devel-windows-x86_64 | 1.5.2 | 16.00 | 201.00 | 217.00 | ERROR | |
| r-patched-linux-x86_64 | 1.5.2 | 20.94 | 172.31 | 193.25 | OK | |
| r-release-linux-x86_64 | 1.5.2 | 13.14 | 174.41 | 187.55 | OK | |
| r-release-macos-arm64 | 1.5.2 | OK | ||||
| r-release-macos-x86_64 | 1.5.2 | 9.00 | 196.00 | 205.00 | OK | |
| r-release-windows-x86_64 | 1.5.2 | 16.00 | 264.00 | 280.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.2 | 9.00 | 200.00 | 209.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.2 | 22.00 | 315.00 | 337.00 | OK |
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in 'TidyDensity-Ex.R' failed
The error most likely occurred in:
> ### Name: convert_to_ts
> ### Title: Convert Data to Time Series Format
> ### Aliases: convert_to_ts
>
> ### ** Examples
>
> # Example 1: Convert data to time series format without returning time series data
> x <- tidy_normal()
Error in `[.data.table`(df, , `:=`(c("dx", "dy"), density(y, n = n)[c("x", :
attempt access index 3/3 in VECTOR_ELT
Calls: tidy_normal -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.5.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'getting-started.Rmd' using rmarkdown
Quitting from getting-started.Rmd:32-38 [example]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 3/3 in VECTOR_ELT
---
Backtrace:
▆
1. └─TidyDensity::tidy_normal()
2. ├─df[, `:=`(c("dx", "dy"), density(y, n = n)[c("x", "y")]), by = sim_number]
3. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started.Rmd' failed with diagnostics:
attempt access index 3/3 in VECTOR_ELT
--- failed re-building 'getting-started.Rmd'
SUMMARY: processing the following file failed:
'getting-started.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64