cryptoQuotes is an R package for retrieving historical and real-time cryptocurrency market data from multiple exchanges. It offers an easy-to-use interface for accessing price quotes, trading volumes, and market data, making it valuable for analysts, developers, and crypto enthusiasts.
After the introduction of the new exchanges the unit testing has been expanded for the get_quote()-function, and the test-kraken.R has been changed to test-CICD.R which includes all exchanges that is supported in the US
[!NOTE]
The unit test expansion is based on tests using a US VPN connections. It is not guaranteed to work on Github or CRAN in the long run.
[!CAUTION]
MEXC is failing and passing tests randomly. This exchange (probably) needs to be under surveillance or removed at some point.
After the introduction of the new exchanges the unit testing has been expanded for the
get_quote()
-function, and thetest-kraken.R
has been changed totest-CICD.R
which includes allexchanges
that is supported in theUS
Skipping tests, see PR https://github.com/serkor1/cryptoQuotes/pull/24