R Under development (unstable) (2024-06-17 r86768 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(BrazilCrime) > > test_check("BrazilCrime") Download completed. Query completed. Download completed. Query completed. Download completed. Query completed. Download completed. Query completed. Download completed. Query completed. Download completed. Query completed. Download completed. Loading required namespace: sf Using year/date 2010 | | | 0% | |=== | 4% | |===== | 7% | |======== | 11% | |========== | 15% | |============= | 19% | |================ | 22% | |================== | 26% | |===================== | 30% | |======================= | 33% | |========================== | 37% | |============================= | 41% | |=============================== | 44% | |================================== | 48% | |==================================== | 52% | |======================================= | 56% | |========================================= | 59% | |============================================ | 63% | |=============================================== | 67% | |================================================= | 70% | |==================================================== | 74% | |====================================================== | 78% | |========================================================= | 81% | |============================================================ | 85% | |============================================================== | 89% | |================================================================= | 93% | |=================================================================== | 96% | |======================================================================| 100% Query completed. Download completed. Query completed. Query completed. [1] "Test data type" Query completed. [1] "Test state argument" Query completed. [1] "Test city argument" [1] "Test city and state arguments" Query completed. [1] "Test category argument" Query completed. [1] "Test typology argument" Query completed. [1] "Test granularity argument" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 17 ] > > proc.time() user system elapsed 116.78 12.82 170.32