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 05 Jun. 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), 1.0.10 (2026-03-23 13:10), 1.0.11 (2026-03-26 14:40)
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

ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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