Package: fracture Title: Convert Decimals to Fractions Version: 0.2.2 Authors@R: person("Alexander", "Rossell Hayes", , "alexander@rossellhayes.com", role = c("aut", "cre", "cph"), 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 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://rossellhayes.r-universe.dev Date/Publication: 2026-01-24 16:57:41 UTC RemoteUrl: https://github.com/rossellhayes/fracture RemoteRef: HEAD RemoteSha: 2b652703b8fd8f6a3a8c9887b156b1953e2144f6 NeedsCompilation: yes Packaged: 2026-06-24 04:04:48 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alexander Rossell Hayes