Skip to content
Prev 46929 / 63421 Next

Allow semantic versioning for packages

On Oct 7, 2013, at 7:35 PM, G?bor Cs?rdi wrote:

            
That's not what it means in R - the number after the dash *is* the patch level. The point is that the semantics of the dash are different in the two standards and so is the interpretation of the components. That's why I said earlier (in the part that you cut out) that probably the only viable option is to enhance the R handling to add some handling of non-integer components.
Updating compareVersion() is the least problem - tools that handle package files often use regexps which will fail once non-intergers are allowed.

Cheers,
Simon