{
  "_id": "6a54ab66ff0138dec5d6673a",
  "Package": "trampoline",
  "Title": "Make Functions that Can Recurse Infinitely",
  "Version": "0.1.1.9000",
  "Authors@R": "person(\"Russell\", \"Dinnage\", , \"r.dinnage@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-0846-2819\"))",
  "Description": "Implements a trampoline algorithm for R that let's users\nwrite recursive functions that get around R's stack call\nlimitations, enabling theoretically infinite recursion. The\nalgorithm is based around generator function as implemented in\nthe 'coro' package, and is based almost completely on the\n'trampoline' module from Python\n<https://gitlab.com/ferreum/trampoline>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.2",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/rdinnager/trampoline,\nhttps://rdinnager.github.io/trampoline/",
  "Config/testthat/edition": "3",
  "Repository": "https://rdinnager.r-universe.dev",
  "Date/Publication": "2022-01-25 15:17:39 UTC",
  "RemoteUrl": "https://github.com/rdinnager/trampoline",
  "RemoteRef": "HEAD",
  "RemoteSha": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-13 09:07:07 UTC",
    "User": "root"
  },
  "Author": "Russell Dinnage [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0846-2819>)",
  "Maintainer": "Russell Dinnage <r.dinnage@gmail.com>",
  "_user": "rdinnager",
  "_type": "src",
  "_file": "trampoline_0.1.1.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/7452f995d3c99b41ba5e0b3bb4062929164932245a45a43a26cb911139822793",
  "_filesize": 156960,
  "_sha256": "7452f995d3c99b41ba5e0b3bb4062929164932245a45a43a26cb911139822793",
  "_expires": "2026-10-21T09:09:56.000Z",
  "_created": "2026-07-13T09:07:07.000Z",
  "_published": "2026-07-13T09:09:58.557Z",
  "_jobs": [
    {
      "job": 86776681093,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8274214333"
    },
    {
      "job": 86776681019,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8274213854"
    },
    {
      "job": 86776681087,
      "time": 108,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8274203403"
    },
    {
      "job": 86776681034,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8274214608"
    },
    {
      "job": 86776104582,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8274157327"
    },
    {
      "job": 86776680920,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8274201581"
    },
    {
      "job": 86776681051,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8274194155"
    },
    {
      "job": 86776680988,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8274198676"
    },
    {
      "job": 86776680970,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8274192500"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897",
  "_status": "failure",
  "_upstream": "https://github.com/rdinnager/trampoline",
  "_commit": {
    "id": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
    "author": "rdinnager <r.dinnage@gmail.com>",
    "committer": "rdinnager <r.dinnage@gmail.com>",
    "message": "updated pkgdown website again\n",
    "time": 1643123859
  },
  "_maintainer": {
    "name": "Russell Dinnage",
    "email": "r.dinnage@gmail.com",
    "login": "rdinnager",
    "orcid": "0000-0003-0846-2819",
    "twitter": "@ecologician",
    "description": "",
    "uuid": 5945401
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "coro",
      "role": "Imports"
    },
    {
      "package": "fastmap",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    }
  ],
  "_owner": "rdinnager",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 21,
  "_contributors": [
    {
      "user": "rdinnager",
      "count": 25,
      "uuid": 5945401
    }
  ],
  "_userbio": {
    "uuid": 5945401,
    "type": "user",
    "name": "Russell Dinnage",
    "followers": 57
  },
  "_downloads": {
    "count": 41,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/trampoline"
  },
  "_devurl": "https://github.com/rdinnager/trampoline",
  "_pkgdown": "https://rdinnager.github.io/trampoline/",
  "_searchresults": 10,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/trampoline.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-12-10"
    },
    {
      "version": "0.1.1",
      "date": "2022-01-04"
    }
  ],
  "_exports": [
    "tramampoline",
    "trambopoline",
    "trampoline",
    "trm_return",
    "trm_tailcall"
  ],
  "_help": [
    {
      "page": "trampoline",
      "title": "Make a trampoline.",
      "topics": [
        "tramampoline",
        "trambopoline",
        "trampoline"
      ]
    },
    {
      "page": "trm_return",
      "title": "Flag a return value",
      "topics": [
        "trm_return"
      ]
    },
    {
      "page": "trm_tailcall",
      "title": "Flag a tail call",
      "topics": [
        "trm_tailcall"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rdinnager/trampoline/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rdinnager/trampoline/raw/HEAD/README.md",
  "_rundeps": [
    "coro",
    "fastmap",
    "rlang"
  ],
  "_score": 3.0211892990699383,
  "_indexed": true,
  "_nocasepkg": "trampoline",
  "_universes": [
    "rdinnager"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:09:23.000Z",
      "distro": "resolute",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/183ad58f640d37b467865f3bd86ab91fdab742600277159218149e451d0aa196",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:09:18.000Z",
      "distro": "resolute",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/d55d609254720f912ab5b5d0abf0788a7cdd3b5e199677e7ed24beac565143ce",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:08:55.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/44210330d4d4b4d9dccf97fa3f828ef2166b5c999e06e8e4cc062a39d2ccb41d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:09:18.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/e295652ce2b08d816446317c7837bfcec1bc3cff90a4c8780520c3ab588ac08e",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:09:02.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/b561bab01fe7475def919f46ad5cf1300f18d8eb06c2930a35d67f54938d7655",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:08:29.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/9bb89e52a4567f02c48ad3f7c84fcd83809c63085621410ecc6ee9cf19ca36ed",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:08:39.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/d196fc7a7caed0131e043aea29a8263538e5372e9fd27351ccdeea6fbcd89622",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-07-13T09:08:29.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "https://r2.ropensci.org/7a0ad40447bc8dd816037bae608a6ab1d52c9a2ad459d203f52051c620d22ff3",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29237659897"
    }
  ]
}