-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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