nolanlab / citrus

Citrus Development Code
GNU General Public License v3.0
31 stars 20 forks source link

Cannot assign fcs files to group #52

Closed cjla87 closed 10 years ago

cjla87 commented 10 years ago

When the GUI comes up, I am not able to define my groups. I can put in group names but it does not allow me to designate files into each group. The following message appears in red letters under the textbox for the group names:

Error: unused argument (selectsize = F)

rbruggner commented 10 years ago

This is a problem with the newest version of Shiny not being compatible with old versions. Very obnoxious.

To fix this problem, update the shiny package.

In R, run the command:

install.packages("shiny")