-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 843 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 843 Bytes
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: yfinancer
Title: 'Yahoo Finance' API Wrapper
Version: 0.1.3.9000
Authors@R:
person("Giovanni", "Colitti", email = "g.a.colitti@gmail.com", role = c("aut", "cre", "cph"))
Description: Download financial market data, company information, financial statements, options data, and more from the unofficial 'Yahoo Finance' API.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/gacolitti/yfinancer, https://gacolitti.github.io/yfinancer/
BugReports: https://github.com/gacolitti/yfinancer/issues
Suggests:
devtools,
mockery,
testthat,
usethis,
withr
Config/testthat/edition: 3
Imports:
httr2,
jsonlite,
purrr,
dplyr,
lubridate,
rlang,
stringr,
tidyr,
glue,
utils
Depends:
R (>= 4.1.0)
LazyData: true