-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.3 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
Package: fpCompare
Type: Package
Title: Reliable Comparison of Floating Point Numbers
URL: https://github.com/PredictiveEcology/fpCompare
Version: 0.2.4
Date: 2022-08-13
Authors@R: c(
person(c("Alex", "M"), "Chubaty", email="[email protected]",
role=c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")),
person(paste("Her Majesty the Queen in Right of Canada,",
"as represented by the Minister of Natural Resources Canada"),
role="cph")
)
Description: Comparisons of floating point numbers are problematic due to errors
associated with the binary representation of decimal numbers.
Despite being aware of these problems, people still use numerical methods
that fail to account for these and other rounding errors (this pitfall is
the first to be highlighted in Circle 1 of Burns (2012)
'The R Inferno' <https://www.burns-stat.com/pages/Tutor/R_inferno.pdf>).
This package provides new relational operators useful for performing
floating point number comparisons with a set tolerance.
Depends:
R (>= 3.4)
Suggests:
covr,
knitr,
rmarkdown,
testthat
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr
ByteCompile: yes
BugReports: https://github.com/PredictiveEcology/fpCompare/issues
RoxygenNote: 7.2.1