-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
40 lines (40 loc) · 858 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
Type: Package
Package: efficient
Title: Becoming an Efficient R Programmer
Version: 0.1.4
Authors@R:
c(person(given = "Colin",
family = "Gillespie",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Robin",
family = "Lovelace",
role = "aut",
email = "[email protected]"))
Maintainer: <[email protected]>
Description: Data sets, functions and vignettes for the
Efficient R programming book. Published by O'Reilly, 2017.
License: GPL-3 | GPL-2
Depends:
R (>= 3.3)
Imports:
Rcpp,
stats
Suggests:
benchmarkme,
dplyr,
ggmap,
ggplot2,
knitr,
maps,
memoise,
microbenchmark,
pryr,
rmarkdown,
scales,
stringr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.0.2