Skip to content

Commit

Permalink
Missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie committed Jan 24, 2020
1 parent f041b97 commit 66c8797
Showing 1 changed file with 48 additions and 15 deletions.
63 changes: 48 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,53 @@
Package: efficientR
Type: Package
Package: efficientR
Title: Efficient R Programming
Version: 0.1.1
Authors@R: c(person(given="Colin", family="Gillespie",
email="[email protected]", role = c("aut", "cre")),
person("Robin", "Lovelace", role = c("aut")))
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),
devtools (>= 1.12.0), DiagrammeR, dplyr, drat, efficient, formatR, fortunes,
geosphere, ggmap, ggplot2 (>= 2.1.0), ggplot2movies, knitr, lubridate,
microbenchmark, profvis (>= 0.3.2), pryr, readr, RSQLite, tibble (>= 1.1.0), tidyr,
Rcpp (>= 0.12.7), swirl, dbplyr, reticulate
LazyData: TRUE
LinkingTo: Rcpp
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
csgillespie/efficient
Encoding: UTF-8
LazyData: TRUE

0 comments on commit 66c8797

Please sign in to comment.