R Under development (unstable) (2024-06-05 r86695 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(cryptotrackr) > > test_check("cryptotrackr") [ FAIL 0 | WARN 0 | SKIP 58 | PASS 1 ] ══ Skipped tests (58) ══════════════════════════════════════════════════════════ • On CRAN (58): 'test-binance_us.R:2:3', 'test-binance_us.R:7:3', 'test-binance_us.R:12:3', 'test-binance_us.R:18:13', 'test-binance_us.R:26:13', 'test-blockchain_dot_com.R:2:3', 'test-blockchain_dot_com.R:8:13', 'test-blockchain_dot_com.R:17:13', 'test-blockchain_dot_com.R:25:13', 'test-blockchain_dot_com.R:30:3', 'test-blockchain_dot_com.R:36:13', 'test-blockchain_dot_com.R:45:13', 'test-blockchain_dot_com.R:54:13', 'test-blockchain_dot_com.R:63:13', 'test-cex_io.R:2:3', 'test-cex_io.R:8:13', 'test-cex_io.R:13:3', 'test-cex_io.R:19:13', 'test-cex_io.R:27:13', 'test-cex_io.R:35:13', 'test-cex_io.R:42:3', 'test-coinbase.R:2:3', 'test-coinbase.R:8:13', 'test-coinbase.R:17:13', 'test-coinbase.R:22:3', 'test-coingecko.R:2:3', 'test-coinlist.R:2:3', 'test-coinlist.R:7:3', 'test-crypto_dot_com.R:2:3', 'test-crypto_dot_com.R:8:13', 'test-crypto_dot_com.R:19:13', 'test-crypto_dot_com.R:30:13', 'test-crypto_dot_com.R:39:13', 'test-gemini.R:2:3', 'test-gemini.R:7:3', 'test-huobi.R:2:3', 'test-kraken.R:3:13', 'test-kraken.R:10:13', 'test-kraken.R:16:3', 'test-kraken.R:23:3', 'test-kraken.R:28:3', 'test-kucoin.R:2:3', 'test-kucoin.R:7:3', 'test-magic_eden.R:3:13', 'test-magic_eden.R:11:3', 'test-magic_eden.R:18:3', 'test-okcoin.R:2:3', 'test-solana.R:2:3', 'test-solana.R:18:3', 'test-solana.R:34:3', 'test-solana.R:49:3', 'test-solana.R:64:3', 'test-solana.R:79:3', 'test-solana.R:94:3', 'test-solana.R:109:3', 'test-solana.R:124:3', 'test-solana.R:140:13', 'test-solana.R:161:3' [ FAIL 0 | WARN 0 | SKIP 58 | PASS 1 ] > > proc.time() user system elapsed 2.01 0.29 2.29