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