Owen Jones

Results 14 comments of Owen Jones

Apologies, that was my bad! The SQL query needed to change from ```sql where schema_name = 'something' ``` to ```sql where schema_name in ('something'[, ...]) ``` i.e. the set of...

I've added some testing within the existing file at `tests/testthat/test-db-helpers.R`. That also got me thinking, what happens if we have two schemas which each contain a table with an identical...

~Apologies, closed due to git-related clumsiness - I'll open a new PR in just a moment!~ Sorry - I was trying to rename this branch to something more sensible. But...

Sorry it took me so long to get around to doing so - but I've finally added full testing for the new functionality included in this PR (and CI is...

In case this is useful - I encountered the same "empty archive" error message just now. I had specified `lib` with a path to a directory, but I didn't have...

Thanks for the pointers! You're absolutely right, this is really two things in one go, so I've split them out into new separate PRs: * #1789 - the bugfix for...

I'm afraid I only managed to dig a little way into this myself before getting stuck - I will share my only finding in case it is helpful, though I...

Possibly fixed by #2148 - I've just tried the reprex with v1.0.10 (from CRAN) and all seemed to work well!

My case is actually a bit unusual... I'm not working with a package, but rather, a repo containing [{box}](https://klmr.me/box/) modules (there are more details in [this blog post](https://owenjonesuob.github.io/posts/2024-04-16-modular-r-code-for-analytical-projects-with-box/), if you're...

A big "sorry" from me too, for leaving this unanswered for so long - it's been a busy few weeks! --- > Can you tell me when a warning would...