-
Notifications
You must be signed in to change notification settings - Fork 230
/
DESCRIPTION
57 lines (57 loc) · 1.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: r4ds.exercise.solutions
Title: Exercise Solutions to "R for Data Science"
Version: 0.1
Authors@R: c(person("Jeffrey", "Arnold", , "jeffrey.arnold@gmail.com", c("aut", "cre")))
Description: Solutions to Wickham and Grolemund, "R for Data Science".
This package installs the packages necessary to build that.
License: file LICENSE
URL: https://github.com/jrnold/r4ds-exercise-solutions
Depends:
R (>= 3.1.0)
Imports:
babynames,
datamodelr,
DiagrammeR,
fueleconomy,
gapminder,
ggbeeswarm,
ggplot2 (>= 3.3.0),
ggstance,
hexbin,
here,
lvplot,
Lahman,
MASS,
maps,
microbenchmark,
nasaweather,
nycflights13,
stringi,
tidyr (>= 1.0.0),
tidyverse,
viridis
Suggests:
bookdown (>= 0.7.17),
devtools,
fs,
gh,
git2r,
glue,
hypothesisr,
jsonlite,
lintr,
magrittr,
optparse,
rmarkdown (>= 1.10.11),
rvest,
spelling,
styler,
urltools,
webshot,
xml2,
yaml
Remotes:
github::bergant/datamodelr,
github::mdlincoln/hypothesisr,
github::rstudio/bookdown
RoxygenNote: 6.1.1