R Under development (unstable) (2025-06-27 r88363 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(nomesbr) > > test_check("nomesbr") 0. Making copy of dataset and add the s2(the var to be cleaned): 0 sec elapsed 1. Detect and clean "FALECIDO/A" (and variants): 0 sec elapsed 2. Detect and clean "CARTORIO" cases: 0 sec elapsed 3. Identify cases with extra spaces before accented letters, tilde and apostrophe: 0.01 sec elapsed 4. Detect: PAI MAE SEM NAO and fix: 0.02 sec elapsed 5. Detect "NADA_NAO" and "CONSTA" cases, and make their combo NA: 0 sec elapsed 6. Detect Xartigo and replace when unambigous (ex: DDE to DE): 0 sec elapsed 7. Detect and clean SR_SRA and variants: 0 sec elapsed 8. Detect and clean desconhecido ignorado and variants: 0 sec elapsed 9. Detect and clean repeated de de da da do do : 0.01 sec elapsed 10. Detect and clean repeated letters with specific rules whether at beginning or middle of the word: 0 sec elapsed 11. Force NA if resulting cleaned name is empty or spaces: 0 sec elapsed All substeps: 0.04 sec elapsed 0. Making copy of dataset and add the s2(the var to be cleaned): 0 sec elapsed 1. remove particles e da de do(s): 0 sec elapsed 2. Detect and remove AGNOMES and titles: 0 sec elapsed Starting - All substeps: 0 sec elapsed Usando arquivo nomes_proprios_compostos.rds do cache: C:\Users\CRAN\AppData\Local/R/cache/R/nomesbr/nomes_proprios_compostos.rds [ FAIL 0 | WARN 0 | SKIP 2 | PASS 10 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-nomesbr.R:39:3', 'test-nomesbr.R:109:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 10 ] > > proc.time() user system elapsed 40.71 1.45 41.07