Nic Crane
Nic Crane
Related to https://github.com/apache/arrow/issues/39806. Since it's not clear that we'll be able to resolve everything with CRAN before February 9, this PR moves arrow from Imports to Suggests. This will prevent...
Great package! I was delighted to see it existed when I was looking into how to pull some data from the Meetup API. I tried the examples in the README,...
Some backends (e.g. DuckDB) remove NULL values by default in computations involving scalar aggregate functions, others (e.g. Acero) allow specifying this option to return an NULL value if any of...
# Packaging checklist for CRAN release For a high-level overview of the release process see the [Apache Arrow Release Management Guide](https://arrow.apache.org/docs/developers/release.html#post-release-tasks). cc @jonkeane @amoeba @nealrichardson @assignUser @paleolimbot for coordination on...
Seek inspiration from https://pudding.cool/2022/02/plain/
Or just check of how well documented they are?
See guidance here: https://developers.google.com/tech-writing/one/short-sentences
https://rviews.rstudio.com/2021/08/04/r-views-blog-contest/
When inline code chunks are too long, they look awful. Add a check which measures lengths of inline code chunks and suggest that they're refactored into actual separate code chunks.
A check is something that has: * config in form of: * a threshold for what score results in a warning * a threshold for what score results in an...