Last updated on 2025-12-20 17:50:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 62.45 | 35.59 | 98.04 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 51.64 | 32.37 | 84.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 101.00 | 53.84 | 154.84 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 134.00 | 48.66 | 182.66 | ERROR | |
| r-devel-windows-x86_64 | 1.2.2 | 64.00 | 74.00 | 138.00 | OK | |
| r-patched-linux-x86_64 | 1.2.2 | 70.63 | 43.85 | 114.48 | OK | |
| r-release-linux-x86_64 | 1.2.2 | 67.83 | 45.10 | 112.93 | OK | |
| r-release-macos-arm64 | 1.2.2 | OK | ||||
| r-release-macos-x86_64 | 1.2.2 | 41.00 | 64.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 63.00 | 76.00 | 139.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.2.2 | 41.00 | 92.00 | 133.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.2.2 | 76.00 | 96.00 | 172.00 | OK |
Version: 1.2.2
Check: examples
Result: ERROR
Running examples in ‘staggered-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: balance_checks
> ### Title: Calculate balance checks in staggered rollout designs
> ### Aliases: balance_checks
>
> ### ** Examples
>
> ## Don't show:
> # restrict threads for CRAN compliance
> dt_threads <- data.table::getDTthreads()
> data.table::setDTthreads(1)
> ## End(Don't show)
>
> set.seed(1234)
> # load the officer data and subset it
> df <- pj_officer_level_balanced
> group_random <- sample(unique(df$assigned), 3)
> df <- df[df$assigned %in% group_random,]
> # Calculate balance checks for simple aggregation
> balance_checks(df = df,
+ i = "uid",
+ t = "period",
+ g = "first_trained",
+ y = "complaints",
+ estimand = "simple")
Error in `[.data.table`(df, , `:=`(numPeriods_i, base::length(t)), by = .(i)) :
attempt access index 4/4 in VECTOR_ELT
Calls: balance_checks -> balance_df -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.2
Check: examples
Result: ERROR
Running examples in ‘staggered-Ex.R’ failed
The error most likely occurred in:
> ### Name: balance_checks
> ### Title: Calculate balance checks in staggered rollout designs
> ### Aliases: balance_checks
>
> ### ** Examples
>
> ## Don't show:
> # restrict threads for CRAN compliance
> dt_threads <- data.table::getDTthreads()
> data.table::setDTthreads(1)
> ## End(Don't show)
>
> set.seed(1234)
> # load the officer data and subset it
> df <- pj_officer_level_balanced
> group_random <- sample(unique(df$assigned), 3)
> df <- df[df$assigned %in% group_random,]
> # Calculate balance checks for simple aggregation
> balance_checks(df = df,
+ i = "uid",
+ t = "period",
+ g = "first_trained",
+ y = "complaints",
+ estimand = "simple")
Error in `[.data.table`(df, , `:=`(numPeriods_i, base::length(t)), by = .(i)) :
attempt access index 4/4 in VECTOR_ELT
Calls: balance_checks -> balance_df -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.2
Check: installed package size
Result: NOTE
installed size is 35.7Mb
sub-directories of 1Mb or more:
libs 35.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64