R Under development (unstable) (2025-07-07 r88391 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(ChileDataAPI) > > test_check("ChileDataAPI") API request failed with status: 404 Datasets available in the 'ChileDataAPI' package: Datasets available in the 'ChileDataAPI' package: [ FAIL 0 | WARN 0 | SKIP 45 | PASS 218 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test-get_chile_bitcoin.R:24:3', 'test-get_chile_bitcoin.R:41:3', 'test-get_chile_bitcoin.R:50:3', 'test-get_chile_copper_pound.R:24:3', 'test-get_chile_copper_pound.R:36:3', 'test-get_chile_copper_pound.R:46:3', 'test-get_chile_copper_pound.R:55:3', 'test-get_chile_copper_pound.R:63:3', 'test-get_chile_copper_pound.R:79:3', 'test-get_chile_copper_pound.R:87:3', 'test-get_chile_copper_pound.R:95:3', 'test-get_chile_dollar.R:24:3', 'test-get_chile_dollar.R:39:3', 'test-get_chile_dollar.R:49:3', 'test-get_chile_dollar.R:57:3', 'test-get_chile_dollar.R:65:3', 'test-get_chile_dollar.R:74:3', 'test-get_chile_dollar.R:90:3', 'test-get_chile_euro.R:24:3', 'test-get_chile_euro.R:37:3', 'test-get_chile_euro.R:47:3', 'test-get_chile_euro.R:56:3', 'test-get_chile_euro.R:66:3', 'test-get_chile_ipsa.R:25:3', 'test-get_chile_ipsa.R:40:3', 'test-get_chile_ipsa.R:49:3', 'test-get_chile_ipsa.R:59:3', 'test-get_chile_ipsa.R:77:3', 'test-get_chile_uf.R:24:3', 'test-get_chile_uf.R:39:3', 'test-get_chile_uf.R:50:3', 'test-get_chile_uf.R:60:3', 'test-get_chile_uf.R:76:3', 'test-get_chile_utm.R:24:3', 'test-get_chile_utm.R:34:3', 'test-get_chile_utm.R:45:3', 'test-get_chile_utm.R:54:3', 'test-get_chile_utm.R:64:3', 'test-get_chile_utm.R:73:3', 'test-get_chile_utm.R:89:3', 'test-get_chile_yen.R:23:3', 'test-get_chile_yen.R:35:3', 'test-get_chile_yen.R:44:3', 'test-get_chile_yen.R:58:3', 'test-get_chile_yen.R:67:3' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 218 ] > > proc.time() user system elapsed 2.20 0.20 2.98