forked from mrchypark/tqk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.04 KB
/
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
31
32
33
34
35
36
37
38
39
40
Package: tqk
Title: Get Financial data in korea with tidyquant package
Version: 0.1.2
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6474-2570")
)
Description: Support korea financial data for tidy quant package.
especially add stock.prices.korea option in tq_get function.
for now, provide tqk_get function instead.
License: MIT + file LICENSE
URL: http://github.com/mrchypark/tqk, https://mrchypark.github.io/tqk
BugReports: http://github.com/mrchypark/tqk/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
curl,
jsonlite,
magrittr,
rvest,
tibble,
purrr,
httr,
dplyr,
xml2,
readxl,
stringr
Suggests:
knitr,
rmarkdown,
testthat,
remotes,
tidyquant
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr