Files in jdblischak/workflowr
A Framework for Reproducible and Collaborative Data Science

.Rbuildignore
.codecov.yml
.github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/general.md .github/pull_request_template.md
.github/workflows/build.yaml
.github/workflows/coverage.yaml
.github/workflows/docs.yaml
.gitignore
CODE_OF_CONDUCT.md CONTRIBUTING.md
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/assertions.R R/git.R R/git2r.R R/infrastructure.R R/report.R R/utility.R R/wflow_build.R R/wflow_git_commit.R R/wflow_git_config.R R/wflow_git_pull.R R/wflow_git_push.R R/wflow_git_remote.R R/wflow_html.R R/wflow_open.R R/wflow_options.R R/wflow_paths.R R/wflow_publish.R R/wflow_publish_addin.R R/wflow_quickstart.R R/wflow_remove.R R/wflow_rename.R R/wflow_rename_proj.R R/wflow_run.R R/wflow_site.R R/wflow_start.R R/wflow_start_rstudio.R R/wflow_status.R R/wflow_toc.R R/wflow_use_github.R R/wflow_use_gitlab.R R/wflow_view.R R/zzz.R README.md
_pkgdown.yaml
cran-comments.md
inst/CITATION
inst/WORDLIST
inst/rstudio/addins.dcf
inst/rstudio/templates/project/reproducible.png
inst/rstudio/templates/project/wflow_start.dcf
man/create_figure_path.Rd man/extract_commit.Rd man/is_fig_path_ext.Rd man/wflow_build.Rd man/wflow_git_commit.Rd man/wflow_git_config.Rd man/wflow_git_pull.Rd man/wflow_git_push.Rd man/wflow_git_remote.Rd man/wflow_html.Rd man/wflow_open.Rd man/wflow_post_knit.Rd man/wflow_pre_knit.Rd man/wflow_pre_processor.Rd man/wflow_publish.Rd man/wflow_quickstart.Rd man/wflow_remove.Rd man/wflow_rename.Rd man/wflow_rename_proj.Rd man/wflow_run.Rd man/wflow_site.Rd man/wflow_start.Rd man/wflow_status.Rd man/wflow_toc.Rd man/wflow_use_github.Rd man/wflow_use_gitlab.Rd man/wflow_view.Rd man/workflowr-package.Rd
scripts/build.sh
scripts/bump-version.R
scripts/ci/install-dependencies.sh
scripts/contribute.R scripts/document.R scripts/gather-dependencies.R
scripts/sed.sh
tests/system-info.R tests/testthat.R tests/testthat/files/example.Rmd tests/testthat/files/test-wflow_build/error.Rmd tests/testthat/files/test-wflow_build/figure-v01.Rmd tests/testthat/files/test-wflow_build/figure-v02.Rmd tests/testthat/files/test-wflow_build/global-variable.Rmd tests/testthat/files/test-wflow_build/local.Rmd tests/testthat/files/test-wflow_build/seed.Rmd tests/testthat/files/test-wflow_build/warning.Rmd tests/testthat/files/test-wflow_html/bib-add.Rmd tests/testthat/files/test-wflow_html/bib-dont-add-1.Rmd tests/testthat/files/test-wflow_html/bib-dont-add-2.Rmd tests/testthat/files/test-wflow_html/cache-all-chunks.Rmd tests/testthat/files/test-wflow_html/cache-one-chunk.Rmd tests/testthat/files/test-wflow_html/collapse.Rmd tests/testthat/files/test-wflow_html/dependson-cache-global.Rmd tests/testthat/files/test-wflow_html/dependson-cache-local.Rmd tests/testthat/files/test-wflow_html/dependson-cache-none.Rmd tests/testthat/files/test-wflow_html/fig-path-all-chunks.Rmd tests/testthat/files/test-wflow_html/fig-path-one-chunk.Rmd tests/testthat/files/test-wflow_html/indent.Rmd tests/testthat/files/test-wflow_html/keep_md.Rmd tests/testthat/files/test-wflow_html/knit_root_dir.Rmd tests/testthat/files/test-wflow_html/opts_chunk.Rmd tests/testthat/files/test-wflow_html/python-figure.Rmd tests/testthat/files/test-wflow_html/sessioninfo-spacing.Rmd
tests/testthat/files/test-wflow_html/test.bib
tests/testthat/files/test-wflow_quickstart/dir/test.txt
tests/testthat/files/test-wflow_quickstart/quickstart.Rmd tests/testthat/helpers.R tests/testthat/setup.R tests/testthat/test-assertions.R tests/testthat/test-build_rmd.R tests/testthat/test-build_rmd_external.R tests/testthat/test-callr.R tests/testthat/test-fig_path_ext.R tests/testthat/test-git.R tests/testthat/test-git2r-merge.R tests/testthat/test-git2r.R tests/testthat/test-glob.R tests/testthat/test-integrations.R tests/testthat/test-knitr.R tests/testthat/test-obtain_existing_path.R tests/testthat/test-pkg-options.R tests/testthat/test-report.R tests/testthat/test-subdirectories.R tests/testthat/test-suppress_report.R tests/testthat/test-utility.R tests/testthat/test-vig-getting-started.R tests/testthat/test-vig-gitlab.R tests/testthat/test-wflow_build.R tests/testthat/test-wflow_git_commit.R tests/testthat/test-wflow_git_config.R tests/testthat/test-wflow_git_push_pull.R tests/testthat/test-wflow_git_remote.R tests/testthat/test-wflow_html.R tests/testthat/test-wflow_open.R tests/testthat/test-wflow_options.R tests/testthat/test-wflow_publish.R tests/testthat/test-wflow_quickstart.R tests/testthat/test-wflow_remove.R tests/testthat/test-wflow_rename.R tests/testthat/test-wflow_rename_proj-external.R tests/testthat/test-wflow_rename_proj.R tests/testthat/test-wflow_run.R tests/testthat/test-wflow_site.R tests/testthat/test-wflow_start.R tests/testthat/test-wflow_start_rstudio.R tests/testthat/test-wflow_status.R tests/testthat/test-wflow_toc.R tests/testthat/test-wflow_use_github.R tests/testthat/test-wflow_use_gitlab.R tests/testthat/test-wflow_view.R tests/testthat/test-windows.R
vignettes/img/github-new-repo.png
vignettes/img/github-pages-settings.png
vignettes/img/rstudio-create-project.png
vignettes/img/rstudio-project-type.png
vignettes/img/rstudio-workflowr-template.png
vignettes/img/status.png
vignettes/img/workflowr-past-versions-1.png
vignettes/img/workflowr-past-versions-2.png
vignettes/img/workflowr-report-checks.png
vignettes/wflow-01-getting-started.Rmd vignettes/wflow-02-customization.Rmd vignettes/wflow-03-migrating.Rmd vignettes/wflow-04-how-it-works.Rmd vignettes/wflow-05-faq.Rmd vignettes/wflow-06-gitlab.Rmd vignettes/wflow-07-common-code.Rmd vignettes/wflow-08-deploy.Rmd vignettes/wflow-09-workshop.Rmd vignettes/wflow-10-data.Rmd
workflowr.Rproj
jdblischak/workflowr documentation built on Feb. 27, 2024, 4:37 p.m.