-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
30 lines (30 loc) · 858 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: tqk
Title: Get Financial Data in Korea
Version: 0.1.8
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6474-2570")
)
Description: Enables the acquisition of Korean financial market data,
designed to integrate seamlessly with the 'tidyquant' package.
License: MIT + file LICENSE
URL: https://github.com/mrchypark/tqk, https://mrchypark.github.io/tqk/
BugReports: https://github.com/mrchypark/tqk/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
jsonlite,
magrittr,
tibble,
httr,
dplyr
Suggests:
testthat (>= 3.0.0),
usethis
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3