R Under development (unstable) (2023-09-29 r85235 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(censobr) > library(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(arrow) The tzdb package is not installed. Timezones will not be available to Arrow compute functions. Attaching package: 'arrow' The following object is masked from 'package:testthat': matches The following object is masked from 'package:utils': timestamp > > data_release <- 'v0.2.0' > > test_check("censobr") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 0 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test_data_dictionary.R:5:1', 'test_docs_interview_manual.R:5:1', 'test_docs_questionnaire.R:5:1', 'test_labels_emigration.R:5:1', 'test_labels_families.R:5:1', 'test_labels_households.R:5:1', 'test_labels_mortality.R:5:1', 'test_labels_population.R:5:1', 'test_read_emigration.R:5:1', 'test_read_families.R:5:1', 'test_read_households.R:5:1', 'test_read_mortality.R:5:1', 'test_read_population.R:5:1', 'test_read_tracts.R:5:1', 'test_set_censobr_cache_dir.R:5:1', 'test_z_censobr_cache.R:5:1' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 0 ] > > proc.time() user system elapsed 1.00 0.20 1.15