Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Don't use sapply() #7

Closed
hadley opened this Issue Apr 9, 2015 · 1 comment

Comments

Projects
None yet
2 participants

hadley commented Apr 9, 2015

> cran_downloads("ggplot3")
 Error in as.Date.default(sapply(x$downloads, "[[", "day")) : 
  do not know how to convert 'sapply(x$downloads, "[[", "day")' to classDate
Owner

gaborcsardi commented Apr 9, 2015

Yes, thanks! Now it actually returns zero for these packages.

@gaborcsardi gaborcsardi closed this Apr 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment