boB Rudis
boB Rudis
Thx for kicking the package tyres & submitting a bug report! I switched all the `system()` calls to {processx] `run()` calls which _should_ fix this, but I'm not near a...
👍🏽 I'll have to poke at the `cloc_cran()` issue as it is likely Windows platform-related since: ```r (cran
yep. that's an oversight.
The URLs for them are at: https://github.com/hrbrmstr/cdcfluview/blob/master/R/aaa.R#L17-L22
such a PR is most welcome! I (and some others) tend to use `aaa.R` as a catch-all for "global" things we want available anywhere without having to use roxygen collate...
Beat me to it, @Yeedle ;-) I compensated for some of this with https://github.com/hrbrmstr/newsflash/blob/master/R/newsflash.r#L131 (despite `httr` using similar methods, some of it's post-processing was causing other data loss) but the...
except all I'm doing is calling `anytime::anytime(date_start)` (etc) and the result of that call is returning only day resolution. lemme look at the raw API values tho
`20161212T000000Z 20161212T235959Z` are examples of the start/end times for the `timeline` structure so you're out of luck there. but `20161221T050000Z` is what comes back for `show_date` in the `top_mactchs` structure...
`show_date` in `top_matches` should have hms resolution now in 0.3.1 I just pushed. The others don't have such resolution. ``` dplyr::glimpse(df$top_matches) ## Observations: 1,000 ## Variables: 8 ## $ preview_url...
That's a gd GDELT/Internet Archive TV search question. I'm assuming (from various testing) that is' the caption text from the top "n" (for large date ranges it maxes at 1K)...