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