Skip to content

Commit

Permalink
remove unnecessary package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Nov 30, 2016
1 parent bb7061a commit 2e28f8e
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions utility/PackageDependencyList.csv
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
PackageName,OnCran,Install,GitHubUsername,Description
colorspace,TRUE,TRUE,,Explicit control over the HCL color scheme.
devtools,TRUE,TRUE,,Used in the C1 survival for sourcing gists.
digest,TRUE,FALSE,,Creates SHA hashes for the recruiting database.
curl,FALSE,FALSE,,Interact with the web APIs.
dplyr,TRUE,TRUE,,Important for most of our data manipulation.
evaluate,TRUE,TRUE,,A package that Hadley et al use a lot in their packages. It helps when things are passed by reference.
foreign,TRUE,FALSE,,Reads data in other formats.
ggplot2,TRUE,TRUE,,Graphing.
ggthemes,TRUE,TRUE,,"Extra themes, scales and geoms for ggplot."
googleVis,TRUE,FALSE,,"JavaScript-based visualizations, like scrollable tables."
ggmap,TRUE,TRUE,,"Maps & graphics, based on ggplot."
grid,TRUE,TRUE,,foundation underneath ggplot2.
gridExtra,TRUE,TRUE,,Additional functions for manipulating `grid` objects.
ggthemes,FALSE,TRUE,,"Extra themes, scales and geoms for ggplot."
ggmap,FALSE,TRUE,,"Maps & graphics, based on ggplot."
grid,FALSE,TRUE,,foundation underneath ggplot2.
gridExtra,FALSE,TRUE,,Additional functions for manipulating `grid` objects.
knitr,TRUE,TRUE,,For reporting.
lme4,TRUE,TRUE,,Multilevel models.
lubridate,TRUE,TRUE,,Consistent/convenient function signatures for manipulating dates.
random,TRUE,FALSE,,Creates random numbers for salts.
lubridate,FALSE,TRUE,,Consistent/convenient function signatures for manipulating dates.
RColorBrewer,TRUE,TRUE,,Explicit control over the Color Brewer colors. See http://colorbrewer2.org/.
RCurl,TRUE,FALSE,,Interact with the web APIs.
reshape2,TRUE,TRUE,,Data manipulation not covered in plyr.
RODBC,TRUE,FALSE,,For connecting to ODBC databases.
roxygen2,TRUE,FALSE,,Creates documentation Rd file from (well-formed) comments.
stringr,TRUE,TRUE,,Consistent/convenient function signatures for manipulating text.
testit,TRUE,TRUE,,Has the useful `assert()` function.
testthat,FALSE,TRUE,hadley,Heavier testing framework that's good for package development.
xtable,TRUE,FALSE,,"Formats tables, especially for LaTeX output."
zipcode,TRUE,FALSE,,Database of zipcodes and their lat & long; also useful for flagging bad zipcodes.
tidyr,FALSE,TRUE,,Data manipulation not covered in dplyr.

0 comments on commit 2e28f8e

Please sign in to comment.