Sean Wilson
Sean Wilson
It appears that this may be a caching issue. If I run `pkgr clean cache` and then repeat the above steps, it takes 42 seconds, and with `--loglevel=debug` I see...
This may actually be a pkgr issue, because this works as expected: ```r install.packages("broom", repos = "https://mpn.metworx.com/snapshots/stable/2020-09-20") ```
The same issue appears to also affect the latest release. ```sh ➜ /tmp ~/pkgr | grep version pkgr cli version v1.2.1 ➜ /tmp ~/pkgr plan INFO[0000] Installation would launch 8...
That appears to work for the minimal example above, but when I try it on my actual project, `pkgr clean` throws an error. ```sh ➜ proj_dir ~/pkgr | grep version...
I have also seen this issue with RPresto 1.4.5 and DBI 1.1.3, against Trino (needs `use.one.query = TRUE`) with a Hive backend. ``` r library(DBI) library(RPresto) conn [1] TRUE dbRemoveTable(conn,...