Package: workflowr
Type: Package
Title: A Framework for Reproducible and Collaborative Data Science
Version: 1.7.2
Authors@R: c(
    person("John", "Blischak", role = c("aut", "cre"),
           email = "jdblischak@gmail.com",
           comment = c(ORCID = "0000-0003-2634-9879")),
    person("Peter", "Carbonetto", role = c("aut"),
           comment = c(ORCID = "0000-0003-1144-6780")),
    person("Matthew", "Stephens", role = c("aut"),
           comment = c(ORCID = "0000-0001-5397-9257")),
    person("Luke", "Zappia", role = c("ctb"),
           comment = "Instructions for hosting with GitLab"),
    person("Pierre", "Formont", role = c("ctb"),
           comment = "Support for hosting with Shiny Server"),
    person("Tim", "Trice", role = c("ctb"),
           comment = "Instructions for sharing common code"),
    person("Jiaxiang", "Li", role = c("ctb"),
           comment = "Function wflow_toc() to create table of contents"),
    person("Michael J.", "Kane", role = c("ctb"),
           email = "michael.kane@yale.edu",
           comment = c(ORCID = "0000-0003-1899-6662",
                       "Option suppress_report")),
    person("Anh", "Tran", role = c("ctb"),
           comment = "Updated RStudio Project Template"),
    person("Sydney", "Purdue", role = c("ctb"),
           comment = "Improved wflow_start() error handling"),
    person("Giorgio", "Comai", role = c("ctb"),
           comment = "Added argument only_published to wflow_toc()"),
    person("Zaynaib", "Giwa", role = c("ctb"),
           comment = "Multiple enhancements"),
    person("Xiongbing", "Jin", role = c("ctb"),
           comment = "Fixed bug in versions table for figures"),
    person("Yihui", "Xie", role = c("ctb"),
           comment = c(ORCID = "0000-0003-0645-5666",
                       "Design advice; maintenance"))
    )
Description: Provides a workflow for your analysis projects by combining
  literate programming ('knitr' and 'rmarkdown') and version control
  ('Git', via 'git2r') to generate a website containing time-stamped,
  versioned, and documented results.
URL: https://workflowr.github.io/workflowr/,
        https://github.com/workflowr/workflowr
BugReports: https://github.com/workflowr/workflowr/issues
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Imports: callr (>= 3.7.0), fs (>= 1.2.7), getPass, git2r (>= 0.26.0),
        glue, httpuv (>= 1.2.2), httr, knitr (>= 1.29), rmarkdown (>=
        1.18), rprojroot (>= 1.2), rstudioapi (>= 0.6), stringr (>=
        1.3.0), tools, utils, whisker (>= 0.3-2), yaml
RoxygenNote: 7.3.2
Suggests: clipr (>= 0.7.0), miniUI (>= 0.1.1), reticulate (>= 1.15),
        sessioninfo, shiny (>= 0.14), testthat (>= 3.0.0), withr (>=
        2.0.0)
VignetteBuilder: knitr
SystemRequirements: pandoc (>= 1.14) - https://pandoc.org
Language: en-US
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: no
Packaged: 2025-08-18 23:36:33 UTC; john
Author: John Blischak [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2634-9879>),
  Peter Carbonetto [aut] (ORCID: <https://orcid.org/0000-0003-1144-6780>),
  Matthew Stephens [aut] (ORCID: <https://orcid.org/0000-0001-5397-9257>),
  Luke Zappia [ctb] (Instructions for hosting with GitLab),
  Pierre Formont [ctb] (Support for hosting with Shiny Server),
  Tim Trice [ctb] (Instructions for sharing common code),
  Jiaxiang Li [ctb] (Function wflow_toc() to create table of contents),
  Michael J. Kane [ctb] (ORCID: <https://orcid.org/0000-0003-1899-6662>,
    Option suppress_report),
  Anh Tran [ctb] (Updated RStudio Project Template),
  Sydney Purdue [ctb] (Improved wflow_start() error handling),
  Giorgio Comai [ctb] (Added argument only_published to wflow_toc()),
  Zaynaib Giwa [ctb] (Multiple enhancements),
  Xiongbing Jin [ctb] (Fixed bug in versions table for figures),
  Yihui Xie [ctb] (ORCID: <https://orcid.org/0000-0003-0645-5666>, Design
    advice; maintenance)
Maintainer: John Blischak <jdblischak@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-18 23:50:02 UTC
Built: R 4.5.1; ; 2025-08-19 23:54:54 UTC; unix
