Package: cryptoQuotes
Title: Open Access to Cryptocurrency Market Data, Sentiment Indicators
        and Interactive Charts
Version: 1.3.3
Authors@R: c(
    person(
      given   = "Serkan", 
      family  = "Korkmaz",
      email   = "serkor1@duck.com", 
      role    = c("cre", "aut", "ctb", "cph"),
      comment = c(ORCID = "0000-0002-5052-0982")
      ),
    person(
      given   = "Jonas", 
      family  = "Cuzulan Hirani",
      email   = "jjh@vive.dk", 
      role    = "ctb",
      comment = c(ORCID = "0000-0002-9512-1993")
    )
  )
Description: 
  This high-level API client provides open access to cryptocurrency market data, sentiment indicators, and interactive charting tools. 
  The data is sourced from major cryptocurrency exchanges via 'curl' and returned in 'xts'-format. The data comes in open, high, low, and close (OHLC) format with flexible granularity, ranging from seconds to months. 
  This flexibility makes it ideal for developing and backtesting trading strategies or conducting detailed market analysis.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: data.table, knitr, quantmod, rmarkdown, testthat (>= 3.0.0),
        tidyverse
Config/testthat/edition: 3
Imports: cli (>= 3.6.3), curl (>= 5.2.1), jsonlite (>= 1.8.8),
        lifecycle (>= 1.0.4), plotly (>= 4.10.4), TTR (>= 0.24.4),
        utils, xts (>= 0.14.0), zoo (>= 1.8-12)
Depends: R (>= 4.0.0)
LazyData: true
VignetteBuilder: knitr
URL: https://serkor1.github.io/cryptoQuotes/,
        https://github.com/serkor1/cryptoQuotes
BugReports: https://github.com/serkor1/cryptoQuotes/issues
NeedsCompilation: no
Packaged: 2025-09-15 18:41:07 UTC; serkor
Author: Serkan Korkmaz [cre, aut, ctb, cph] (ORCID:
    <https://orcid.org/0000-0002-5052-0982>),
  Jonas Cuzulan Hirani [ctb] (ORCID:
    <https://orcid.org/0000-0002-9512-1993>)
Maintainer: Serkan Korkmaz <serkor1@duck.com>
Repository: CRAN
Date/Publication: 2025-09-15 19:00:02 UTC
Built: R 4.5.1; ; 2025-10-21 14:06:22 UTC; windows
