11Package: fracture
22Title: Convert Decimals to Fractions
3- Version: 0.2.1
3+ Version: 0.2.2
44Authors@R:
5- person(given = "Alexander",
6- family = "Rossell Hayes",
7- role = c("aut", "cre", "cph"),
8- 5+ person("Alexander", "Rossell Hayes", , "
[email protected] ", role = c("aut", "cre", "cph"),
96 comment = c(ORCID = "0000-0001-9412-0457"))
10- Description: Provides functions for converting decimals to a
11- matrix of numerators and denominators or a character vector of
12- fractions. Supports mixed or improper fractions, finding common
13- denominators for vectors of fractions, limiting denominators to powers
14- of ten, and limiting denominators to a maximum value. Also includes
15- helper functions for finding the least common multiple and greatest
16- common divisor for a vector of integers. Implemented using C++ for
17- maximum speed.
7+ Description: Provides functions for converting decimals to a matrix of
8+ numerators and denominators or a character vector of fractions.
9+ Supports mixed or improper fractions, finding common denominators for
10+ vectors of fractions, limiting denominators to powers of ten, and
11+ limiting denominators to a maximum value. Also includes helper
12+ functions for finding the least common multiple and greatest common
13+ divisor for a vector of integers. Implemented using C++ for maximum
14+ speed.
1815License: MIT + file LICENSE
1916URL: https://fracture.rossellhayes.com/,
2017 https://github.com/rossellhayes/fracture
@@ -29,8 +26,7 @@ Suggests:
2926 withr
3027LinkingTo:
3128 Rcpp
29+ Config/testthat/edition: 3
3230Encoding: UTF-8
3331Roxygen: list(markdown = TRUE)
34- RoxygenNote: 7.2.0
35- SystemRequirements: C++11
36- Config/testthat/edition: 3
32+ RoxygenNote: 7.3.3
0 commit comments