-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 866 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
Package: fmpr
Title: lightweight R interface to Financial Modeling Prep API
Version: 0.0.0.9000
Authors@R:
person(given = "Zac",
family = "Garland",
role = c("aut", "cre"),
email = "[email protected]")
Description:
Financial Modeling Prep has free and paid financial information.
You can sign up for a free API key at <https://financialmodelingprep.com/register>.
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
jsonlite (>= 1.7.0),
glue (>= 1.4.1),
dplyr (>= 1.0.2),
stringr (>= 1.4.0),
purrr (>= 0.3.4),
tidyr (>= 1.1.1),
readr (>= 1.3.1),
tibble (>= 3.0.3),
janitor (>= 2.0.1),
lubridate (>= 1.7.9),
magrittr (>= 1.5)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr