{
  "_id": "6a4b8a54a6574ff277f9c459",
  "Package": "progressify",
  "Version": "0.2.0-9005",
  "Title": "Progress Reporting of Common Functions via One Magic Function",
  "Description": "The progressify() function rewrites (transpiles) calls to\nsequential and parallel map-reduce functions such as\nbase::lapply(), purrr::map(), foreach::foreach(), and\nplyr::llply() to signal progress updates. By combining this\nfunction with R's native pipe operator, you have a\nstraightforward way to report progress on iterative\ncomputations with minimal refactoring, e.g. 'lapply(x, fcn) |>\nprogressify()' and 'purrr::map(x, fcn) |> progressify()'. It is\ncompatible with the parallel-processing map-reduce packages\n'future.apply', 'furrr', 'crossmap', 'foreach', 'doFuture', and\n'futurize'. It also supports domain-specific packages including\n'boot', 'fwb', 'lme4', 'partykit', 'sandwich', and 'SimDesign',\ne.g. 'boot::boot(data, stat, R) |> progressify()'.",
  "Authors@R": "c(\nperson(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\nemail = \"henrikb@braju.com\",\ncomment = c(ORCID = \"0000-0002-7579-5165\")))",
  "License": "Apache License (>= 2)",
  "URL": "https://progressify.futureverse.org,\nhttps://github.com/futureverse/progressify",
  "BugReports": "https://github.com/futureverse/progressify/issues",
  "VignetteBuilder": "progressify",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://futureverse.r-universe.dev",
  "Date/Publication": "2026-07-06 09:20:53 UTC",
  "RemoteUrl": "https://github.com/futureverse/progressify",
  "RemoteRef": "develop",
  "RemoteSha": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-06 10:54:11 UTC",
    "User": "root"
  },
  "Author": "Henrik Bengtsson [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-7579-5165>)",
  "Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
  "_user": "futureverse",
  "_type": "src",
  "_file": "progressify_0.2.0-9005.tar.gz",
  "_fileid": "https://r2.ropensci.org/c6585c66995c349dabff3e4535b98c579043ca6da1e8b7fe3fa2fc68e9d10857",
  "_filesize": 206624,
  "_sha256": "c6585c66995c349dabff3e4535b98c579043ca6da1e8b7fe3fa2fc68e9d10857",
  "_expires": "2026-10-14T10:58:26.000Z",
  "_created": "2026-07-06T10:54:11.000Z",
  "_published": "2026-07-06T10:58:28.077Z",
  "_jobs": [
    {
      "job": 85354049873,
      "time": 218,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8106948813"
    },
    {
      "job": 85354049888,
      "time": 192,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8106939851"
    },
    {
      "job": 85354049915,
      "time": 128,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8106917294"
    },
    {
      "job": 85354049914,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8106912617"
    },
    {
      "job": 85353419644,
      "time": 210,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8106868237"
    },
    {
      "job": 85354049856,
      "time": 146,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8106924277"
    },
    {
      "job": 85354049903,
      "time": 196,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8106940860"
    },
    {
      "job": 85354049921,
      "time": 150,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8106925434"
    },
    {
      "job": 85354049930,
      "time": 148,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8106924843"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154",
  "_status": "success",
  "_upstream": "https://github.com/futureverse/progressify",
  "_commit": {
    "id": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
    "author": "Henrik Bengtsson <henrik.bengtsson@gmail.com>",
    "committer": "Henrik Bengtsson <henrik.bengtsson@gmail.com>",
    "message": "BUG FIX: Fix support for tapply() and future_tapply()\n",
    "time": 1783329653
  },
  "_maintainer": {
    "name": "Henrik Bengtsson",
    "email": "henrikb@braju.com",
    "login": "henrikbengtsson",
    "mastodon": "@henrikbengtsson@mastodon.social",
    "bluesky": "@henrikbengtsson.bsky.social",
    "orcid": "0000-0002-7579-5165",
    "twitter": "@henrikbengtsson",
    "description": "Assoc Professor. R Foundation. R Consortium. Many R packages, e.g. future & matrixStats.",
    "uuid": 1616850
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "progressr",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "base64enc",
      "role": "Suggests"
    },
    {
      "package": "boot",
      "role": "Suggests"
    },
    {
      "package": "commonmark",
      "role": "Suggests"
    },
    {
      "package": "crossmap",
      "role": "Suggests"
    },
    {
      "package": "doFuture",
      "role": "Suggests"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "furrr",
      "role": "Suggests"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    },
    {
      "package": "fwb",
      "role": "Suggests"
    },
    {
      "package": "futurize",
      "role": "Suggests"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "partykit",
      "role": "Suggests"
    },
    {
      "package": "plyr",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "sandwich",
      "role": "Suggests"
    },
    {
      "package": "SimDesign",
      "role": "Suggests"
    },
    {
      "package": "tools",
      "role": "Suggests"
    }
  ],
  "_owner": "futureverse",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-13",
      "n": 20
    },
    {
      "week": "2026-14",
      "n": 24
    },
    {
      "week": "2026-15",
      "n": 8
    },
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 3
    },
    {
      "week": "2026-21",
      "n": 7
    },
    {
      "week": "2026-22",
      "n": 11
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 3
    },
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-04-07"
    },
    {
      "name": "0.2.0",
      "date": "2026-05-31"
    }
  ],
  "_topics": [
    "futureverse",
    "progress",
    "transpiler"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "henrikbengtsson",
      "count": 98,
      "uuid": 1616850
    }
  ],
  "_userbio": {
    "uuid": 80733720,
    "type": "organization",
    "name": "Futureverse",
    "followers": 53,
    "description": "A Unifying Parallelization Framework in R for Everyone"
  },
  "_downloads": {
    "count": 468,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/progressify"
  },
  "_devurl": "https://github.com/futureverse/progressify",
  "_pkgdown": "https://progressify.futureverse.org",
  "_searchresults": 47,
  "_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/progressify.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/futureverse/progressify",
  "_realowner": "futureverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-07"
    },
    {
      "version": "0.2.0",
      "date": "2026-05-31"
    }
  ],
  "_exports": [
    "progressify",
    "progressify_supported_functions",
    "progressify_supported_packages",
    "pz"
  ],
  "_help": [
    {
      "page": "progressify",
      "title": "Evaluate a regular map-reduce call with progress updates",
      "topics": [
        "progressify",
        "pz"
      ]
    },
    {
      "page": "progressify_supported_packages",
      "title": "List packages and functions supporting progressification",
      "topics": [
        "progressify_supported_functions",
        "progressify_supported_packages"
      ]
    }
  ],
  "_readme": "https://github.com/futureverse/progressify/raw/develop/README.md",
  "_rundeps": [
    "digest",
    "progressr"
  ],
  "_vignettes": [
    {
      "source": "progressify-81-boot.md",
      "filename": "progressify-81-boot.html",
      "title": "Progress updates for 'boot' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-05-23 22:27:26",
      "modified": "2026-05-23 22:27:26",
      "commits": 1
    },
    {
      "source": "progressify-23-crossmap.md",
      "filename": "progressify-23-crossmap.html",
      "title": "Progress updates for 'crossmap' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-30 01:31:14",
      "modified": "2026-04-07 21:37:16",
      "commits": 5
    },
    {
      "source": "progressify-41-foreach.md",
      "filename": "progressify-41-foreach.html",
      "title": "Progress updates for 'foreach' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "With doFuture",
        "Supported Functions"
      ],
      "created": "2026-03-30 02:55:49",
      "modified": "2026-03-30 02:55:49",
      "commits": 1
    },
    {
      "source": "progressify-22-furrr.md",
      "filename": "progressify-22-furrr.html",
      "title": "Progress updates for 'furrr' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-28 22:38:13",
      "modified": "2026-04-07 21:37:16",
      "commits": 5
    },
    {
      "source": "progressify-12-future.apply.md",
      "filename": "progressify-12-future.apply.html",
      "title": "Progress updates for 'future.apply' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-28 22:38:13",
      "modified": "2026-04-01 04:40:09",
      "commits": 4
    },
    {
      "source": "progressify-81-fwb.md",
      "filename": "progressify-81-fwb.html",
      "title": "Progress updates for 'fwb' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-05-24 06:34:24",
      "modified": "2026-05-24 17:11:38",
      "commits": 2
    },
    {
      "source": "progressify-81-lme4.md",
      "filename": "progressify-81-lme4.html",
      "title": "Progress updates for 'lme4' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-05-24 17:23:55",
      "modified": "2026-05-24 17:23:55",
      "commits": 1
    },
    {
      "source": "progressify-81-partykit.md",
      "filename": "progressify-81-partykit.html",
      "title": "Progress updates for 'partykit' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-30 02:55:49",
      "modified": "2026-04-01 04:40:09",
      "commits": 3
    },
    {
      "source": "progressify-51-plyr.md",
      "filename": "progressify-51-plyr.html",
      "title": "Progress updates for 'plyr' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-30 02:55:49",
      "modified": "2026-04-01 04:40:09",
      "commits": 3
    },
    {
      "source": "progressify-21-purrr.md",
      "filename": "progressify-21-purrr.html",
      "title": "Progress updates for 'purrr' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-28 22:38:13",
      "modified": "2026-04-07 21:37:16",
      "commits": 4
    },
    {
      "source": "progressify-81-sandwich.md",
      "filename": "progressify-81-sandwich.html",
      "title": "Progress updates for 'sandwich' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-05-23 22:24:25",
      "modified": "2026-05-23 22:24:25",
      "commits": 1
    },
    {
      "source": "progressify-81-SimDesign.md",
      "filename": "progressify-81-SimDesign.html",
      "title": "Progress updates for 'SimDesign' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-05-25 00:16:36",
      "modified": "2026-05-25 00:16:36",
      "commits": 1
    },
    {
      "source": "progressify-11-stats.md",
      "filename": "progressify-11-stats.html",
      "title": "Progress updates for 'stats' functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions"
      ],
      "created": "2026-03-30 02:55:49",
      "modified": "2026-04-01 04:40:09",
      "commits": 3
    },
    {
      "source": "progressify-11-base.md",
      "filename": "progressify-11-base.html",
      "title": "Progress updates for base-R apply functions",
      "engine": "progressify::selfonly",
      "headings": [
        "TL;DR",
        "Introduction",
        "Supported Functions",
        "Combining with futurize",
        "Known issues"
      ],
      "created": "2026-03-30 02:55:49",
      "modified": "2026-07-06 09:20:53",
      "commits": 3
    }
  ],
  "_score": 7.1082605049764735,
  "_indexed": true,
  "_nocasepkg": "progressify",
  "_universes": [
    "futureverse",
    "henrikbengtsson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:56:54.000Z",
      "distro": "resolute",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/8a29d04b3e9106be2e7132057afe3403d7e7b94a534b18a15c169eba2aa24785",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:56:23.000Z",
      "distro": "resolute",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/a9b9a57f011a7420684450bb8d0e06511e75e32c576ce6b8d138ba13448e8f53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:55:46.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/baaf940da31cd8139c4979bca7283c681e37e3d9bc8807bd36da49f440b6ba7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:55:32.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/1868b0f0f720eea4a1387f57e3b47e8dc2064009a896dd1836d8f8e5c6ad7297",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:56:51.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/2e35759726c38b35b93ecda281d3c3fedc739550e29cc55686780bcfda7c8318",
      "status": "success",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:55:43.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/589ff4756e32f9eb6760553011f68ff2d6e28b1c8eccd30e80e785e92dfd01df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:55:22.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/096a1dfb62e810c3ea88830754e07466467f6f70a33ab742b60749e6983348d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0-9005",
      "date": "2026-07-06T10:55:56.000Z",
      "commit": "cb08d6657451a48d65a4a6b28bbee894b9fc5bcd",
      "fileid": "https://r2.ropensci.org/10cb38d7e337223ef3cdb631b6389407cfd21dce12e9b06a9963490914838baa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/futureverse/actions/runs/28786181154"
    }
  ]
}