Package: round Version: 0.21-0.2 Date: 2024-01-10 Title: Rounding to Decimal Digits Authors@R: c(person("Martin","Maechler", role=c("aut","cre"), email="maechler@stat.math.ethz.ch", comment = c(ORCID = "0000-0002-8685-9910")) , person("R-core", email = "R-core@R-project.org", role = "ctb", comment = '"r1.C" only') ) Description: Decimal rounding is non-trivial in binary arithmetic. ISO standard round to even is more rare than typically assumed as most decimal fractions are not exactly representable in binary. Our 'roundX()' versions explore differences between current and potential future versions of round() in R. Further, provides (some partly related) C99 math lib functions not in base R. Imports: stats Suggests: grDevices, graphics, Matrix, lattice, gmp, knitr, rmarkdown License: AGPL (>= 3) | file LICENSE Encoding: UTF-8 KeepSource: TRUE VignetteBuilder: knitr URL: https://gitlab.com/mmaechler/round/ BugReports: https://gitlab.com/mmaechler/round/-/issues Repository: https://mmaechler.r-universe.dev Date/Publication: 2024-01-10 20:57:06 UTC RemoteUrl: https://gitlab.com/mmaechler/round RemoteRef: HEAD RemoteSha: b1b84b82bd16349f4fda0b5eb63701373592bffb NeedsCompilation: yes Packaged: 2026-06-08 09:46:03 UTC; root Author: Martin Maechler [aut, cre] (ORCID: ), R-core [ctb] ("r1.C" only) Maintainer: Martin Maechler