You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Currently, naturalorder considers only integers. When decimals or scientific notation is given, it sorts as though all non-digit characters are text-- including period and negative numbers.
Would you be interested in a pull request that would make both of these work as expected from a floating point interpretation? If you wouldn't want it to always apply, perhaps an option on how to interpret the order such as a new option: interpretation=c("natural", "integers", "real", "scientific")
And, a different regular expression would be associated with each.
The text was updated successfully, but these errors were encountered:
Currently, naturalorder considers only integers. When decimals or scientific notation is given, it sorts as though all non-digit characters are text-- including period and negative numbers.
Would you be interested in a pull request that would make both of these work as expected from a floating point interpretation? If you wouldn't want it to always apply, perhaps an option on how to interpret the order such as a new option: interpretation=c("natural", "integers", "real", "scientific")
And, a different regular expression would be associated with each.
The text was updated successfully, but these errors were encountered: