From fcdf1abe7be9f16e714ae7d3e03d685e5ffa69dd Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Fri, 22 Mar 2024 10:45:39 +0100 Subject: [PATCH 1/2] build README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e436977a..8377665d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ and run fuzzy matching against all company names in the `abcd`: ``` r match_result <- match_name(loanbook_demo, abcd_demo) match_result -#> # A tibble: 307 × 28 +#> # A tibble: 329 × 28 #> id_loan id_direct_loantaker name_direct_loantaker id_intermediate_pare…¹ #> #> 1 L1 C294 Vitale Group @@ -71,7 +71,7 @@ match_result #> 8 L8 C303 Barone s.r.l. #> 9 L9 C301 Werner Werner AG & Co. KG… IP10 #> 10 L9 C301 Werner Werner AG & Co. KG… IP10 -#> # ℹ 297 more rows +#> # ℹ 319 more rows #> # ℹ abbreviated name: ¹​id_intermediate_parent_1 #> # ℹ 24 more variables: name_intermediate_parent_1 , #> # id_ultimate_parent , name_ultimate_parent , @@ -92,7 +92,7 @@ matches, prioritizing (by default) `direct_loantaker` matches over ``` r prioritize(match_result) -#> # A tibble: 168 × 28 +#> # A tibble: 177 × 28 #> id_loan id_direct_loantaker name_direct_loantaker id_intermediate_pare…¹ #> #> 1 L6 C304 Kassulke-Kassulke @@ -105,7 +105,7 @@ prioritize(match_result) #> 8 L26 C280 Ankunding, Ankunding and … #> 9 L27 C278 Donati-Donati Group #> 10 L28 C276 Ferraro, Ferraro e Ferrar… -#> # ℹ 158 more rows +#> # ℹ 167 more rows #> # ℹ abbreviated name: ¹​id_intermediate_parent_1 #> # ℹ 24 more variables: name_intermediate_parent_1 , #> # id_ultimate_parent , name_ultimate_parent , From a7675ebeac65e7b8854b3c5678f782eb9e1d18b2 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Fri, 22 Mar 2024 10:56:41 +0100 Subject: [PATCH 2/2] update cran-comments --- cran-comments.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index d7bce020..0037a2f6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,3 @@ ## R CMD check results -0 errors | 0 warnings | 1 note - -* Maintainer changed to Alex Axthelm while Jackson Hoffart is on extended leave. +0 errors | 0 warnings | 0 notes