Package: bignum Title: Arbitrary-Precision Integer and Floating-Point Mathematics Version: 0.3.2.9000 Authors@R: person(given = "David", family = "Hall", role = c("aut", "cre", "cph"), email = "david.hall.physics@gmail.com", comment = c(ORCID = "0000-0002-2193-0480")) Description: Classes for storing and manipulating arbitrary-precision integer vectors and high-precision floating-point vectors. These extend the range and precision of the 'integer' and 'double' data types found in R. This package utilizes the 'Boost.Multiprecision' C++ library. It is specifically designed to work well with the 'tidyverse' collection of R packages. License: MIT + file LICENSE URL: https://davidchall.github.io/bignum/, https://github.com/davidchall/bignum BugReports: https://github.com/davidchall/bignum/issues Depends: R (>= 3.3.0) Imports: rlang, vctrs (>= 0.3.0) Suggests: knitr, pillar (>= 1.6.3), rmarkdown, testthat LinkingTo: BH, cpp11 VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://davidchall.r-universe.dev Date/Publication: 2023-05-05 03:37:37 UTC RemoteUrl: https://github.com/davidchall/bignum RemoteRef: HEAD RemoteSha: 094f98971692b93bd33dc661fa0372fa74c2bcc5 NeedsCompilation: yes Packaged: 2026-06-24 09:54:13 UTC; root Author: David Hall [aut, cre, cph] (ORCID: ) Maintainer: David Hall