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

better error msg #20

Open
helix123 opened this Issue Jun 25, 2017 · 0 comments

Comments

Projects
None yet
1 participant

Specifing a wrong date format (YYYY-DD-MM instead of YYYY-MM-DD) gives a misleading error msg:

cranlogs::cran_downloads(from="2016-01-01", to="2016-31-12", packages = c("ggplot2"))
## No encoding supplied: defaulting to UTF-8.
## Error in res1$downloads : $ operator is invalid for atomic vectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment