Package: rworkflows Type: Package Title: Test, Document, Containerise, and Deploy R Packages Version: 1.0.12 Authors@R: c(person(given = "Brian", family = "Schilder", role = c("aut"), email = "brian_schilder@alumni.brown.edu", comment = c(ORCID = "0000-0001-5949-2191")), person(given = "Alan", family = "Murphy", role = c("aut","ctb"), email = "alanmurph94@hotmail.com", comment = c(ORCID = "0000-0002-2487-8753")), person(given = "Hiranyamaya (Hiru)", family = "Dash", role = c("ctb","cre"), email = "hdash.work@gmail.com", comment = c(ORCID = "0009-0005-5514-505X")), person(given = "Nathan", family = "Skene", role = c("aut"), email = "n.skene@imperial.ac.uk", comment = c(ORCID = "0000-0002-6807-3180"))) 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. URL: https://github.com/neurogenomics/rworkflows, https://CRAN.R-project.org/package=rworkflows BugReports: https://github.com/neurogenomics/rworkflows/issues Encoding: UTF-8 biocViews: Software, WorkflowManagement Depends: R (>= 4.1) Imports: stats, here, yaml, utils, desc, badger, renv, methods, BiocManager, data.table Suggests: markdown, rmarkdown, remotes, knitr, covr, testthat (>= 3.0.0), htmltools, jsonlite, BiocStyle, BiocPkgTools, biocViews, reticulate, rvest, curl VignetteBuilder: knitr License: GPL-3 Config/testthat/edition: 3 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://neurogenomics.r-universe.dev Date/Publication: 2026-05-06 09:06:52 UTC RemoteUrl: https://github.com/neurogenomics/rworkflows RemoteRef: HEAD RemoteSha: 6aaf49348859a96eea744b1907b1fe850e3ead5e NeedsCompilation: no Packaged: 2026-07-05 06:00:01 UTC; root Author: Brian Schilder [aut] (ORCID: ), Alan Murphy [aut, ctb] (ORCID: ), Hiranyamaya (Hiru) Dash [ctb, cre] (ORCID: ), Nathan Skene [aut] (ORCID: ) Maintainer: Hiranyamaya (Hiru) Dash