Package: fracture
Title: Convert Decimals to Fractions
Version: 0.2.1
Authors@R: 
    person(given = "Alexander",
           family = "Rossell Hayes",
           role = c("aut", "cre", "cph"),
           email = "alexander@rossellhayes.com",
           comment = c(ORCID = "0000-0001-9412-0457"))
Description: Provides functions for converting decimals to a
    matrix of numerators and denominators or a character vector of
    fractions.  Supports mixed or improper fractions, finding common
    denominators for vectors of fractions, limiting denominators to powers
    of ten, and limiting denominators to a maximum value.  Also includes
    helper functions for finding the least common multiple and greatest
    common divisor for a vector of integers.  Implemented using C++ for
    maximum speed.
License: MIT + file LICENSE
URL: https://fracture.rossellhayes.com/,
        https://github.com/rossellhayes/fracture
BugReports: https://github.com/rossellhayes/fracture/issues
Depends: R (>= 2.10)
Imports: Rcpp
Suggests: covr, testthat (>= 3.0.0), withr
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.0
SystemRequirements: C++11
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-05-20 23:04:35 UTC; alex
Author: Alexander Rossell Hayes [aut, cre, cph]
    (<https://orcid.org/0000-0001-9412-0457>)
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2022-05-21 07:20:09 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:38:09 UTC; windows
Archs: x64
