Last updated on 2025-12-20 03:48:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 25.52 | 81.45 | 106.97 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 3.03 | 56.07 | 59.10 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 7.00 | 118.65 | 125.65 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 7.00 | 116.12 | 123.12 | ERROR | |
| r-devel-windows-x86_64 | 0.5.0 | 9.00 | 86.00 | 95.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.0 | 26.70 | 72.65 | 99.35 | NOTE | |
| r-release-linux-x86_64 | 0.3.0 | 27.15 | 72.11 | 99.26 | NOTE | |
| r-release-macos-arm64 | 0.5.0 | OK | ||||
| r-release-macos-x86_64 | 0.5.0 | 8.00 | 105.00 | 113.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 10.00 | 84.00 | 94.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.0 | 9.00 | 123.00 | 132.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 12.00 | 103.00 | 115.00 | OK |
Version: 0.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Kyle Butts <kyle.butts@colorado.edu>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: C++ specification
Result: NOTE
Specified C++11: support will be removed soon
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: Rd files
Result: NOTE
checkRd: (-1) did_imputation.Rd:74: Lost braces; missing escapes or markup?
74 | form average treatment effects for groups of {it}.
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(didimputation)
Loading required package: fixest
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("didimputation")
! curl package not installed, falling back to using `url()`
Saving _problems/test-did_imputation-24.R
Saving _problems/test-did_imputation-37.R
Saving _problems/test-did_imputation-51.R
Saving _problems/test-did_imputation-63.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-did_imputation.R:15:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 22/22 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:15:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:26:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:26:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:39:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:39:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:53:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 192/192 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:53:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(didimputation)
Loading required package: fixest
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("didimputation")
! curl package not installed, falling back to using `url()`
Saving _problems/test-did_imputation-24.R
Saving _problems/test-did_imputation-37.R
Saving _problems/test-did_imputation-51.R
Saving _problems/test-did_imputation-63.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-did_imputation.R:15:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 22/22 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:15:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:26:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:26:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:39:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:39:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:53:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 192/192 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:53:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(didimputation)
Loading required package: fixest
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("didimputation")
Saving _problems/test-did_imputation-24.R
Saving _problems/test-did_imputation-37.R
Saving _problems/test-did_imputation-51.R
Saving _problems/test-did_imputation-63.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-did_imputation.R:15:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 22/22 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:15:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:26:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:26:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:39:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:39:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:53:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 192/192 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:53:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: tests
Result: ERROR
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(didimputation)
Loading required package: fixest
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("didimputation")
! curl package not installed, falling back to using `url()`
Saving _problems/test-did_imputation-24.R
Saving _problems/test-did_imputation-37.R
Saving _problems/test-did_imputation-51.R
Saving _problems/test-did_imputation-63.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-did_imputation.R:15:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 22/22 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:15:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:26:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:26:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:39:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 62/62 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:39:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
── Failure ('test-did_imputation.R:53:3'): estimation runs ─────────────────────
Expected `did_imputation(...)` not to throw any errors.
Actually got a <simpleError> with message:
attempt access index 192/192 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-did_imputation.R:53:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─didimputation::did_imputation(...)
8. └─base::lapply(...)
9. └─didimputation (local) FUN(X[[i]], ...)
10. └─didimputation:::se_inner(data, v_star, wtr, cluster_var, gname)
11. ├─...[]
12. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.0
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64