Jim Hester
Jim Hester
This is unfortunately hard to do with the GraphQL API as there is AFAIK no equivalent to the `since` parameter in the v3 api (https://developer.github.com/v3/issues/#list-issues-for-a-repository). So in order to get...
After some more research one way to do this would be, so it will be possible to do with graphQL, although it uses the search API, so could be problematic...
Ideally you would be able to filter by issues since a given date, but that it not currently supported, with no real ETA until it is https://platform.github.community/t/performance-search-issues-based-on-the-last-updated-date/5180
Ok we have issues and downloads. We don't have repos with most commits yet
Possible ideas for promoting the visibility of more 'user facing' packages, so new users are not overwhelmed by 'all the packages in the tidyverse' 1. [x] - Highlight the most...
I was talking about just the 8 packages listed on the website.
I think we would need to sanitize the filenames in more ways than just this to make it robust. I am also not clear when the colons are causing problems,...
I am sure this would be useful were you rewriting the package from scratch today, but I am not sure how useful it is with the code already written. But...
Sounds like a good idea to me!
Unfortunately there isn't a generic to override really, both `utils::View()` and what is in RStudio does not seem to have a generic to dispatch from.