hi all, if I enter the following into R.app
1/8 x 248.70
I get Error: unexpected symbol in "1/8 x? Because OS text entry is transforming 1/8 into ?. Is there a way to turn that off selectively for R.app? tim
3 messages · Timothy Bates, Brian Ripley, Simon Urbanek
hi all, if I enter the following into R.app
1/8 x 248.70
I get Error: unexpected symbol in "1/8 x? Because OS text entry is transforming 1/8 into ?. Is there a way to turn that off selectively for R.app? tim
hi all, if I enter the following into R.app
1/8 x 248.70
I get Error: unexpected symbol in "1/8 x? Because OS text entry is transforming 1/8 into ?.
I don't think so: do you have any evidence for that? R.app gives the same message as any other version of R. Your expression is invalid R: use * for multiplication.
Is there a way to turn that off selectively for R.app? tim
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
hi all, if I enter the following into R.app
1/8 x 248.70
I get Error: unexpected symbol in "1/8 x? Because OS text entry is transforming 1/8 into ?. Is there a way to turn that off selectively for R.app?
Brian is right, but I noticed myself that there is something wonky going on with the editor on Lion - it is translating characters where it should not (e.g. \dots) - and I know only of the global configuration to disable it. I'll have a look if there is some message that could be send to the text view on Lion once I'm back (next week) because its highly annoying ? Cheers, Simon