-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.11 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
Package: frenchdata
Title: Download Data Sets from Kenneth's French Finance Data Library Site
Version: 0.2.0.9200
Authors@R:
person(given = "Nelson",
family = "Areal",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1157-0178"))
Description: Download data sets from Kenneth's French finance data library site <http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html>, reads all the data subsets from the file. Allows R users to collect the data as
'tidyverse'-ready data frames.
License: MIT + file LICENSE
URL: https://nareal.github.io/frenchdata/,
https://github.com/nareal/frenchdata
BugReports: https://github.com/nareal/frenchdata/issues
Depends:
R (>= 3.3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
utils,
magrittr,
tibble,
dplyr,
tidyr (>= 1.0.0),
cli,
httr,
rvest (>= 1.0.0),
stringr,
purrr,
assertthat,
rlang,
fs,
readr
Suggests:
markdown,
rmarkdown,
knitr,
lubridate,
ggplot2
VignetteBuilder: knitr