This repository contains the code to generate predictions of critical violations at food establishments in Chicago. It also contains the results of an evaluation of the effectiveness of those predictions.
Previously CODE/00_Startup.R ran update.packages, but that was removed via the @fgregg pull request.
Although update.packages is not necessary, we should check some package versions. Specifically data.table requires version > 1.9.4 for the function foverlaps. The data.table dependencies such as Rcpp also should meet their minimums.
Previously
CODE/00_Startup.R
ranupdate.packages
, but that was removed via the @fgregg pull request.Although
update.packages
is not necessary, we should check some package versions. Specificallydata.table
requires version > 1.9.4 for the functionfoverlaps
. Thedata.table
dependencies such asRcpp
also should meet their minimums.Also, if we're going to specify the mirror, that mirror should be http://cran.rstudio.com. See http://blog.rstudio.org/2013/06/10/rstudio-cran-mirror/ for a post about how R Studio is using the Amazon CloudFront CDN service to optimize downloads.