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 21 Dec. 2024.
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)
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

condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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