{
  "_id": "6a102193acfb0bcc41c8c2c0",
  "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-05-14 05:37:09 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>",
  "MD5sum": "e9cf1198102fa90d0fa863b6f7f5d562",
  "_user": "rdinnager",
  "_type": "src",
  "_file": "trampoline_0.1.1.9000.tar.gz",
  "_fileid": "2335dce9e7019e64aa094f3412e1b97c4191c41082815e29e5bca16d0c58b1a8",
  "_filesize": 152429,
  "_sha256": "2335dce9e7019e64aa094f3412e1b97c4191c41082815e29e5bca16d0c58b1a8",
  "_created": "2026-05-14T05:37:09.000Z",
  "_published": "2026-05-22T09:27:47.938Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77352659399,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "6987928738"
    },
    {
      "job": 77352659795,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6987927656"
    },
    {
      "job": 77352659670,
      "time": 71,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "6987917286"
    },
    {
      "job": 77352659442,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6987920546"
    },
    {
      "job": 77352658847,
      "time": 153,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6987902357"
    },
    {
      "job": 77352659112,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157253319"
    },
    {
      "job": 77352659287,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "6987918074"
    },
    {
      "job": 77352659746,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "6987918154"
    },
    {
      "job": 77352659782,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6987925268"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 5945401
  },
  "_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"
  },
  "_downloads": {
    "count": 43,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/trampoline"
  },
  "_devurl": "https://github.com/rdinnager/trampoline",
  "_pkgdown": "https://rdinnager.github.io/trampoline/",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_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",
    "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-05-14T05:39:17.000Z",
      "distro": "noble",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "31bf0b190e10534b4eefd09194ff4f77cdb39249fdd90e64618f1b593b617317",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:39:15.000Z",
      "distro": "noble",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "70a24f98f2d3c54a21bcb0247889433bd3233654bbecd71dfed702a13436065a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:38:28.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "aa9e6500965580f9804c43209a1d5c931f11ea341d356c61462fa2510fc58f12",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:38:43.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "1153327cde4445553ade533e739d8d2a000c567942ea9fcb57951c08ac914ca5",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:38:24.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "127d0af0fc40e977facec64ce3ca4d5bb54b60784a88b13d2c680cc754c5dd73",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:38:24.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "a3e65eef342c0a5d134461de829cf003396364ff92d95b1fc476d5b2754cd943",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-14T05:39:00.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "32b161fb3913f967d1556dd51f2193071ecf657f7f9a9da04c1671c4a38d73d5",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.9000",
      "date": "2026-05-22T09:27:26.000Z",
      "commit": "b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46",
      "fileid": "fb6302d655706c33d5d9022e6af0a498118564db96745de984fade957d22ed12",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25843756162"
    }
  ]
}