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")),
            person("Hadley", "Wickham", role = "ctb", comment = "Author of included dplyr fragments"),
            person("Romain", "Francois", role = "ctb", comment = "Author of included dplyr fragments"),
            person("Lionel", "Henry", role = "ctb", comment = "Author of included dplyr fragments"),
            person("Kirill", "Müller", role = "ctb", comment = "Author of included dplyr fragments"),
            person("RStudio", role = "cph", comment = "Copyright holder of included dplyr fragments"))
Description: Provides a progress bar similar to 'dplyr' that can write progress out to a 
    variety of locations, including stdout(), stderr(), or from file(). Useful when using 'knitr' or 'rmarkdown',
    and you still want to see progress of calculations in the terminal.
BugReports: https://github.com/rmflight/knitrProgressBar/issues
URL: https://rmflight.github.io/knitrProgressBar/
License: MIT + file LICENSE
Encoding: UTF-8
Imports: R6, R.oo
Suggests: knitr, rmarkdown, purrr, testthat, covr, mockr, withr,
        parallel
VignetteBuilder: knitr
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-07-23 17:17:57 UTC; rmflight
Author: Robert M Flight [aut, cre],
  Hadley Wickham [ctb] (Author of included dplyr fragments),
  Romain Francois [ctb] (Author of included dplyr fragments),
  Lionel Henry [ctb] (Author of included dplyr fragments),
  Kirill Müller [ctb] (Author of included dplyr fragments),
  RStudio [cph] (Copyright holder of included dplyr fragments)
Maintainer: Robert M Flight <rflight79@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-23 18:00:01 UTC
