{
  "_id": "6a1017a1acfb0bcc41c85002",
  "Package": "parabar",
  "Title": "Progress Bar for Parallel Tasks",
  "Version": "1.4.2",
  "Authors@R": "person(given = \"Mihai\",\nfamily = \"Constantin\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mihai@mihaiconstantin.com\",\ncomment = c(ORCID = \"0000-0002-6460-0107\"))",
  "Description": "A simple interface in the form of R6 classes for executing\ntasks in parallel, tracking their progress, and displaying\naccurate progress bars.",
  "License": "MIT + file LICENSE",
  "URL": "https://parabar.mihaiconstantin.com",
  "BugReports": "https://github.com/mihaiconstantin/parabar/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE, r6 = TRUE)",
  "RoxygenNote": "7.3.1",
  "Collate": "'TaskState.R' 'Options.R' 'Helper.R' 'Exception.R'\n'Specification.R' 'BackendService.R' 'Backend.R'\n'AsyncBackend.R' 'SyncBackend.R' 'BackendFactory.R' 'Bar.R'\n'ModernBar.R' 'BasicBar.R' 'BarFactory.R' 'Context.R'\n'ProgressTrackingContext.R' 'ContextFactory.R' 'SessionState.R'\n'Warning.R' 'UserApiConsumer.R' 'exports.R' 'logo.R'\n'parabar-package.R'",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://mihaiconstantin.r-universe.dev",
  "Date/Publication": "2024-12-16 23:07:38 UTC",
  "RemoteUrl": "https://github.com/mihaiconstantin/parabar",
  "RemoteRef": "HEAD",
  "RemoteSha": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 06:21:06 UTC",
    "User": "root"
  },
  "Author": "Mihai Constantin [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-6460-0107>)",
  "Maintainer": "Mihai Constantin <mihai@mihaiconstantin.com>",
  "MD5sum": "16bbf871887bd3769486b5d4d78b2efd",
  "_user": "mihaiconstantin",
  "_type": "src",
  "_file": "parabar_1.4.2.tar.gz",
  "_fileid": "c2b63a176acda0238a774239ab75b10b359f1c9ee4521d84bf53abb1c3fb9dd2",
  "_filesize": 1635265,
  "_sha256": "c2b63a176acda0238a774239ab75b10b359f1c9ee4521d84bf53abb1c3fb9dd2",
  "_created": "2026-05-14T06:21:06.000Z",
  "_published": "2026-05-22T08:45:21.960Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77346193260,
      "time": 186,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988501024"
    },
    {
      "job": 77346192989,
      "time": 181,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988501518"
    },
    {
      "job": 77346193416,
      "time": 264,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988513488"
    },
    {
      "job": 77346193275,
      "time": 261,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010781197"
    },
    {
      "job": 77346192661,
      "time": 229,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988461063"
    },
    {
      "job": 77346192722,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156452229"
    },
    {
      "job": 77346193193,
      "time": 205,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988505426"
    },
    {
      "job": 77346193256,
      "time": 216,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988507230"
    },
    {
      "job": 77346193460,
      "time": 192,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988502297"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mihaiconstantin/parabar",
  "_commit": {
    "id": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
    "author": "Mihai Constantin <mihai@mihaiconstantin.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #85 from mihaiconstantin/fix/vignette\n\nAdd missing URL in `foreach` vignette",
    "time": 1734390458
  },
  "_maintainer": {
    "name": "Mihai Constantin",
    "email": "mihai@mihaiconstantin.com",
    "login": "mihaiconstantin",
    "uuid": 20051042,
    "orcid": "0000-0002-6460-0107"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Imports"
    },
    {
      "package": "filelock",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mihaiconstantin",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "parallel-computing",
    "progress-bar"
  ],
  "_stars": 22,
  "_contributors": [
    {
      "user": "mihaiconstantin",
      "count": 640,
      "uuid": 20051042
    }
  ],
  "_userbio": {
    "uuid": 20051042,
    "type": "user",
    "name": "Mihai Constantin",
    "description": "Research on data things. Passionate about R and statistical computing. Working on sample size planning for social sciences. Enjoying software design & squash."
  },
  "_downloads": {
    "count": 3540,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parabar"
  },
  "_devurl": "https://github.com/mihaiconstantin/parabar",
  "_pkgdown": "https://parabar.mihaiconstantin.com",
  "_searchresults": 25,
  "_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/parabar.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mihaiconstantin/parabar",
  "_realowner": "mihaiconstantin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.10.1",
      "date": "2023-02-28"
    },
    {
      "version": "1.0.3",
      "date": "2023-04-24"
    },
    {
      "version": "1.1.0",
      "date": "2023-05-07"
    },
    {
      "version": "1.1.1",
      "date": "2024-02-05"
    },
    {
      "version": "1.2.1",
      "date": "2024-10-17"
    },
    {
      "version": "1.3.0",
      "date": "2024-12-10"
    },
    {
      "version": "1.4.2",
      "date": "2024-12-17"
    }
  ],
  "_exports": [
    "AsyncBackend",
    "Backend",
    "BackendFactory",
    "BackendService",
    "Bar",
    "BarFactory",
    "BasicBar",
    "clear",
    "configure_bar",
    "Context",
    "ContextFactory",
    "evaluate",
    "Exception",
    "export",
    "get_option",
    "Helper",
    "LOGO",
    "make_logo",
    "ModernBar",
    "Options",
    "par_apply",
    "par_lapply",
    "par_sapply",
    "peek",
    "ProgressTrackingContext",
    "SessionState",
    "set_default_options",
    "set_option",
    "Specification",
    "start_backend",
    "stop_backend",
    "SyncBackend",
    "TaskState",
    "UserApiConsumer",
    "Warning"
  ],
  "_help": [
    {
      "page": "AsyncBackend",
      "title": "AsyncBackend",
      "topics": [
        "AsyncBackend"
      ]
    },
    {
      "page": "Backend",
      "title": "Backend",
      "topics": [
        "Backend"
      ]
    },
    {
      "page": "BackendFactory",
      "title": "BackendFactory",
      "topics": [
        "BackendFactory"
      ]
    },
    {
      "page": "BackendService",
      "title": "BackendService",
      "topics": [
        "BackendService"
      ]
    },
    {
      "page": "Bar",
      "title": "Bar",
      "topics": [
        "Bar"
      ]
    },
    {
      "page": "BarFactory",
      "title": "BackendFactory",
      "topics": [
        "BarFactory"
      ]
    },
    {
      "page": "BasicBar",
      "title": "BasicBar",
      "topics": [
        "BasicBar"
      ]
    },
    {
      "page": "clear",
      "title": "Clear a Backend",
      "topics": [
        "clear"
      ]
    },
    {
      "page": "configure_bar",
      "title": "Configure The Progress Bar",
      "topics": [
        "configure_bar"
      ]
    },
    {
      "page": "Context",
      "title": "Context",
      "topics": [
        "Context"
      ]
    },
    {
      "page": "ContextFactory",
      "title": "ContextFactory",
      "topics": [
        "ContextFactory"
      ]
    },
    {
      "page": "evaluate",
      "title": "Evaluate An Expression On The Backend",
      "topics": [
        "evaluate"
      ]
    },
    {
      "page": "Exception",
      "title": "Package Exceptions",
      "topics": [
        "Exception"
      ]
    },
    {
      "page": "export",
      "title": "Export Objects To a Backend",
      "topics": [
        "export"
      ]
    },
    {
      "page": "option",
      "title": "Get or Set Package Option",
      "topics": [
        "get_option",
        "set_default_options",
        "set_option"
      ]
    },
    {
      "page": "Helper",
      "title": "Package Helpers",
      "topics": [
        "Helper"
      ]
    },
    {
      "page": "LOGO",
      "title": "The Package Logo",
      "topics": [
        "LOGO"
      ]
    },
    {
      "page": "make_logo",
      "title": "Generate Package Logo",
      "topics": [
        "make_logo"
      ]
    },
    {
      "page": "ModernBar",
      "title": "ModernBar",
      "topics": [
        "ModernBar"
      ]
    },
    {
      "page": "Options",
      "title": "Class for Package Options",
      "topics": [
        "Options"
      ]
    },
    {
      "page": "par_apply",
      "title": "Run a Task in Parallel",
      "topics": [
        "par_apply"
      ]
    },
    {
      "page": "par_lapply",
      "title": "Run a Task in Parallel",
      "topics": [
        "par_lapply"
      ]
    },
    {
      "page": "par_sapply",
      "title": "Run a Task in Parallel",
      "topics": [
        "par_sapply"
      ]
    },
    {
      "page": "peek",
      "title": "Inspect a Backend",
      "topics": [
        "peek"
      ]
    },
    {
      "page": "ProgressTrackingContext",
      "title": "ProgressTrackingContext",
      "topics": [
        "ProgressTrackingContext"
      ]
    },
    {
      "page": "SessionState",
      "title": "SessionState",
      "topics": [
        "SessionState"
      ]
    },
    {
      "page": "Specification",
      "title": "Specification",
      "topics": [
        "Specification"
      ]
    },
    {
      "page": "start_backend",
      "title": "Start a Backend",
      "topics": [
        "start_backend"
      ]
    },
    {
      "page": "stop_backend",
      "title": "Stop a Backend",
      "topics": [
        "stop_backend"
      ]
    },
    {
      "page": "SyncBackend",
      "title": "SyncBackend",
      "topics": [
        "SyncBackend"
      ]
    },
    {
      "page": "TaskState",
      "title": "TaskState",
      "topics": [
        "TaskState"
      ]
    },
    {
      "page": "UserApiConsumer",
      "title": "UserApiConsumer",
      "topics": [
        "UserApiConsumer"
      ]
    },
    {
      "page": "Warning",
      "title": "Package Warnings",
      "topics": [
        "Warning"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mihaiconstantin/parabar/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mihaiconstantin/parabar/raw/HEAD/README.md",
  "_rundeps": [
    "callr",
    "cli",
    "crayon",
    "filelock",
    "glue",
    "hms",
    "lifecycle",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "R6",
    "rlang",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "comparison.Rmd",
      "filename": "comparison.html",
      "title": "Comparison with other approaches",
      "author": "Mihai Constantin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Progress tracking with parabar",
        "Backends",
        "Contexts",
        "Progress tracking functionality",
        "Progress tracking with pbapply",
        "Overhead",
        "The task function",
        "Baseline execution time",
        "parabar execution time",
        "pbapply execution time",
        "Summary",
        "Conclusion"
      ],
      "created": "2023-03-24 02:05:44",
      "modified": "2024-12-03 15:49:30",
      "commits": 5
    },
    {
      "source": "foreach.Rmd",
      "filename": "foreach.html",
      "title": "Using parabar with foreach",
      "author": "Mihai Constantin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Overview",
        "Running In Parallel",
        "Using doParabar",
        "Conclusion"
      ],
      "created": "2024-12-16 19:27:11",
      "modified": "2024-12-16 23:07:38",
      "commits": 4
    }
  ],
  "_score": 7.669577193231637,
  "_indexed": true,
  "_nocasepkg": "parabar",
  "_universes": [
    "mihaiconstantin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.2",
      "date": "2026-05-14T06:23:11.000Z",
      "distro": "noble",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "a1f170dd365329a2a5761984d0dccc0ae7d3ad0ab1f664c468d222f9512eeee6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.2",
      "date": "2026-05-14T06:23:17.000Z",
      "distro": "noble",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "1a4ad664d33142e5fde8f40ee85af98f51f78ff3ecdd2dc5d30438d8536fb7a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.2",
      "date": "2026-05-14T06:23:17.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "2bebdd698814022d28a4777063affb6142bbeb99d75e3f59ac12b14b690785ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.2",
      "date": "2026-05-15T05:34:13.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "7462d0cf22aaff88cf365c70585d4782b21d1f033d0b27671d4769ea9fdfbeeb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.2",
      "date": "2026-05-14T06:22:44.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "b2eb59720da4c109c203f67ad28cff1472f6413cda42d154e05a4d2572b263aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.2",
      "date": "2026-05-14T06:22:36.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "32e2320bafcd897f6df3aaa4ec6878cb59978caf909da32a89379089afb7f67b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.2",
      "date": "2026-05-14T06:22:27.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "435e81f2794f08da08faab1a3d01b9022a9f006e9a54e5f746003a6f03f19190",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.2",
      "date": "2026-05-22T08:44:56.000Z",
      "commit": "5f96dc5d79e467871079d1f73c27093c2462cc4a",
      "fileid": "fd01a52737b110e637e89fe451ace8407cf04208760e36361d47792e1df4d852",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mihaiconstantin/actions/runs/25845181926"
    }
  ]
}