Package: containr
Title: Containerize Your 'R' Project
Version: 0.1.1
Authors@R: 
    person("Erwin", "Lares", email = "erwin.lares@wisc.edu", role = c("aut", "cre"))
Description: 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/>.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/erwinlares/containr,
        https://erwinlares.github.io/containr/
BugReports: https://github.com/erwinlares/containr/issues
Suggests: testthat (>= 3.0.0), withr
Imports: dplyr, glue, purrr, readr, httr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-19 18:52:24 UTC; lares
Author: Erwin Lares [aut, cre]
Maintainer: Erwin Lares <erwin.lares@wisc.edu>
Repository: CRAN
Date/Publication: 2025-09-24 08:30:02 UTC
Built: R 4.5.1; ; 2025-10-06 03:16:05 UTC; windows
