-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 958 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: blockwatch
Title: API Wrapper for blockwatch.cc
Version: 1.0.4
Date: 2019-06-29
Authors@R: c(
person("Alexander Eichhorn", role=c("aut", "cre"), email="[email protected]"),
person("Raymond McTaggart", role=c("aut"), email="[email protected]"),
person("KIDTSUNAMI UG", role="cph"))
Maintainer: Alexander Eichhorn <[email protected]>
Description: Functions for interacting directly with the Blockwatch Data API to offer data in a number of formats usable in R. For more information go to <https://blockwatch.cc/docs/api>. For more help on the package itself go to <https://blockwatch.cc/docs/r>.
Imports:
httr (>= 0.6.1),
zoo,
jsonlite (>= 0.9.14)
Suggests:
testthat (>= 0.10.0),
roxygen2,
timeSeries
Depends:
R (>= 2.15.0),
xts
License: MIT + file LICENSE
URL: https://github.com/blockwatch-cc/blockwatch-r
BugReports: https://github.com/blockwatch-cc/blockwatch-r/issues
RoxygenNote: 6.1.1
Encoding: UTF-8