Revision 1f57c48a765ad60837ffed1fe0572c40f4b7a3de authored by hadley on 09 January 2015, 12:35:47 UTC, committed by hadley on 09 January 2015, 12:35:47 UTC
2 parent s 1c0e907 + 4801e3b
Raw File
cran-comments.md
Resubmission: all \donttest{} are now \dontrun{}. I fixed a number of other problems, but discovered that you currently can't have RMySQL and RPostgreSQL loaded at the same time, so until that's sorted out I'm disabling the risky examples.
---

## Test environments

* local OS X install, R 3.1.2
* ubuntu 12.04 (on travis-ci), R 3.1.2
* win-builder (devel and release)

## R CMD check results

There were no ERRORs or WARNINGs.

There was 1 NOTEs:

* checking dependencies in R code ... NOTE
  
  Namespaces in Imports field not imported from: 'R6'
  R6 is a build time dependency.

## Downstream dependencies

I ran `R CMD check` on all 43 reverse dependencies (https://github.com/hadley/dplyr/tree/master/revdep/summary.md). As far as I can tell, there is only one failure caused by changes to dplyr:

* statar: I informed the maintainer of the problem almost a month ago,
  and have heard nothing back (https://github.com/matthieugomez/statar/issues/1)
  
  This failure is related to improved error checking in dplyr: the fact that 
  the code worked previously is the bug.

* (broom: this has been fixed by a recent submission)
back to top