-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.02 KB
/
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
Package: fmpapi
Type: Package
Title: Flexible Client for the 'Financial Modeling Prep' API
Version: 0.2.0.9000
Authors@R:
person(given = "Christoph",
family = "Scheuch",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0009-0004-0423-6819"))
Description: Provides a flexible interface to the 'Financial Modeling Prep' API
<https://site.financialmodelingprep.com/developer/docs>. The package
supports all available endpoints and parameters, enabling R users
to interact with a wide range of financial data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1)
Imports:
httr2 (>= 1.0.0),
dplyr (>= 1.0.0),
cli (>= 1.0.0)
Suggests:
spelling,
testthat (>= 3.0.0)
URL: https://github.com/tidy-finance/r-fmpapi, https://tidy-finance.github.io/r-fmpapi/
BugReports: https://github.com/tidy-finance/r-fmpapi/issues
Config/testthat/edition: 3
Language: en-US