Other packages > Find by keyword >

rworkflows  

Test, Document, Containerise, and Deploy R Packages
View on CRAN: Click here


Download and install rworkflows package within the R console
Install from CRAN:
install.packages("rworkflows")

Install from Github:
library("remotes")
install_github("cran/rworkflows")

Install by package version:
library("remotes")
install_version("rworkflows", "1.0.8")



Attach the package and use:
library("rworkflows")
Maintained by
Brian Schilder
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-12-21
Latest Update: 2025-01-23
Description:
Reproducibility is essential to the progress of research, yet achieving it remains elusive even in computational fields. Continuous Integration (CI) platforms offer a powerful way to launch automated workflows to check and document code, but often require considerable time, effort, and technical expertise to setup. We therefore developed the rworkflows suite to make robust CI workflows easy and freely accessible to all R package developers. rworkflows consists of 1) a CRAN/Bioconductor-compatible R package template, 2) an R package to quickly implement a standardised workflow, and 3) a centrally maintained GitHub Action.
How to cite:
Brian Schilder (2022). rworkflows: Test, Document, Containerise, and Deploy R Packages. R package version 1.0.8, https://cran.r-project.org/web/packages/rworkflows. Accessed 09 Mar. 2026.
Previous versions and publish date:
0.99.3 (2022-12-21 13:20), 0.99.5 (2023-01-12 13:40), 0.99.12 (2023-08-26 00:50), 0.99.13 (2023-09-14 19:30), 1.0.0 (2023-11-02 13:30), 1.0.1 (2024-01-18 22:10), 1.0.2 (2024-09-22 23:00), 1.0.6 (2025-01-23 17:30), 1.0.8 (2026-01-09 02:00)
Other packages that cited rworkflows R package
View rworkflows citation profile
Other R packages that rworkflows depends, imports, suggests or enhances
Complete documentation for rworkflows
Functions, R codes and Examples using the rworkflows R package
Some associated functions: bioc_r_versions . biocpkgtools_db . check_cont . check_registry . conda_export . construct_authors . construct_conda_yml . construct_cont . construct_runners . dt_to_desc . fill_description . get_authors . get_description . get_description_repo . get_github_url_db . get_hex . gha_python_versions . infer_biocviews . infer_deps . infer_docker_org . is_gha . message_parallel . messager . stopper . use_badges . use_codespace . use_dockerfile . use_issue_template . use_readme . use_vignette_docker . use_vignette_getstarted . use_workflow . 
Some associated R codes: bioc_r_versions.R . check_bioc_version.R . check_cont.R . check_cont_dockerhub.R . check_cont_general.R . check_cont_ghcr.R . check_paths.R . check_pkg_name_variants.R . check_r_version.R . check_refs_names.R . check_registry.R . check_tags.R . codecov_graphs.R . conda_export.R . conda_installed.R . conda_path.R . condaenv_exists.R . construct_authors.R . construct_conda_yml.R . construct_cont.R . construct_runners.R . construct_runners_check_args.R . data.R . dt_to_desc.R . fill_description.R . fill_yaml.R . get_authors.R . get_description.R . get_description_manual.R . get_description_repo.R . get_description_repo_biocpkgtools.R . get_github_url_db.R . get_github_url_desc.R . get_hex.R . get_yaml.R . gha_python_versions.R . infer_biocviews.R . infer_deps.R . infer_docker_org.R . is_default.R . is_gha.R . is_rstudio.R . message_parallel.R . messager.R . omit_if_default.R . parse_version.R . preview_yaml.R . refs_to_list.R . return_yaml.R . save_yaml.R . set_vignette_index.R . stopper.R . url_exists.R . use_badges.R . use_codespace.R . use_dockerfile.R . use_issue_template.R . use_readme.R . use_vignette_docker.R . use_vignette_getstarted.R . use_workflow.R .  Full rworkflows package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

rzentra  
Client for the 'ZENTRA Cloud' API
Provides functionality to read settings, statuses and readings of weather stations from the 'ZENTRA ...
Download / Learn more Package Citations See dependency  
pooling  
Fit Poolwise Regression Models
Functions for calculating power and fitting regression models in studies where a biomarker is measur ...
Download / Learn more Package Citations See dependency  
Rgb  
The R Genome Browser
Classes and methods to efficiently handle (slice, annotate, draw ...) genomic features (such as gene ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA