containr: Containerize Your 'R' Project

Automates the process of containerizing 'R' projects. The core function of 'containr' is 'generate_dockerfile()', which analyzes an 'R' project's environment and dependencies via an 'renv' lock file and generates a ready-to-use 'Dockerfile' that encapsulates the computational setup. The package helps researchers build portable and consistent workflows so that analyses can be reliably shared, archived, and rerun across systems. See R Core Team (2025) <https://www.R-project.org/>, Ushey et al. (2025) <https://CRAN.R-project.org/package=renv>, and Docker Inc. (2025) <https://www.docker.com/>.

Version: 0.1.1
Imports: dplyr, glue, purrr, readr, httr
Suggests: testthat (≥ 3.0.0), withr
Published: 2025-09-24
DOI: 10.32614/CRAN.package.containr
Author: Erwin Lares [aut, cre]
Maintainer: Erwin Lares <erwin.lares at wisc.edu>
BugReports: https://github.com/erwinlares/containr/issues
License: Apache License (≥ 2)
URL: https://github.com/erwinlares/containr, https://erwinlares.github.io/containr/
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: containr results

Documentation:

Reference manual: containr.html , containr.pdf

Downloads:

Package source: containr_0.1.1.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=containr to link to this page.