Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
default value of "last-day" = today, should point to yesterday #19
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sfirke commentedFeb 8, 2017
When I call
cran_downloads()it gives me the data for today, which is always 0 downloads.This isn't a problem in when I specify
interval = "last-week":