Last updated on 2025-12-21 05:49:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.54 | 81.29 | 86.83 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.68 | 59.32 | 64.00 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 12.00 | 132.88 | 144.88 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 11.00 | 179.89 | 190.89 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 9.00 | 126.00 | 135.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 7.38 | 91.99 | 99.37 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 5.40 | 92.59 | 97.99 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 4.00 | 86.00 | 90.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 8.00 | 121.00 | 129.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 98.00 | 102.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 12.00 | 152.00 | 164.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘pacta.loanbook-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: match_name
> ### Title: Match a loanbook to asset-based company data (abcd) by the
> ### name_* columns
> ### Aliases: match_name
>
> ### ** Examples
>
> library(r2dii.data)
Attaching package: ‘r2dii.data’
The following object is masked from ‘package:pacta.loanbook’:
data_dictionary
> library(tibble)
>
> # Small data for examples
> loanbook <- head(loanbook_demo, 50)
> abcd <- head(abcd_demo, 50)
>
> match_name(loanbook, abcd)
Error in `[.data.table`(matched, , `:=`(pick, none_is_one(score) | some_is_one(score)), :
attempt access index 10/10 in VECTOR_ELT
Calls: match_name -> match_name_impl -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘pacta.loanbook-Ex.R’ failed
The error most likely occurred in:
> ### Name: match_name
> ### Title: Match a loanbook to asset-based company data (abcd) by the
> ### name_* columns
> ### Aliases: match_name
>
> ### ** Examples
>
> library(r2dii.data)
Attaching package: ‘r2dii.data’
The following object is masked from ‘package:pacta.loanbook’:
data_dictionary
> library(tibble)
>
> # Small data for examples
> loanbook <- head(loanbook_demo, 50)
> abcd <- head(abcd_demo, 50)
>
> match_name(loanbook, abcd)
Error in `[.data.table`(matched, , `:=`(pick, none_is_one(score) | some_is_one(score)), :
attempt access index 10/10 in VECTOR_ELT
Calls: match_name -> match_name_impl -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang