James

Results 4 issues of James

Hello, while the theme looks amazing, it turns all options text into white color on white background. Here is the screenshot: ![image](https://user-images.githubusercontent.com/13931593/94438357-03b21e80-016d-11eb-9c9f-2bccf9bb5a6c.png) This is on RStudio Version: 1.3.1093

bug
ui-codes

Hello, it seems that the simple operation is not working as shown on the manual: https://duckdb.org/docs/api/r#dbplyr Here is my reprex for both formats: ``` r library(duckdb) #> Loading required package:...

documentation

Currently, the `timezone_out` and `tz_out_convert` options are supposed to convert date time columns with target timezones. But it is not converting any POSIXct columns. I think the problem is the...

reprex

Currently, if `distinct` is used with `.keep_all = TRUE`, `ROW_NUMBER` is used. Which is normal `dbplyr` behavior for generics. But in my daily uses, I found `DISTINCT ON` is much...