-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1019 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: tidysec
Type: Package
Title: Get company filings to the US Securities and Exchange Commission
Version: 0.1.0
Author: Balthasar Sager
Maintainer: Balthasar Sager <[email protected]>
Description: Access documents from SEC's EDGAR repository directly from R.
{tidysec} parses filings and returns tidy tibbles.
This package only supports 13F-filings at the moment.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr (>= 1.0.0),
httr (>= 1.4.1),
data.table (>= 1.12.8),
assertive (>= 0.3.5),
vroom (>= 1.2.1),
rlang (>= 0.4.6),
magrittr (>= 1.5),
tibble (>= 3.0.1),
xml2 (>= 1.3.2),
crayon (>= 1.3.4),
emo (>= 0.0.0.9000),
tidyr (>= 1.1.0),
glue (>= 1.4.1),
stringr (>= 1.4.0),
readr (>= 1.3.1),
purrr (>= 0.3.4),
memoise (>= 1.1.0),
progress (>= 1.2.2),
janitor (>= 2.0.1),
polite,
tidyselect (>= 1.1.0),
dtplyr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3