Simon P. Couch

Results 284 comments of Simon P. Couch

Dropping in to confirm that I see this as well and that this is possibly related to #23 and HenrikBengtsson/doFuture#82. The issue in this case is that `load_pkgs()` is [called...

🤨 This is a weird one. Nothing artful from me, though I think your thought to migrate setup code inside of `test_that()` blocks is a good starting point.

Interesting... I can't reproduce that offset in `CURRENT_TIMESTAMP` despite specifying `timezone` and `timezone_out`. On Linux with Posit Pro Driver, like your setup: ``` r Sys.getenv(c("TZ", "ORA_SDTZ")) #> TZ ORA_SDTZ #>...

Haha, heard! Thanks for the quick response @ThomasSoeiro, we'll leave this open a bit longer in case you're able to see if a newer Pro Driver resolves the issue.

Just noting that I can reproduce this and 1) don't see the failure with `tune_grid()` nor 2) with `detection_prevalence` on its own! Will revisit this when we're focused in on...

Getting an x86 image deployed using colima is reasonably straightforward. Have been trying to get Instant Client for x86 configured to no avail, for now.

On current `main`: ``` r library(odbc) library(clock) library(dplyr) con #> SELECT `df`.*, ADD_MONTHS('`x`', 1.0 * 12.0) AS `y` #> FROM `df` # note y is NA q %>% collect() #>...

Hey @ablack3, would be glad to bring these changes into dbplyr with the changes suggested above! Would you be interested in finishing this one off by adding a NEWS entry?