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



Attach the package and use:
library("rworkflows")
Maintained by
Brian Schilder
[Scholar Profile | Author Map]
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.6, https://cran.r-project.org/web/packages/rworkflows. Accessed 11 Apr. 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
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for rworkflows024681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
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  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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