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.2")



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: 2024-01-18
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.2, https://cran.r-project.org/web/packages/rworkflows. Accessed 02 Feb. 2025.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
Download / Learn more Package Citations See dependency  
CPNCoverageAnalysis  
Conceptual Properties Norming Studies as Parameter Estimation
Implementation of conceptual properties norming studies, including estimates of CPNs parameters with ...
Download / Learn more Package Citations See dependency  
bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  
listcompr  
List Comprehension for R
Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list com ...
Download / Learn more Package Citations See dependency  
cleandata  
To Inspect and Manipulate Data; and to Keep Track of This Process
Functions to work with data frames to prepare data for further analysis. The functions for imputati ...
Download / Learn more Package Citations See dependency  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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