Daniel Possenriede
Daniel Possenriede
LGTM Re 1. Instead of just loading vcr it's probably better to run the whole `setup-vcr.R` file before testing interactively, so vcr is loaded with all custom options, including `[vcr_]dir`....
tinytest stores/expects `test_*.R` files in [`inst/tinytest`](https://github.com/markvanderloo/tinytest/tree/master/pkg#package-setup), rather than `tests/tinytest`, so at the very least we'd have to adapt `vcr_test_path()` to that (assuming that tinytest also sets the working dir to...
started at https://github.com/dpprdan/opencage/tree/feat_vcr - [ ] `oc_get` - [ ] `oc_check_status` - [ ] `oc_process`
To use these tests on CRAN as well, we have to wait for a new CRAN release of memoise, so [memoise works well with ratelimitr](https://github.com/ropensci/opencage/pull/87#issuecomment-573573183) in vcr tests. There is...
Maybe we will have to look into the bug more closely. If vcr only works reliably with the fixed memoise version, both in recording and playback, then we can only...
Thanks for reporting @maksymiuks! (Please add a reproducible example the next time you submit an issue or state why it is not possible to provide one. A reproducible example helps...
> However, I have to ask, when do you expect to release a new version on CRAN? That's up to @sckott
What is the status of this? This is still an issue. ``` r library(RPostgreSQL) #> Lade nötiges Paket: DBI (x_df x #> 1 ä #> 2 ö #> 3 ü...
It is possible of course, that the server encoding is not UTF-8. A somewhat hacky solution to account for this would be to force the client encoding in `R` to...
I am testing since yesterday, looking good so far.