Skip to content
Prev 60409 / 63424 Next

Feature request: compareVersion

Hi,

currently I have to use

compareVersion(as.character(packageVersion("shiny")), "0.11")

It would be nice if compareVersion would make the as.character 
internally, rather then force the user to do it.

Thanks

Sigbert