-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add improvments #17
Add improvments #17
Conversation
Change group_by to subgroup
Add get_wb()
* Run R CMD checks on dev branch as well * Only render Readme.Rmd, not other Rmd files
* /versions returns a data frame by default * /aux returns a data frame by default * Invalid queries now correctly trigger a 404 response
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Aeilert
The unit tests for "Caching is enabled by default" fail for me, and it does not seem to be related to callr
...
Also, what the rational for moving the messages back to .onLoad
? devtools::check()
still throwing a warning...
Otherwise everything looks good!
thanks @tonyfujs I'll check on the cache unit tests. Looks like they passed on GH, so not sure what could be wrong. But I will take a closer look to confirm. Regarding |
Hey @tonyfujs I checked the caching unit tests and the all pass for me locally. |
Resolve note in R CMD check. Only give start up message when package is loaded using library().
get_wb()
as a short hand for getting global and regional WB statsgroup_by
tosubgroup
.onLoad
(notonAttach
) inzzz.R
rds
as default query formatCloses #11
Closes #12
Closes #6