Package: PoloniexR
Title: Interface to the Poloniex Cryptocurrency Trading API
Version: 0.0.1
Authors@R: person("Jellen", "Vermeir", email = "jellenvermeir@essentialquant.com", role = c("aut", "cre"))
Description: Provides a user-friendly R wrapper on top of the Poloniex (Cryptocurrency Trading) REST API (see <https://poloniex.com/support/api/> for more information).
    Results are converted into R data structures and are returned to the users in an intuitive manner.
    The package provides the users with two separate S4 classes:
    - 'PoloniexPublicAPI': Consists of wrapper methods on top of the Poloniex Public REST API.
    - 'PoloniexTradingAPI': Consists of wrapper methods on top of the Poloniex Trading REST API.
Depends: R (>= 3.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: zoo (>= 1.8.0), xts (>= 0.9.7), anytime (>= 0.3.0), jsonlite
        (>= 1.5), httr (>= 1.2.1), digest (>= 0.6.12), methods (>=
        3.3.0), RApiDatetime (>= 0.0.3),
URL: http://Essentialquant.com/blog/PoloniexR,
        https://poloniex.com/support/api/
BugReports: https://github.com/VermeirJellen/PoloniexR/issues
NeedsCompilation: no
Packaged: 2017-07-10 13:27:23 UTC; UID0902137
Author: Jellen Vermeir [aut, cre]
Maintainer: Jellen Vermeir <jellenvermeir@essentialquant.com>
Repository: CRAN
Date/Publication: 2017-07-10 21:48:02 UTC
