Kirill Müller

Results 607 issues of Kirill Müller

in a tool tip or with subtle formatting

so that dplyr can do efficient joins on character vectors. @romainfrancois: This package implements an S3 class that makes sure that all strings are already UTF-8 encoded. What is the...

Or attach EOL found when reading as attribute to `utf8` class.

of reading and writing.

in C code, borrow from R implementation.

The tibblify package allows for a much more robust approach than `jsonlite::fromJSON(simplifyVector = TRUE)` . We can infer a schema from the data (as R code) and then use that...

For https://github.com/duckdblabs/duckplyr/issues/168. We have the ptype but can't (and don't need to) access the values. If we agree on the implementation, I can "vendor" this into duckplyr so that we...

Also, use simple identity instead of `r_base::==` for joins. ``` r dplyr::union_all(data.frame(a = 1), data.frame(a = "2")) #> Error in `dplyr::union_all()`: #> ! `x` and `y` are not compatible. #>...

From the rWCVP package. Ideally, we would detect that `scientificName` is not used in the query, and never even load it into duckdb. ``` r lhs --------------------- #> --- Relation...