-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary package dependencies
- Loading branch information
Showing
1 changed file
with
7 additions
and
18 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,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. |