{
  "_id": "6a13f2c2acfb0bcc41d31d6d",
  "Package": "pbapply",
  "Type": "Package",
  "Title": "Adding Progress Bar to '*apply' Functions",
  "Version": "1.7-4",
  "Date": "2025-07-19",
  "Authors@R": "c(person(given = \"Peter\",\nfamily = \"Solymos\",\ncomment = c(ORCID = \"0000-0001-7337-1740\"),\nrole = c(\"aut\", \"cre\"),\nemail = \"psolymos@gmail.com\"),\nperson(given = \"Zygmunt\",\nfamily = \"Zawadzki\",\nrole = \"aut\",\nemail = \"zygmunt@zstat.pl\"),\nperson(given = \"Henrik\",\nfamily = \"Bengtsson\",\nrole = \"ctb\",\nemail = \"henrikb@braju.com\"),\nperson(\"R Core Team\", role = c(\"cph\", \"ctb\")))",
  "Maintainer": "Peter Solymos <psolymos@gmail.com>",
  "Description": "A lightweight package that adds progress bar to vectorized\nR functions ('*apply'). The implementation can easily be added\nto functions where showing the progress is useful (e.g.\nbootstrap). The type and style of the progress bar (with\npercentages or remaining time) can be set through options.\nSupports several parallel processing backends including mirai\nand future.",
  "License": "GPL (>=2)",
  "URL": "https://github.com/psolymos/pbapply,\nhttps://peter.solymos.org/pbapply/",
  "BugReports": "https://github.com/psolymos/pbapply/issues",
  "Repository": "https://psolymos.r-universe.dev",
  "Date/Publication": "2026-04-25 16:09:35 UTC",
  "RemoteUrl": "https://github.com/psolymos/pbapply",
  "RemoteRef": "HEAD",
  "RemoteSha": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 06:53:30 UTC",
    "User": "root"
  },
  "Author": "Peter Solymos [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7337-1740>),\nZygmunt Zawadzki [aut],\nHenrik Bengtsson [ctb],\nR Core Team [cph, ctb]",
  "MD5sum": "907741f63ba42d3538b0b5269dbb50a7",
  "_user": "psolymos",
  "_type": "src",
  "_file": "pbapply_1.7-4.tar.gz",
  "_fileid": "db06c906e31bf3be25f7f802f3015c7ac829af3ec2d1fc467a5dab51356b397e",
  "_filesize": 173726,
  "_sha256": "db06c906e31bf3be25f7f802f3015c7ac829af3ec2d1fc467a5dab51356b397e",
  "_created": "2026-05-25T06:53:30.000Z",
  "_published": "2026-05-25T06:57:06.342Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77669715910,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193222684"
    },
    {
      "job": 77669715919,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193224717"
    },
    {
      "job": 77669715917,
      "time": 138,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193224076"
    },
    {
      "job": 77669715902,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193230867"
    },
    {
      "job": 77669439944,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193191519"
    },
    {
      "job": 77669715897,
      "time": 77,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193208910"
    },
    {
      "job": 77669715922,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193214840"
    },
    {
      "job": 77669715906,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193218942"
    },
    {
      "job": 77669715935,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193214649"
    }
  ],
  "_buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/psolymos/pbapply",
  "_commit": {
    "id": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
    "author": "Peter Solymos <psolymos@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update navbar structure and GitHub link\n\nRemoved Twitter from the navbar and updated GitHub link.",
    "time": 1777133375
  },
  "_maintainer": {
    "name": "Peter Solymos",
    "email": "psolymos@gmail.com",
    "login": "psolymos",
    "linkedin": "in/peter-solymos",
    "twitter": "@psolymos",
    "description": "Tech-bio-nerd",
    "uuid": 831636,
    "orcid": "0000-0001-7337-1740"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "future",
      "role": "Suggests"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    }
  ],
  "_owner": "psolymos",
  "_selfowned": true,
  "_usedby": 722,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 2
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "progress-bar"
  ],
  "_stars": 163,
  "_contributors": [
    {
      "user": "psolymos",
      "count": 345,
      "uuid": 831636
    },
    {
      "user": "zzawadz",
      "count": 25,
      "uuid": 3474533
    },
    {
      "user": "olivroy",
      "count": 3,
      "uuid": 52606734
    },
    {
      "user": "xelibrion",
      "count": 1,
      "uuid": 175334
    },
    {
      "user": "philchalmers",
      "count": 1,
      "uuid": 1274464
    }
  ],
  "_userbio": {
    "uuid": 831636,
    "type": "user",
    "name": "Peter Solymos",
    "description": "Tech-bio-nerd"
  },
  "_downloads": {
    "count": 133023,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pbapply"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/psolymos/pbapply",
  "_pkgdown": "https://peter.solymos.org/pbapply/",
  "_searchresults": 4456,
  "_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/pbapply.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/psolymos/pbapply",
  "_realowner": "psolymos",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0-1",
      "date": "2010-09-03"
    },
    {
      "version": "1.0-2",
      "date": "2010-09-10"
    },
    {
      "version": "1.0-3",
      "date": "2011-02-09"
    },
    {
      "version": "1.0-4",
      "date": "2011-10-24"
    },
    {
      "version": "1.0-5",
      "date": "2012-07-07"
    },
    {
      "version": "1.1-0",
      "date": "2013-10-03"
    },
    {
      "version": "1.1-1",
      "date": "2014-05-16"
    },
    {
      "version": "1.1-2",
      "date": "2015-11-22"
    },
    {
      "version": "1.1-3",
      "date": "2015-11-24"
    },
    {
      "version": "1.2-0",
      "date": "2016-03-01"
    },
    {
      "version": "1.2-1",
      "date": "2016-04-19"
    },
    {
      "version": "1.2-2",
      "date": "2016-08-26"
    },
    {
      "version": "1.3-0",
      "date": "2016-09-26"
    },
    {
      "version": "1.3-1",
      "date": "2016-10-31"
    },
    {
      "version": "1.3-2",
      "date": "2017-03-01"
    },
    {
      "version": "1.3-3",
      "date": "2017-07-04"
    },
    {
      "version": "1.3-4",
      "date": "2018-01-10"
    },
    {
      "version": "1.4-0",
      "date": "2019-02-05"
    },
    {
      "version": "1.4-1",
      "date": "2019-07-15"
    },
    {
      "version": "1.4-2",
      "date": "2019-08-31"
    },
    {
      "version": "1.4-3",
      "date": "2020-08-18"
    },
    {
      "version": "1.5-0",
      "date": "2021-09-16"
    },
    {
      "version": "1.6-0",
      "date": "2022-11-16"
    },
    {
      "version": "1.7-0",
      "date": "2023-01-14"
    },
    {
      "version": "1.7-2",
      "date": "2023-06-27"
    },
    {
      "version": "1.7-4",
      "date": "2025-07-20"
    }
  ],
  "_exports": [
    ".pb_env",
    "closepb",
    "dopb",
    "doshiny",
    "getpb",
    "getTimeAsString",
    "getTimerProgressBar",
    "pb.mapply",
    "pbapply",
    "pbby",
    "pbeapply",
    "pblapply",
    "pbMap",
    "pbmapply",
    "pboptions",
    "pbreplicate",
    "pbsapply",
    "pbtapply",
    "pbtypes",
    "pbvapply",
    "pbwalk",
    "setpb",
    "setTimerProgressBar",
    "splitpb",
    "startpb",
    "timerProgressBar"
  ],
  "_help": [
    {
      "page": "pbapply",
      "title": "Adding Progress Bar to '*apply' Functions",
      "topics": [
        ".pb_env",
        "pb.mapply",
        "pbapply",
        "pbby",
        "pbeapply",
        "pblapply",
        "pbMap",
        "pbmapply",
        "pbreplicate",
        "pbsapply",
        "pbtapply",
        "pbvapply",
        "pbwalk"
      ]
    },
    {
      "page": "pboptions",
      "title": "Creating Progress Bar and Setting Options",
      "topics": [
        "closepb",
        "dopb",
        "doshiny",
        "getpb",
        "pboptions",
        "pbtypes",
        "setpb",
        "startpb"
      ]
    },
    {
      "page": "splitpb",
      "title": "Divide Tasks for Progress-bar Friendly Distribution in a Cluster",
      "topics": [
        "splitpb"
      ]
    },
    {
      "page": "timerProgressBar",
      "title": "Timer Progress Bar",
      "topics": [
        "getTimeAsString",
        "getTimerProgressBar",
        "setTimerProgressBar",
        "timerProgressBar"
      ]
    }
  ],
  "_readme": "https://github.com/psolymos/pbapply/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 14.700929218601477,
  "_indexed": true,
  "_nocasepkg": "pbapply",
  "_universes": [
    "psolymos"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:24.000Z",
      "distro": "noble",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "75c581b67db9c0a2d7b4f88635b466f52801347cc8997cdceaec6b151ff975b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:32.000Z",
      "distro": "noble",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "ea4b4e36abf66cce43440cf9f276748afcf628498c06b1ac21e4d15c6e357ef2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:00.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "e5521d1c71c1d6331d86f2c0d9bbc0d85457200bcf3bec5068f22dd058f13de0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:27.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "51b18bacede8d0e97d5064ebc130803da970ca7e1016dac6a33f8b1562b9b871",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:06.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "2c21583a47944e582cbe033239000934ac9f9cc5c722ada6e50814942ef7cc2a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.7-4",
      "date": "2026-05-25T06:54:46.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "1c817395bb3e362578d99f0fa8855d4537a271d1ff8d1255a00398c75427a78d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.7-4",
      "date": "2026-05-25T06:55:03.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "3419469322efcf1fa95bdeff1cfdcb7cc9886f1ae548c6d61c5bd9ea2c802d28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.7-4",
      "date": "2026-05-25T06:54:41.000Z",
      "commit": "72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce",
      "fileid": "89ae159f6e882ec538797ca2e3f23c3ced60025b3d0fba2b3c4c7b97e5d2d0c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/psolymos/actions/runs/26387547256"
    }
  ]
}