nolanlab / citrus

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

Error in fcs_text_parse #21

Closed cjla87 closed 10 years ago

cjla87 commented 10 years ago

[1] "Unexpected Error: Error in fcs_text_parse(txt, emptyValue = emptyValue): No end found\n There could be empty keyword value.\nPlease set argument 'emptyValue' as TRUE and try again!\n" Error in value[3L] : Unexpected Error: Error in fcs_text_parse(txt, emptyValue = emptyValue): No end found There could be empty keyword value. Please set argument 'emptyValue' as TRUE and try again!

rbruggner commented 10 years ago

Fixed in 6b84445653.

Reinstall: library("devtools") install_github("citrus","nolanlab")

And then when you launch the citrus GUI, set emptyValue to false: citrus.launchUI(emptyValue=F)

Let me know if that works?

rbruggner commented 10 years ago

Actually fixed in 6bf2bf877a1c4cc367640fc8bb4f83ed21cdf2c5. Now sets empty value automatically.