-- Originally posted by (AT sourceforge.net): *anonymous -- -- This ticket was imported from http://sourceforge.net/p/rkward/bugs/79 on 2017-05-30 15:26:50 +0100 -- Open rkward's data editor, change a variable to logical, start adding values to the variable. If you enter another value than 0 or 1 the field will turn red and the value will be NA. I would expect that T, F, TRUE, FALSE, True, False would also be a valid input, especially since R itself displays TRUE or FALSE for logical values. RKWard 0.5.4 KDE 4.4.5 R 2.12.0 -- Labels: Interface (example) --
Thanks for reporting. In the development version \(http://p.sf.net/rkward/svn\), logicals are now displayed as "TRUE"/"FALSE" in the data editor. Accepted input is now "1"/"T"/"TRUE" and "0"/"F"/"FALSE". I did not add "True" and "False", since these are not accepted in R, either. Regards Thomas
- **assigned_to**: nobody --> tfry - **summary**: logical variables in data editor accept only 0 and 1 --> FIXED IN SVN: logicals in data editor accept only 0 and 1 - **status**: open --> open-fixed
- **status**: open-fixed --> closed-fixed