-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 898 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
Package: insiderTrades
Title: Tools to Download Insider Transactions and Holdings
Version: 0.0.1
Authors@R:
person(given = "Joseph",
family = "Hancuch",
role = c("aut", "cre"),
email = "[email protected]")
Description: Download insider trading transactions and insider holdings
from a public NoSQL SEC database
(<https://www.sec.gov/Archives/edgar/full-index/>) using
keyword criteria and generate a relational dataframe.
License: CC0
URL: https://github.com/US-Department-of-the-Treasury/insiderTrades
BugReports: https://github.com/US-Department-of-the-Treasury/insiderTrades/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
stringr (>= 1.4.0),
magrittr (>= 2.0.1),
RCurl (>= 1.98-1.3)
Suggests:
knitr,
rmarkdown,
devtools
VignetteBuilder: knitr