Package: bignum
Title: Arbitrary-Precision Integer and Floating-Point Mathematics
Version: 0.3.2
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
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-05-04 05:47:50 UTC; davidhall
Author: David Hall [aut, cre, cph] (<https://orcid.org/0000-0002-2193-0480>)
Maintainer: David Hall <david.hall.physics@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-04 06:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:07:38 UTC; windows
Archs: x64
