Last updated on 2025-12-20 05:50:09 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 5.55 | 102.03 | 107.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 3.77 | 64.97 | 68.74 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 9.00 | 153.69 | 162.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 153.00 | OK | |||
| r-devel-windows-x86_64 | 0.5.2 | 7.00 | 102.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 5.52 | 94.67 | 100.19 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 4.72 | 93.67 | 98.39 | OK | |
| r-release-macos-arm64 | 0.5.2 | OK | ||||
| r-release-macos-x86_64 | 0.5.2 | 3.00 | 82.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 6.00 | 100.00 | 106.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.2 | 4.00 | 89.00 | 93.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 10.00 | 131.00 | 141.00 | OK |
Version: 0.5.2
Check: examples
Result: ERROR
Running examples in ‘r2dii.analysis-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: join_abcd_scenario
> ### Title: Join a data-loanbook object to the abcd and scenario
> ### Aliases: join_abcd_scenario
> ### Keywords: internal
>
> ### ** Examples
>
> ## Don't show:
> if (rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ library(r2dii.data)
+ library(r2dii.match)
+
+ valid_matches <- match_name(loanbook_demo, abcd_demo) %>%
+ # WARNING: Remember to validate matches (see `?prioritize`)
+ prioritize()
+
+ valid_matches %>%
+ join_abcd_scenario(
+ abcd = abcd_demo,
+ scenario = scenario_demo_2020,
+ region_isos = region_isos_demo
+ )
+ ## Don't show:
+ }) # examplesIf
> library(r2dii.data)
Attaching package: ‘r2dii.data’
The following object is masked from ‘package:r2dii.analysis’:
data_dictionary
> library(r2dii.match)
Attaching package: ‘r2dii.match’
The following object is masked from ‘package:r2dii.data’:
data_dictionary
The following object is masked from ‘package:r2dii.analysis’:
data_dictionary
> valid_matches <- match_name(loanbook_demo, abcd_demo) %>% prioritize()
Error in `[.data.table`(matched, , `:=`(pick, none_is_one(score) | some_is_one(score)), :
attempt access index 10/10 in VECTOR_ELT
Calls: <Anonymous> ... nrow -> match_name -> match_name_impl -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc