Dillon Hammill
Dillon Hammill
Unfortunately this is handled at the rhandsontable level so there is not much I can do here. Let's leave this issue open for now and I will dive into the...
@ShinyFabio, do you have any examples of the factor conversion issues you are seeing? I am having a look at this and I would like to make changes that will...
I just pushed @aalucaci's suggestion to `data_format()` which now returns for `mtcars`: ```{r} > str(DataEditR:::data_format(mtcars)) 'data.frame': 32 obs. of 11 variables: $ mpg : num 21 21 22.8 21.4 18.7...
@OliverFishCode, this is on my list of things to do but it will take some time before I get to this. After playing around with this a bit, I think...
@OliverFishCode, in the meantime, I just pushed an update to the `devel` branch to add a `code` argument to allow printing of the code required to create the edited data....
@sebacea unfortunately I haven't had time to work on this yet. I would be more than happy to accept any pull requests which add support for this. I looked into...
This is a known issue that I have already flagged with the cytoverse team. Hopefully support will be added for this soon.
@avdvloet in order to save the gates to the gatingTemplate correctly, you should avoid subsetting the samples in `cyto_gate_draw()`. Also, the GatingSet is designed to stored the same set of...
@AdrianParrilla, have you managed to get everything installed? I will need a bit more information from you if I am going to be able to help.
All cytoverse packages including cytolib , flowCore , flwoWorkspace and openCyto are dependencies of CytoExploreR . You can simply install them from BioC now - development versions from GitHub are...