R Under development (unstable) (2024-09-04 r87094 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. > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(geobr) + library(sf) + + test_check("geobr") + + } Loading required namespace: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-cep_to_state.R:5:1', 'test-check_connection.R:5:1', 'test-download_metadata.R:5:1', 'test-grid_state_correspondence_table.R:5:1', 'test-list_geobr.R:5:1', 'test-lookup_muni.R:5:1', 'test-read_amazon.R:5:1', 'test-read_biomes.R:5:1', 'test-read_capitals.R:5:1', 'test-read_census_tract.R:5:1', 'test-read_comparable_areas.R:5:1', 'test-read_conservation_units.R:5:1', 'test-read_country.R:5:1', 'test-read_disaster_risk_area.R:5:1', 'test-read_health_facilities.R:5:1', 'test-read_health_region.R:5:1', 'test-read_immediate_region.R:5:1', 'test-read_indigenous_land.R:5:1', 'test-read_intermediate_region.R:5:1', 'test-read_meso_region.R:5:1', 'test-read_metro_area.R:5:1', 'test-read_micro_region.R:5:1', 'test-read_municipal_seat.R:5:1', 'test-read_municipality.R:5:1', 'test-read_neighborhood.R:5:1', 'test-read_pop_arrangements.R:6:1', 'test-read_region.R:5:1', 'test-read_schools.R:5:1', 'test-read_semiarid.R:5:1', 'test-read_state.R:4:1', 'test-read_statistical_grid.R:4:1', 'test-read_urban_area.R:5:1', 'test-read_urban_concentrations.R:5:1', 'test-read_weighting_area.R:6:1' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] > > proc.time() user system elapsed 1.76 0.40 2.17