-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 936 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
31
32
33
34
Package: techfactor
Type: Package
Title: Calculate technical factors efficiently
Version: 0.2.0
Authors@R: c(
person("Xianying", "Tan", email = "shrektan@126.com", role = c("aut", "cre")),
person("Nick", "Wang", email = "nkwangpeng@126.com", role = c("aut")),
person("Yu", "Nan", email = "nanyu201411@gmail.com", role = c("ctb"),
comment = "Help to implement alpha 061 ~ 120")
)
Maintainer: Xianying Tan <shrektan@126.com>
Description: Provide tools that calculate technical factors efficiently.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/shrektan/techfactor
BugReports: https://github.com/shrektan/techfactor/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
SystemRequirements: C++11
Depends:
R (>= 2.10)
Imports:
Rcpp (>= 0.12.10),
data.table (>= 1.10.5),
magrittr,
anytime,
xts,
zoo
Suggests:
testthat,
covr
LinkingTo:
Rcpp