-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
54 lines (54 loc) · 1.53 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: yfR
Title: Downloads and Organizes Financial Data from Yahoo Finance
Version: 1.1.1
Authors@R: c(person("Marcelo", "Perlin", email = "[email protected]", role = c("aut", "cre")),
person("Nic", "Crane", role = "rev",
comment = "Nic reviewed the package (v. 0.0.5) for
rOpenSci, see <https://github.com/ropensci/software-review/issues/523>"),
person("Alexander", "Fischer", role = "rev",
comment = "Alexander reviewed the package (v. 0.0.5) for
rOpenSci, see <https://github.com/ropensci/software-review/issues/523>"))
Description: Facilitates download of financial data from Yahoo Finance <https://finance.yahoo.com/>,
a vast repository of stock price data across multiple financial exchanges. The package offers a local caching system
and support for parallel computation.
URL: https://github.com/ropensci/yfR,
https://docs.ropensci.org/yfR/
BugReports: https://github.com/ropensci/yfR/issues
Encoding: UTF-8
Depends:
R (>= 4.0.0)
Imports:
stringr,
tidyr,
lubridate,
furrr,
purrr,
future,
tibble,
zoo,
cli,
readr,
rvest,
dplyr,
quantmod (>= 0.4.20),
magrittr,
humanize,
methods,
pingr,
tidyselect,
glue,
httr,
jsonlite
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2,
covr,
spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US