Package: cryptoQuotes
Title: A Streamlined Access to OHLC-v Market Data and Sentiment
        Indicators
Version: 1.2.1
Authors@R: c(
    person("Serkan", "Korkmaz", , "serkor1@duck.com", role = c("cre", "aut", "ctb", "cph"),
           comment = c(ORCID = "0000-0002-5052-0982")),
    person("Jonas", "Cuzulan Hirani", , "jjh@vive.dk", role = "ctb",
           comment = c(ORCID = "0000-0002-9512-1993"))
  )
Description: This high-level API client offers a streamlined access to comprehensive cryptocurrency market data from major exchanges. 
  It features robust OHLC-V (Open, High, Low, Close, Volume) candle data with flexible granularity, ranging from seconds to months, and includes insightful sentiment indicators. 
  By aggregating data directly from leading exchanges, this package ensures a reliable and stable flow of market information, eliminating the need for complex, low-level API interactions.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: data.table, knitr, quantmod, rmarkdown, testthat (>= 3.0.0),
        tidyverse
Config/testthat/edition: 3
Imports: cli, curl (>= 5.1.0), httr2, lifecycle, magrittr (>= 2.0.3),
        plotly (>= 4.10.2), RColorBrewer, rlang (>= 1.1.1), TTR, xts
        (>= 0.13.1), 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: 2024-01-08 14:37:48 UTC; serko
Author: Serkan Korkmaz [cre, aut, ctb, cph]
    (<https://orcid.org/0000-0002-5052-0982>),
  Jonas Cuzulan Hirani [ctb] (<https://orcid.org/0000-0002-9512-1993>)
Maintainer: Serkan Korkmaz <serkor1@duck.com>
Repository: CRAN
Date/Publication: 2024-01-08 21:10:02 UTC
