R Under development (unstable) (2024-01-24 r85824 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. > library(testthat) > library(rbcb) > > test_check("rbcb") [ FAIL 0 | WARN 0 | SKIP 36 | PASS 0 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-currencies.R:3:5', 'test-currencies.R:14:5', 'test-currencies.R:28:5', 'test-currencies.R:38:5', 'test-currencies.R:52:5', 'test-currencies.R:66:5', 'test-currencies.R:84:5', 'test-currencies.R:95:5', 'test-datasets.R:2:3', 'test-get_series.R:3:5', 'test-get_series.R:19:5', 'test-get_series.R:29:5', 'test-get_series.R:39:5', 'test-get_series.R:74:5', 'test-get_series.R:85:5', 'test-get_series.R:97:5', 'test-get_series.R:109:5', 'test-get_series.R:121:5', 'test-odata-expectativas.R:3:5', 'test-odata-expectativas.R:18:5', 'test-odata-expectativas.R:32:5', 'test-odata-expectativas.R:46:5', 'test-odata-expectativas.R:58:5', 'test-odata-expectativas.R:71:5', 'test-odata-expectativas.R:86:5', 'test-odata-expectativas.R:109:5', 'test-odata-expectativas.R:124:5', 'test-odata-expectativas.R:138:5', 'test-odata-ptax.R:3:5', 'test-odata-ptax.R:28:5', 'test-odata-ptax.R:40:5', 'test-odata-ptax.R:54:5', 'test-odata-ptax.R:64:5', 'test-sgs.R:2:3', 'test-utils.R:3:5', 'test-utils.R:14:5' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 0 ] > > proc.time() user system elapsed 1.35 0.15 1.50