forked from csgillespie/efficientR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f041b97
commit 66c8797
Showing
1 changed file
with
48 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |