forked from hadley/r4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 998 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
54
Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Garrett", "Grolemund", , "[email protected]", role = "aut"),
person("Mine", "\u00C7etinkaya-Rundel", , "[email protected]", role = "aut")
)
URL: https://github.com/hadley/r4ds
Depends:
R (>= 3.1.0)
Imports:
babynames,
dbplyr,
dplyr,
duckdb,
gapminder,
ggplot2,
ggrepel,
hexbin,
janitor,
jsonlite,
Lahman,
leaflet,
maps,
nycflights13,
openxlsx,
palmerpenguins,
purrr,
readxl,
repurrrsive,
slider,
stringr,
tidymodels,
tidyverse,
tidyr,
viridis,
wakefield,
writexl
Suggests:
downlit,
htmltools,
jpeg,
knitr,
sessioninfo
Remotes:
tidyverse/dplyr,
tidyverse/dbplyr,
tidyverse/stringr,
tidyverse/tidyr,
tidyverse/purrr,
jennybc/repurrrsive
Encoding: UTF-8
License: CC NC ND 3.0