forked from hadley/r4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 942 Bytes
/
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
Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Garrett",
family = "Grolemund",
role = "aut",
email = "[email protected]"))
URL: https://github.com/hadley/r4ds
Depends:
R (>= 3.1.0)
Imports:
babynames,
feather,
gapminder,
ggrepel,
hexbin,
Lahman,
leaflet,
maps,
microbenchmark,
nycflights13,
pryr,
stringr,
tidyverse,
viridis,
readxl,
writexl,
openxlsx,
palmerpenguins,
janitor
Suggests:
bookdown,
bslib,
downlit,
htmltools,
htmlwidgets,
jpeg,
jsonlite,
knitr,
png,
sessioninfo,
xml2
Remotes:
rstudio/bookdown,
rstudio/bslib,
tidyverse/stringr,
r-lib/downlit
Encoding: UTF-8