Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable atomic compression when using trim #339

Open
moodymudskipper opened this issue Mar 7, 2024 · 0 comments
Open

disable atomic compression when using trim #339

moodymudskipper opened this issue Mar 7, 2024 · 0 comments
Milestone

Comments

@moodymudskipper
Copy link
Collaborator

here the Petal.Width expression doesn't make sense:

constructive::construct(iris, opts_atomic(trim = 5, fill = "..."))
#> ! The code built by {constructive} could not be evaluated.
#> ! Due to error: '...' used in an incorrect context
#> data.frame(
#>   Sepal.Length = c(5.1, 4.9, 4.7, 4.6, 5, ...),
#>   Sepal.Width = c(3.5, 3, 3.2, 3.1, 3.6, ...),
#>   Petal.Length = c(1.4, 1.4, 1.3, 1.5, 1.4, ...),
#>   Petal.Width = rep(0.2, 5L, ...),
#>   Species = factor(rep(c("setosa", "versicolor", "virginica"), each = 50L))
#> )

We still want the compression to work on Species though

@moodymudskipper moodymudskipper added this to the backlog milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant