DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
61 stars 13 forks source link

cyto_transform not working #206

Open SMirca opened 4 months ago

SMirca commented 4 months ago

I'm having an issue running the cyto_transform function. It was working a month ago. Below is the code I have been using:

gs <- cyto_setup("CompensationSamples", gatingTemplate="Compensation-gatingTemplate.csv")
gs <- cyto_transform(gs)

After running the 2nd line, I now get the following error:

image

I tried the instructions on previous issues on github (e.g. installing specific version of scales package) but I'm still getting the same error. I also tried instructions from the vignette("flowWorkspace-"Introduction") and get the same error:

image

Below is the sessionInfo file: 2024-06-04_CytoExploreRrun_SessionInfo.txt

Can you help please? Thanks