{
  "_id": "6a154471acfb0bcc41d56d2f",
  "Package": "loopurrr",
  "Title": "Tranlate purrr iterator functions to regular for loops",
  "Version": "0.1.1",
  "Authors@R": "person(given = \"Tim\",\nfamily = \"Tiefenbach\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mailme@tim-tiefenbach.de\",\ncomment = c(ORCID = \"0000-0001-9443-2434\"))",
  "Description": "Makes learning, teaching and debugging iterator functions\nfrom the purrr package easy by translating them into regular\nfor loops.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/TimTeaFan/loopurrrr",
  "BugReports": "https://github.com/TimTeaFan/loopurrr/issues",
  "Config/testthat/edition": "3",
  "Repository": "https://timteafan.r-universe.dev",
  "Date/Publication": "2023-02-11 19:26:12 UTC",
  "RemoteUrl": "https://github.com/timteafan/loopurrr",
  "RemoteRef": "HEAD",
  "RemoteSha": "6eb7a789674477ba9a4d922142350c97e95dd417",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 06:55:13 UTC",
    "User": "root"
  },
  "Author": "Tim Tiefenbach [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9443-2434>)",
  "Maintainer": "Tim Tiefenbach <mailme@tim-tiefenbach.de>",
  "MD5sum": "63d02e9cbd0e64c0e14d8f9bff1a4e65",
  "_user": "timteafan",
  "_type": "src",
  "_file": "loopurrr_0.1.1.tar.gz",
  "_fileid": "8066cf3de24fc74d2346b5e600905d95a69ac0f6aa6a13ff9fd044c197a6ffd0",
  "_filesize": 258982,
  "_sha256": "8066cf3de24fc74d2346b5e600905d95a69ac0f6aa6a13ff9fd044c197a6ffd0",
  "_created": "2026-05-26T06:55:13.000Z",
  "_published": "2026-05-26T06:57:53.283Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77822763412,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7210713825"
    },
    {
      "job": 77822763406,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7210711990"
    },
    {
      "job": 77822763401,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7210702835"
    },
    {
      "job": 77822763384,
      "time": 82,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7210704482"
    },
    {
      "job": 77822324281,
      "time": 204,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210682468"
    },
    {
      "job": 77822763396,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210708072"
    },
    {
      "job": 77822763419,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7210702765"
    },
    {
      "job": 77822763418,
      "time": 129,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7210716233"
    },
    {
      "job": 77822763399,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7210701863"
    }
  ],
  "_buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/timteafan/loopurrr",
  "_commit": {
    "id": "6eb7a789674477ba9a4d922142350c97e95dd417",
    "author": "Tim Tiefenbach <44933030+TimTeaFan@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "infra: setup funding.yml",
    "time": 1676143572
  },
  "_maintainer": {
    "name": "Tim Tiefenbach",
    "email": "mailme@tim-tiefenbach.de",
    "orcid": "0000-0001-9443-2434"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2",
      "role": "Depends"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "clipr",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "timteafan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "functional-programming",
    "purrr"
  ],
  "_stars": 80,
  "_contributors": [
    {
      "user": "timteafan",
      "count": 154,
      "uuid": 44933030
    }
  ],
  "_userbio": {
    "uuid": 44933030,
    "type": "user",
    "name": "Tim Tiefenbach",
    "description": "I’m a Senior Data Scientist working in insurance with a focus on customer experience data."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/loopurrr"
  },
  "_devurl": "https://github.com/timteafan/loopurrr",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/loopurrr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "as_loop",
    "default_context",
    "get_output_opt",
    "get_supported_fns",
    "set_output_opt"
  ],
  "_help": [
    {
      "page": "as_loop",
      "title": "Translate purrr's iterator functions to regular for loops",
      "topics": [
        "as_loop"
      ]
    },
    {
      "page": "output_options",
      "title": "Get and set output loopurrr's options",
      "topics": [
        "default_context",
        "get_output_opt",
        "set_output_opt"
      ]
    },
    {
      "page": "get_supported_fns",
      "title": "Show a list of supported function names",
      "topics": [
        "get_supported_fns"
      ]
    }
  ],
  "_pkglogo": "https://github.com/timteafan/loopurrr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/timteafan/loopurrr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "loopurrr",
  "_universes": [
    "timteafan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-26T06:57:14.000Z",
      "distro": "noble",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "37ab292a2c73b30adf0cfe2ea9ee62b2e6f9e1adb45f6ccd92ad12a5ffafd999",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-26T06:57:08.000Z",
      "distro": "noble",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "c461f73225b85fdfd430aa5aacffd1494526be1aa19c076e945f119d51a0ddaf",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-26T06:56:37.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "4019076515fc7a689c2625c59dd522647f7e8193e6d59277853fd14a3344a0a2",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-26T06:56:42.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "bdd5936ac82a859eaaec67c07a03ae5e9ace41253fde082ca6abea5ceacacde1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-26T06:57:08.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "222c35b4e6d2eecc4f50c3279019eb10e8153264697a0ef2857d771fd0cb3c0f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-26T06:56:25.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "bc7f3b314b2f60d909b24dbfee7babd4cc21fbef57dc295f4fdbc8eb43c80756",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-26T06:57:22.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "135625963fdcf90b9c749bdd680f3c2c9b6c0dc076a0d0f9f94fe965d235d4bc",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-26T06:56:24.000Z",
      "commit": "6eb7a789674477ba9a4d922142350c97e95dd417",
      "fileid": "f52be407f6055eb0d088259e851002ec1603854048174b4e9b7cb7dea08b4ad3",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26437087954"
    }
  ]
}