chainsawriot
chainsawriot
As a possible interim solution is to make `drop` of current `x[i, j, ... , drop = TRUE]` to `getOption("default.drop", TRUE)`, i.e. `x[i, j, ... , drop = getOption("default.drop", TRUE)]`....
@jennybc I was wondering: if I [do that myself](https://github.com/chainsawriot/minty), would the tidyverse team oppose it?
`rang` also uses `pkgsearch::cran_package_history` and it also appears to me that this parse error occurs only recently.
It probably is a problem introduces by v2.11 of graph API in which no user information will be returned anymore unless the access token is created by the page's owner....
Also, the top-level code.
@schochastics Yes, it is about moving either `arrow` or `readODS` from Suggests to Import. There was a time when all packages were in `Imports`. However, it would increase the checking...
I think this is a better comparison: the additional packages that need to be installed by introducing it to Imports. `readODS` might have a lot of dependencies but most of...
`arrow` has two advantages 1. It provides support for both parquet and feather. 2. `setclass` can be extended with one more class: `arrow_table` The disadvantage is no desktop software support....
Let's go with `arrow` then.