-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·38 lines (38 loc) · 1.02 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
Package: pedquant
Version: 0.2.4.999
Title: Public Economic Data and Quantitative Analysis
Description:
Provides an interface to access public economic and financial data for
economic research and quantitative analysis. The data sources including
NBS, FRED, Sina, Eastmoney and etc. It also provides quantitative
functions for trading strategies based on the 'data.table', 'TTR',
'PerformanceAnalytics' and etc packages.
Authors@R:
person("Shichen", "Xie", email = "xie@shichen.name", role = c("aut", "cre"))
Depends:
R (>= 4.1.0)
Imports:
data.table,
TTR,
zoo,
PerformanceAnalytics,
curl,
httr,
rvest,
lubridate,
stringi,
jsonlite,
readxl,
readr,
echarts4r,
xefun (> 0.1.3)
Suggests:
knitr,
rmarkdown
License: GPL-3
URL: https://github.com/ShichenXie/pedquant, https://pedquant.com/
BugReports: https://github.com/ShichenXie/pedquant/issues
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, old_usage = TRUE)
Encoding: UTF-8