Emil Hvitfeldt

Results 234 issues of Emil Hvitfeldt

https://github.com/tidyverse/dbplyr/blob/860bd6adf988a2b039485030d234eba05ee46a3c/R/translate-sql.R#L15-L16 The argument `con` is nut option ``` r library(dbplyr) translate_sql(x + 1) #> Error in translate_sql(x + 1): argument "con" is missing, with no default ``` Created on 2024-06-17...

Ref: #1125 General idea: - intercept dgCMatrix early on, and turn it into a sparse data frame - before data is passed to modeling function, turn it into a sparse...

What we need: - [ ] `fit()` to take sparse tibbles as data - [ ] `fit()` to take {Matrix} sparse matrix as data - turn them into sparse tibbles...

feature

In much the same way `check_character()` is the vector version of `check_string()`, and `check_logical()` is the vector version of `check_bool()`. It would be nice to have the same for `check_number_whole()`...

tidy-dev-day :nerd_face: