We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f66a8f9 + 2ccd336 commit bc27e2bCopy full SHA for bc27e2b
R/sparsevctrs.R
@@ -18,7 +18,7 @@ is_sparse_tibble <- function(x) {
18
}
19
20
materialize_sparse_tibble <- function(x, object, input) {
21
- if ((!allow_sparse(object)) && is_sparse_tibble(x)) {
+ if (is_sparse_tibble(x) && (!allow_sparse(object))) {
22
cli::cli_warn(
23
"{.arg {input}} is a sparse tibble, but {.fn {class(object)[1]}} with
24
engine {.code {object$engine}} doesn't accept that. Converting to
0 commit comments