-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
23 lines (23 loc) · 1.08 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
Package: FFdownload
Type: Package
Title: Download Data from Kenneth French's Website
Version: 1.1.1
Authors@R: c(person("Sebastian", "Stoeckl", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0002-4196-6093", "Package commissioner and maintainer.")),
person("Annar", "Massimov", email = "", role = c("ctb"), comment = "Original developer of FFdownload."))
Description: Downloads all the datasets (you can exclude the daily ones or specify a list of those you are targeting specifically) from Kenneth French's Website at <https://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html>, process them and convert them to list of 'xts' (time series).
Depends: R (>= 3.5.0), utils, stats, rvest, xts, xml2, zoo, plyr
Imports: timetk
License: MIT + file LICENSE
URL: https://github.com/sstoeckl/ffdownload,
https://sstoeckl.github.io/ffdownload/
BugReports: https://github.com/sstoeckl/ffdownload/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
dplyr,
viridis,
ggplot2,
tidyr
VignetteBuilder: knitr