-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workingdata frame shape inferenceRelated to inferring the shape of data frames using abstract interpretationRelated to inferring the shape of data frames using abstract interpretation
Description
What happened?
- State domain is not over-approximated to Top when processing functions with unknown side effects (e.g.
ecalorload) - Columns created by
summarizeand accessed in other arguments ofsummarizeare wrongly mapped as accessed columns (e.g. insummarize(df, n = n(), mean = score / n)) - Data frames appended to an empty data frame via
rbindshould append the columns of the second data frame (e.g.rbind(data.frame(), df))
What version of R do you have installed?
No response
What version of flowR did you use?
v2.6.1 (Oct 21, 2025)
Relevant log output
Meta Information
- The issue is urgent
- I used flowR as a docker image
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdata frame shape inferenceRelated to inferring the shape of data frames using abstract interpretationRelated to inferring the shape of data frames using abstract interpretation