Scott Chamberlain
Scott Chamberlain
to future proof for future gov't shutdowns. ftp://ftp.ncdc.noaa.gov/pub/data/swdi/stormevents/csvfiles/
we're trying to get all ropensci pkgs to use git tags and release notes, as it's common software practice. In our packaging guide we have some notes on this https://github.com/ropensci/onboarding/blob/master/packaging_guide.md#-news...
see the flags under https://stedolan.github.io/jq/manual/#Invokingjq section - @richfitz do you know if this is possible? Some of them I think only make sense on the command line outside of R,...
Sometimes you don't want to pipe together jq commands. But right now, that's the only option when we `%>%` together commands, they get `|` together Would be nice to have...
`--stream` and `--seq`
https://stedolan.github.io/jq/manual/#Modules > Modules are files whose names end in `.jq`
for a single JSON output, like `[program]` instead of `program`
Right now using the new database downloaded rank info - need to allow falling back to using ritis to get that info
- do you make a new pkg and then taxize imports it OR add some code via a PR directly? - instruction on how to hook into the high level...
via https://github.com/ropensci/taxa/issues/208 E.g., one could define an s3 method for `classification()` ```r library(taxize) classification.foobar