# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fracture" in publications use:' type: software license: MIT title: 'fracture: Convert Decimals to Fractions' version: 0.2.1 doi: 10.32614/CRAN.package.fracture abstract: 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. authors: - family-names: Rossell Hayes given-names: Alexander email: alexander@rossellhayes.com orcid: https://orcid.org/0000-0001-9412-0457 repository: https://rossellhayes.r-universe.dev repository-code: https://github.com/rossellhayes/fracture commit: b0e7925c815620f41e53e82ad4817d75593ff24d url: https://fracture.rossellhayes.com/ contact: - family-names: Rossell Hayes given-names: Alexander email: alexander@rossellhayes.com orcid: https://orcid.org/0000-0001-9412-0457