{
  "_id": "6a1035c2acfb0bcc41c99c28",
  "Package": "knitrProgressBar",
  "Type": "Package",
  "Title": "Provides Progress Bars in 'knitr'",
  "Version": "1.1.1",
  "Authors@R": "c(person(given = c(\"Robert\", \"M\"), family = \"Flight\", email = \"rflight79@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\", comment = \"Author of included dplyr fragments\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\", comment = \"Author of included dplyr fragments\"),\nperson(\"Lionel\", \"Henry\", role = \"ctb\", comment = \"Author of included dplyr fragments\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\", comment = \"Author of included dplyr fragments\"),\nperson(\"RStudio\", role = \"cph\", comment = \"Copyright holder of included dplyr fragments\"))",
  "Description": "Provides a progress bar similar to 'dplyr' that can write\nprogress out to a variety of locations, including stdout(),\nstderr(), or from file(). Useful when using 'knitr' or\n'rmarkdown', and you still want to see progress of calculations\nin the terminal.",
  "BugReports": "https://github.com/rmflight/knitrProgressBar/issues",
  "URL": "https://rmflight.github.io/knitrProgressBar/",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://rmflight.r-universe.dev",
  "Date/Publication": "2024-07-23 17:24:22 UTC",
  "RemoteUrl": "https://github.com/rmflight/knitrprogressbar",
  "RemoteRef": "HEAD",
  "RemoteSha": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 07:07:05 UTC",
    "User": "root"
  },
  "Author": "Robert M Flight [aut, cre],\nHadley Wickham [ctb] (Author of included dplyr fragments),\nRomain Francois [ctb] (Author of included dplyr fragments),\nLionel Henry [ctb] (Author of included dplyr fragments),\nKirill Müller [ctb] (Author of included dplyr fragments),\nRStudio [cph] (Copyright holder of included dplyr fragments)",
  "Maintainer": "Robert M Flight <rflight79@gmail.com>",
  "MD5sum": "0cafc33eeffe078b39b31198f602430d",
  "_user": "rmflight",
  "_type": "src",
  "_file": "knitrProgressBar_1.1.1.tar.gz",
  "_fileid": "6d945a7f90ec17e2eb117e9201bda80bb5bea359b02f157f444a058e43cee934",
  "_filesize": 104774,
  "_sha256": "6d945a7f90ec17e2eb117e9201bda80bb5bea359b02f157f444a058e43cee934",
  "_created": "2026-05-12T07:07:05.000Z",
  "_published": "2026-05-22T10:53:54.631Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77365444214,
      "time": 102,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937820400"
    },
    {
      "job": 77365444235,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937830655"
    },
    {
      "job": 77365444188,
      "time": 190,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937839148"
    },
    {
      "job": 77365444294,
      "time": 184,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937832630"
    },
    {
      "job": 77365444067,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937788082"
    },
    {
      "job": 77365443418,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158782523"
    },
    {
      "job": 77365444234,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937824665"
    },
    {
      "job": 77365444173,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937814683"
    },
    {
      "job": 77365444071,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937815093"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rmflight/knitrprogressbar",
  "_commit": {
    "id": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
    "author": "rmflight <r.flight79@gmail.com>",
    "committer": "rmflight <r.flight79@gmail.com>",
    "message": "updated more URLs\n",
    "time": 1721755462
  },
  "_maintainer": {
    "name": "Robert M Flight",
    "email": "rflight79@gmail.com",
    "login": "rflight79",
    "uuid": 1399493
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "R.oo",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "mockr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    }
  ],
  "_owner": "rmflight",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 12,
  "_contributors": [
    {
      "user": "rmflight",
      "count": 99,
      "uuid": 1509626
    }
  ],
  "_userbio": {
    "uuid": 1509626,
    "type": "user",
    "name": "Robert M Flight",
    "description": "Bioinformatics Analyst | R Programmer | Likes Pretty Plots"
  },
  "_downloads": {
    "count": 273,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/knitrProgressBar"
  },
  "_devurl": "https://github.com/rmflight/knitrprogressbar",
  "_pkgdown": "https://rmflight.github.io/knitrProgressBar/",
  "_searchresults": 32,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/knitrProgressBar.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rmflight/knitrprogressbar",
  "_realowner": "rmflight",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-02-09"
    },
    {
      "version": "1.1.0",
      "date": "2018-02-20"
    },
    {
      "version": "1.1.1",
      "date": "2024-07-23"
    }
  ],
  "_exports": [
    "make_kpb_output_decisions",
    "progress_estimated",
    "set_progress_mp",
    "update_progress",
    "watch_progress_mp"
  ],
  "_help": [
    {
      "page": "make_kpb_output_decisions",
      "title": "Progress Output Location",
      "topics": [
        "make_kpb_output_decisions"
      ]
    },
    {
      "page": "progress_estimated",
      "title": "Progress bar with estimated time.",
      "topics": [
        "progress_estimated"
      ]
    },
    {
      "page": "set_progress_mp",
      "title": "multi process progress indicator",
      "topics": [
        "set_progress_mp"
      ]
    },
    {
      "page": "update_progress",
      "title": "updating progress bars",
      "topics": [
        "update_progress"
      ]
    },
    {
      "page": "watch_progress_mp",
      "title": "watch progress from multi process",
      "topics": [
        "watch_progress_mp"
      ]
    }
  ],
  "_readme": "https://github.com/rmflight/knitrprogressbar/raw/HEAD/README.md",
  "_rundeps": [
    "R.methodsS3",
    "R.oo",
    "R6"
  ],
  "_vignettes": [
    {
      "source": "example_progress_bars.Rmd",
      "filename": "example_progress_bars.html",
      "title": "Example Progress Bar Output",
      "author": "Robert M Flight",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation",
        "Setup",
        "Choosing Output Locations",
        "Using make_kpb_output_decisions()",
        "Defaults",
        "Suppressing Output",
        "Log Files",
        "Setting Save Locations Directly",
        "No Progress Bar"
      ],
      "created": "2018-01-25 15:47:49",
      "modified": "2018-01-30 21:45:41",
      "commits": 9
    },
    {
      "source": "multiprocessing.Rmd",
      "filename": "multiprocessing.html",
      "title": "Progress for Multi-Processing",
      "author": "Robert M Flight",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Multi-Processing",
        "Setting Up",
        "Running"
      ],
      "created": "2018-02-20 03:21:48",
      "modified": "2018-02-20 03:21:48",
      "commits": 1
    }
  ],
  "_score": 6.362482474751175,
  "_indexed": true,
  "_nocasepkg": "knitrprogressbar",
  "_universes": [
    "rmflight",
    "rflight79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-05-12T07:08:47.000Z",
      "distro": "noble",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "8c1e7dfa46ebd93dd60b7b6718ddfafd021ae3e522f802f1cf99583cf399eab2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-05-12T07:09:21.000Z",
      "distro": "noble",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "6dcb907e5724dee0f8af646acf1682ed3bb06ae02905b05a614f5fb08a151f39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-05-12T07:09:50.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "93e4fd002729f2b9700b0a2fd6ba87c822ae176c0bfad5459053efc09cde4cbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-05-12T07:09:21.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "af60fa3fd5d88fa32e4dcdd01acd254195064a637d4a6e247550e647b32f85c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-12T07:08:56.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "b13352fef96396ee2f860e65142bd3e6f9feabf1b56af7baa8f35e2fbdddc3fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-12T07:08:24.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "b8409cbc9192dbbec81d58354002e09e6948ac36b73f47e005612b41a150bf0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-12T07:08:22.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "e6af12f243a399b35ba3fe3c036e2b148976e94c55c2664251f5f5ed7b9e433a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.1",
      "date": "2026-05-22T10:53:35.000Z",
      "commit": "34f0c2a830cd4c6b110c73778401863e90ee9d51",
      "fileid": "35ffd32f26a9df8f35068edee06f572bdec04d91590749429c6c70a26d934467",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rmflight/actions/runs/25719002931"
    }
  ]
}