{
  "_id": "6a105f66acfb0bcc41ca6388",
  "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\"),\ncomment = c(ORCID = \"0000-0001-9412-0457\"))",
  "Description": "Provides functions for converting decimals to a matrix of\nnumerators and denominators or a character vector of fractions.\nSupports mixed or improper fractions, finding common\ndenominators for vectors of fractions, limiting denominators to\npowers of ten, and limiting denominators to a maximum value.\nAlso includes helper functions for finding the least common\nmultiple and greatest common divisor for a vector of integers.\nImplemented using C++ for maximum speed.",
  "License": "MIT + file LICENSE",
  "URL": "https://fracture.rossellhayes.com/,\nhttps://github.com/rossellhayes/fracture",
  "BugReports": "https://github.com/rossellhayes/fracture/issues",
  "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": {
    "Date": "2026-05-08 08:57:24 UTC",
    "User": "root"
  },
  "Author": "Alexander Rossell Hayes [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-9412-0457>)",
  "Maintainer": "Alexander Rossell Hayes <alexander@rossellhayes.com>",
  "MD5sum": "a286479bf650b33c97ade42fde3799e7",
  "_user": "rossellhayes",
  "_type": "src",
  "_file": "fracture_0.2.2.tar.gz",
  "_fileid": "f7e345704b6098bdaa01ca4278a63055a2789dcfd1714e84ff577dd60fdd574b",
  "_filesize": 177166,
  "_sha256": "f7e345704b6098bdaa01ca4278a63055a2789dcfd1714e84ff577dd60fdd574b",
  "_created": "2026-05-08T08:57:24.000Z",
  "_published": "2026-05-22T13:51:34.924Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77393334666,
      "time": 124,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6875560691"
    },
    {
      "job": 77393334285,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6875559781"
    },
    {
      "job": 77393334625,
      "time": 130,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875561779"
    },
    {
      "job": 77393334569,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875555765"
    },
    {
      "job": 77393334438,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6875553078"
    },
    {
      "job": 77393334243,
      "time": 244,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6875594924"
    },
    {
      "job": 77393334499,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875556947"
    },
    {
      "job": 77393334405,
      "time": 189,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875578797"
    },
    {
      "job": 77393333712,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875523501"
    },
    {
      "job": 77393333754,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162149025"
    },
    {
      "job": 77393334302,
      "time": 158,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6875569387"
    },
    {
      "job": 77393334695,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6875549072"
    },
    {
      "job": 77393334503,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6875550094"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rossellhayes/fracture",
  "_commit": {
    "id": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
    "author": "rossellhayes <alexander@rossellhayes.com>",
    "committer": "rossellhayes <alexander@rossellhayes.com>",
    "message": "docs: fix typo in NEWS\n",
    "time": 1769273861
  },
  "_maintainer": {
    "name": "Alexander Rossell Hayes",
    "email": "alexander@rossellhayes.com",
    "login": "rossellhayes",
    "uuid": 44556601,
    "orcid": "0000-0001-9412-0457"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "rossellhayes",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-49",
      "n": 3
    },
    {
      "week": "2026-04",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.2",
      "date": "2025-12-01"
    }
  ],
  "_stars": 22,
  "_contributors": [
    {
      "user": "rossellhayes",
      "count": 112,
      "uuid": 44556601
    },
    {
      "user": "eddelbuettel",
      "count": 1,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 44556601,
    "type": "user",
    "name": "Alex Rossell Hayes",
    "description": "Senior Data Scientist at @yougov-datascience |\r\nPolitical Science PhD"
  },
  "_downloads": {
    "count": 258,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fracture"
  },
  "_devurl": "https://github.com/rossellhayes/fracture",
  "_pkgdown": "https://fracture.rossellhayes.com/",
  "_searchresults": 7,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fracture.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rossellhayes/fracture",
  "_realowner": "rossellhayes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-09-03"
    },
    {
      "version": "0.1.2",
      "date": "2020-09-08"
    },
    {
      "version": "0.1.3",
      "date": "2021-05-25"
    },
    {
      "version": "0.2.0",
      "date": "2021-10-25"
    },
    {
      "version": "0.2.1",
      "date": "2022-05-21"
    },
    {
      "version": "0.2.2",
      "date": "2025-12-01"
    }
  ],
  "_exports": [
    "as.frac_mat",
    "as.fracture",
    "frac_gcd",
    "frac_lcm",
    "frac_mat",
    "frac_style",
    "fracture",
    "is.frac_mat",
    "is.fracture"
  ],
  "_help": [
    {
      "page": "frac_lcm",
      "title": "Least common multiple and greatest common divisor",
      "topics": [
        "frac_gcd",
        "frac_lcm"
      ]
    },
    {
      "page": "frac_mat",
      "title": "Convert decimals to a matrix of numerators and denominators",
      "topics": [
        "as.frac_mat",
        "frac_mat",
        "is.frac_mat"
      ]
    },
    {
      "page": "frac_style",
      "title": "Style a fracture with superscripts and subscripts",
      "topics": [
        "frac_style"
      ]
    },
    {
      "page": "fracture",
      "title": "Convert decimals to a character vector of fractions",
      "topics": [
        "as.fracture",
        "fracture",
        "is.fracture"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rossellhayes/fracture/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rossellhayes/fracture/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 4.819543935541869,
  "_indexed": true,
  "_nocasepkg": "fracture",
  "_universes": [
    "rossellhayes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:35.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "03498ab1f0e6b5c6df65193b8d65fe23a581bdd94099c2b739c48d24f441975c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:29.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "d7e5aaa2e016a835f8e01007b0c9407152316823515e7c861379f5fd36cdfcd0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:39.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "ac8d625f51cdd10409c4adbf9c4df7551eff4612cb3d9b685907067a204aaf6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "dad4807a52db66f3253d5a4852ab6303e30ecdb56f1b89f2e4ecb26af36631ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:09.000Z",
      "arch": "aarch64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "16ce2ea99016c70018965dc887bdfbd28f8b21ebaa14ffe78f093d59a82b0b63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-08T09:00:52.000Z",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "f0ccde57481002f1673ac8f5be431597ecb92063a31839201ce6e894eebc68c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:22.000Z",
      "arch": "aarch64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "645b8fcf7048591b59fdac8509901281721d5de88a985938bff508210e389612",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-08T09:00:10.000Z",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "730652edb9348118ad5553b1c609f382587454f9559c29fe1caa41fa5eac8c35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-08T08:59:24.000Z",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "b1c374936938017f968d97eba2768499e1f1afc6298879acd51b8d8aea47584c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-08T08:58:33.000Z",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "92ed7e17d12c326b19daf1cec77458bfe5e8c4bc1a051c6a8bf7a8d957641473",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-08T08:58:34.000Z",
      "arch": "x86_64",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "a50dac7d4ecb7f64d4bf7a8b3452fa4de9c4604865e4f922a1af00011626f5bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-05-22T13:51:10.000Z",
      "arch": "emscripten",
      "commit": "2b652703b8fd8f6a3a8c9887b156b1953e2144f6",
      "fileid": "f202c54f1a116bc8e7ed69c90fbef81463d12142a851016ad717ed1bb185592e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/25546634545"
    }
  ]
}