Tim Taylor
2024-Oct-17 11:38 UTC
[Rd] Consider getNamespaceVersion() returning a numeric_version
Would R-Core be receptive to having getNamespaceVersion() return a numeric_version object instead of a named character? Tim
Dirk Eddelbuettel
2024-Oct-17 12:22 UTC
[Rd] Consider getNamespaceVersion() returning a numeric_version
On 17 October 2024 at 12:38, Tim Taylor wrote: | Would R-Core be receptive to having getNamespaceVersion() return a | numeric_version object instead of a named character? Is this good enough? What's your actual issue a 'numeric' would address? > as.package_version(getNamespaceVersion("base")) < "4.5.0" [1] TRUE > > as.package_version(getNamespaceVersion("Rcpp")) > "1.0.11" [1] TRUE > as.package_version(getNamespaceVersion("Rcpp")) > "1.0.14" [1] FALSE > Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
Possibly Parallel Threads
- Consider getNamespaceVersion() returning a numeric_version
- Consider getNamespaceVersion() returning a numeric_version
- Consider getNamespaceVersion() returning a numeric_version
- numeric_version doesn't like numeric versions anymore?
- max on numeric_version with long components