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 Config/pak/sysreqs: cmake make libgit2-dev libicu-dev libssh2-1-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://workflowr.r-universe.dev Date/Publication: 2026-07-01 15:59:47 UTC RemoteUrl: https://github.com/workflowr/workflowr RemoteRef: HEAD RemoteSha: 0b4816e9f71840d29c978c3868c936d4c85522b3 NeedsCompilation: no Packaged: 2026-07-01 17:01:15 UTC; root Author: John Blischak [aut, cre] (ORCID: ), Peter Carbonetto [aut] (ORCID: ), Matthew Stephens [aut] (ORCID: ), 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: , 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: , Design advice; maintenance) Maintainer: John Blischak