-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
39 lines (39 loc) · 983 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
35
36
37
38
39
Package: edgarWebR
Title: SEC Filings Access
Description: A set of methods to access and parse live filing information from the
U.S. Securities and Exchange Commission (SEC - <https://www.sec.gov/>) including
company and fund filings along with all associated metadata.
Version: 1.1.0
Authors@R: c(
person(c("Micah", "J"), "Waldstein", email = "micah@waldste.in", role = c("aut", "cre"))
)
Maintainer: Micah J Waldstein <micah@waldste.in>
Date: 2021-04-18
Depends:
R (>= 3.4.0)
Imports:
xml2 (>= 1.3.2),
methods,
httr,
jsonlite
Suggests:
covr,
ggplot2,
knitr,
lintr,
purrr,
rmarkdown,
httptest,
tokenizers,
devtools,
dplyr,
tidyr,
roxygen2,
pkgdown
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://mwaldstein.github.io/edgarWebR/, https://github.com/mwaldstein/edgarWebR
BugReports: https://github.com/mwaldstein/edgarWebR/issues