-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
Package: YahooTickers
Type: Package
Title: Download Stock Constituents From Several Stock Indexes
Version: 0.1.1
Author: Bernardo Reckziegel
Maintainer: Bernardo Reckziegel <[email protected]>
Description: Download stock constituents from several stock indexes. YahooTickers
is a wrapper around getSymbols from the quantmod package and covers 23 different
stock indices.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/Reckziegel/YahooTickers
BugReports: https://github.com/Reckziegel/YahooTickers/issues
Suggests:
testthat,
roxygen2,
covr
Imports:
curl (>= 4.3.2),
dplyr (>= 1.0.7),
purrr (>= 0.3.4),
quantmod (>= 0.4.18),
readr (>= 2.0.2),
readxl (>= 1.3.1),
rlang (>= 0.4.11),
rvest (>= 1.0.1),
stringr (>= 1.4.0),
tibble (>= 3.1.5),
tidyr (>= 1.1.4),
timetk (>= 2.6.1),
xml2 (>= 1.3.2),
magrittr (>= 2.0.1),
rsample (>= 0.1.0),
forcats (>= 0.5.1),
forecast (>= 8.15),
lazyeval (>= 0.2.2),
lubridate (>= 1.8.0),
sweep (>= 0.2.3),
crayon (>= 1.4.1),
vctrs (>= 0.3.8),
assertthat (>= 0.2.1)