{
  "_id": "6a2158fccd65a98ecbd2eab4",
  "Package": "contFracR",
  "Type": "Package",
  "Title": "Continued Fraction Generators and Evaluators",
  "Version": "1.2.1",
  "Date": "2023-08-19",
  "Author": "Carl Witthoft",
  "Maintainer": "Carl Witthoft <cellocgw@gmail.com>",
  "Description": "Converts numbers to continued fractions and back again. A\nsolver for Pell's Equation is provided.  The method for\ncalculating roots in continued fraction form is provided\nwithout published attribution in such places as Professor\nEmeritus Jonathan Lubin, <http://www.math.brown.edu/jlubin/>\nand his post to StackOverflow,\n<https://math.stackexchange.com/questions/2215918> , or\nProfessor Ron Knott, e.g.,\n<https://r-knott.surrey.ac.uk/Fibonacci/cfINTRO.html> .",
  "License": "LGPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 10:50:06 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-08-19 17:30:34 UTC",
  "RemoteUrl": "https://github.com/cran/contFracR",
  "RemoteRef": "HEAD",
  "RemoteSha": "1bfec591d74b4c8cfb5547d32de781a8f07733e7",
  "MD5sum": "d01787df68351abca29b7a4f028f541f",
  "_user": "cran",
  "_type": "src",
  "_file": "contFracR_1.2.1.tar.gz",
  "_fileid": "6489586bcf63ac4760627d5708028abefd4d1d90cc347654bf2b88bbad8ab485",
  "_filesize": 177623,
  "_sha256": "6489586bcf63ac4760627d5708028abefd4d1d90cc347654bf2b88bbad8ab485",
  "_created": "2026-06-04T10:50:06.000Z",
  "_published": "2026-06-04T10:52:44.205Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79502943869,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409562043"
    },
    {
      "job": 79502943650,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409565267"
    },
    {
      "job": 79502578267,
      "time": 144,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409526253"
    },
    {
      "job": 79502943580,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409561494"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26947052563",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/contFracR",
  "_commit": {
    "id": "1bfec591d74b4c8cfb5547d32de781a8f07733e7",
    "author": "Carl Witthoft <cellocgw@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2.1\n",
    "time": 1692466234
  },
  "_maintainer": {
    "name": "Carl Witthoft",
    "email": "cellocgw@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rmpfr",
      "role": "Imports"
    },
    {
      "package": "go2bigq",
      "role": "Imports"
    },
    {
      "package": "gmp",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "cellocgw",
      "count": 1,
      "uuid": 8104153
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 244,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/contFracR"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/contFracR.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2022-04-20"
    },
    {
      "version": "1.2",
      "date": "2022-12-03"
    },
    {
      "version": "1.2.1",
      "date": "2023-08-19"
    }
  ],
  "_exports": [
    "cfrac2latex",
    "cfrac2num",
    "cfrac2simple",
    "e2cfrac",
    "num2cfrac",
    "pell",
    "phi2cfrac",
    "pi2cfrac",
    "recipCfrac",
    "root2cfrac",
    "sqrt2periodicCfrac"
  ],
  "_help": [
    {
      "page": "contFracR-package",
      "title": "Functions to generate and evaluate continued fractions",
      "topics": [
        "contFracR-package",
        "contFracR"
      ]
    },
    {
      "page": "cfrac2latex",
      "title": "Function which builds the LaTeX formula to display the continued fraction",
      "topics": [
        "cfrac2latex"
      ]
    },
    {
      "page": "cfrac2num",
      "title": "Function to convert a defined set of numerators and denominators into the equivalent number.",
      "topics": [
        "cfrac2num"
      ]
    },
    {
      "page": "cfrac2simple",
      "title": "Function to Convert Continued Fraction to Simple Fraction.",
      "topics": [
        "cfrac2simple"
      ]
    },
    {
      "page": "e2cfrac",
      "title": "Function to Calculate e, Euler's Number With Continued Fractions",
      "topics": [
        "e2cfrac"
      ]
    },
    {
      "page": "num2cfrac",
      "title": "Function to Generate The Continued Fraction For a Number",
      "topics": [
        "num2cfrac"
      ]
    },
    {
      "page": "pell",
      "title": "Function to Solve Pell's Equation With Continued Fractions",
      "topics": [
        "pell"
      ]
    },
    {
      "page": "phi2cfrac",
      "title": "Function to Calculate Phi And Powers of Phi In Continued Fraction Form.",
      "topics": [
        "phi2cfrac"
      ]
    },
    {
      "page": "pi2cfrac",
      "title": "Function to Calculate Pi In Continued Fraction Form",
      "topics": [
        "pi2cfrac"
      ]
    },
    {
      "page": "recipCfrac",
      "title": "Function to Generate the Reciprocal of A Continued Fraction",
      "topics": [
        "recipCfrac"
      ]
    },
    {
      "page": "root2cfrac",
      "title": "Function To Generate Continued Fraction For Arbitrary Roots",
      "topics": [
        "root2cfrac"
      ]
    },
    {
      "page": "sqrt2periodicCfrac",
      "title": "Function To Generate Periodic Continued Fraction For Square Roots",
      "topics": [
        "sqrt2periodicCfrac"
      ]
    }
  ],
  "_rundeps": [
    "gmp",
    "go2bigq",
    "Rmpfr"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "contfracr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.1",
      "date": "2026-06-04T10:52:01.000Z",
      "distro": "noble",
      "commit": "1bfec591d74b4c8cfb5547d32de781a8f07733e7",
      "fileid": "8ecb4d1823a617dae25c943979998e187d865905ea007f576776f2ecb7b2ce2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26947052563"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.1",
      "date": "2026-06-04T10:52:11.000Z",
      "distro": "noble",
      "commit": "1bfec591d74b4c8cfb5547d32de781a8f07733e7",
      "fileid": "c86b4ad1804a4e5a6d1f7a6585ea2493c3d9057a13e241a6870ce17874bacc11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26947052563"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.1",
      "date": "2026-06-04T10:52:13.000Z",
      "commit": "1bfec591d74b4c8cfb5547d32de781a8f07733e7",
      "fileid": "791d53c2462d0a4b0536a3e7b25ad01ab3c7a6850721fedaa901ff400f6e6def",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26947052563"
    }
  ]
}