Skip to content
Prev 51693 / 63421 Next

R-3.2.4 Mac/Linux different in < on characters

On a Mac (and noting the the documentation [somewhere that I cannot find right now] warns us the the collation sequence for characters is OS dependent):

require(R.oo)
charToInt("-")
#[1] 45
charToInt("1")
#[1] 49
David Winsemius
Alameda, CA, USA