-
Notifications
You must be signed in to change notification settings - Fork 376
/
DESCRIPTION
53 lines (53 loc) · 1.14 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
Type: Package
Package: efficientR
Title: Efficient R Programming
Version: 0.1.1
Authors@R:
c(person(given = "Colin",
family = "Gillespie",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Robin",
family = "Lovelace",
role = "aut"))
Maintainer: Colin Gillespie <[email protected]>
Description: This is a dummy travis package used to build the
forthcoming O'Reilly book, Efficient R Programming. The description
file is used to keep track of the packages used within this book.
Depends:
assertive.reflection,
benchmarkme,
bookdown,
cranlogs,
data.table (>= 1.9.6),
dbplyr,
devtools (>= 1.12.0),
DiagrammeR,
dplyr,
drat,
efficient,
formatR,
fortunes,
geosphere,
ggmap,
ggplot2 (>= 2.1.0),
ggplot2movies,
knitr,
lubridate,
maps,
microbenchmark,
profvis (>= 0.3.2),
pryr,
Rcpp (>= 0.12.7),
readr,
reticulate,
RSQLite,
swirl,
tibble (>= 1.1.0),
tidyr
LinkingTo:
Rcpp
Remotes:
csgillespie/efficient
Encoding: UTF-8
LazyData: TRUE