Dillon Hammill
Dillon Hammill
Please use `BiocManager::install(c("cytolib", "flowCore", "flowWorkspace", "openCyto")) ` instead.
A change was recently made to the `scales` package which required fixes in `flowWorkspace`. You will need to update to the latest version from BioC to get the fix: ```{r}...
Please provide details about your operating system (i.e. windows/mac/linux).
Your build error is pointing to an issue with openssl. You'll need to re-install it from the terminal: ```{r} brew install openssl ```
@cleanylee this looks like the expected behaviour to me. Each sample will be placed in its own panel with any sub populations overlaid even when density_stack = 0. density_stack doesn't...