-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (30 loc) · 926 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
27
28
29
30
Package: datastreamr
Title: An R Wrapper for DataStream's Public API
Version: 2.0.0
Date: 2024-06-26
Authors@R: c(
person("Kiril", "Kirov", email = "[email protected]", role = c("aut")),
person("Patrick", "Schaefer", email = "[email protected]", role = c("aut", "cre"))
)
URL: https://github.com/datastreamapp/datastreamr
BugReports: https://github.com/datastreamapp/datastreamr/issues
Description: This package allows for users familiar with R to call DataStream's public API
directly through functions in R. This provides a more streamlined and easy approach to
getting data from DataStream.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.4.0)
Imports:
dplyr,
httr2,
tibble
Suggests:
jsonlite,
rmarkdown,
testthat (>= 3.0.0),
tidyselect,
withr
Config/testthat/edition: 3