Package: KrakenR
Title: Comprehensive R Interface for Accessing Kraken Cryptocurrency
        Exchange REST API
Version: 1.0.0
Authors@R: 
    c(
      person("Nathanaël", "Dürst", , "nathanael.durst@unil.ch", role = c("aut", "cre"))
    )
Description: A comprehensive R interface to access data from the Kraken cryptocurrency exchange REST API <https://docs.kraken.com/api/>.
  It allows users to retrieve various market data, such as asset information, trading pairs, and price data.
  The package is designed to facilitate efficient data access for analysis, strategy development, and monitoring of cryptocurrency market trends.
URL: https://github.com/nathanael-g-durst/KrakenR
BugReports: https://github.com/nathanael-g-durst/KrakenR/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports: jsonlite, dplyr, tidyr, anytime, magrittr, rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-21 21:06:57 UTC; natha
Author: Nathanaël Dürst [aut, cre]
Maintainer: Nathanaël Dürst <nathanael.durst@unil.ch>
Repository: CRAN
Date/Publication: 2024-10-22 14:00:05 UTC
Built: R 4.5.1; ; 2025-10-21 13:59:49 UTC; windows
