Tom Cornebize
Tom Cornebize
I have the version `0.6.0.1`, installed today using `devtools::install_github("easystats/see")`. Taking the example from the README: ```r library(ggplot2) library(see) ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) + geom_violindot(fill_dots...
See the following example. Four bitmaps are created. Copy on write is enabled for all of them, except the second. Then, the union of the bitmaps is computed in the...
#203 was merged without tests, this is bad.
We need to implement the `add_offset` method (maybe name it `shift`? not sure what is the best), see https://github.com/RoaringBitmap/CRoaring/pull/331 That should be straightforward.
### Is your feature request related to a problem? Disclaimer: I am quite new to ibis, so perhaps I missed something. Let's say I have a table with a column...