Package: containr Title: Containerize Your 'R' Project Version: 0.1.3.9000 Authors@R: person("Erwin", "Lares", email = "erwin.lares@wisc.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3284-828X")) Description: Provides tools for containerizing 'R' projects. Reads an 'renv' lock file, generates a ready-to-use 'Dockerfile', builds the container image, and pushes it to a registry. Generated 'COPY' instructions preserve the local directory structure inside the container. Cross-platform builds are supported via 'Docker' buildx for targeting 'linux/amd64' from ARM hosts. Designed to help researchers build portable, reproducible workflows that can be reliably shared, archived, and rerun across systems. See R Core Team (2025) , Ushey et al. (2025) , and Docker Inc. (2025) . License: Apache License (>= 2) Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) URL: https://github.com/erwinlares/containr, https://erwinlares.github.io/containr/ BugReports: https://github.com/erwinlares/containr/issues Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0), withr Imports: cli, fs, glue, httr2, jsonlite, purrr, readr, remotes, renv Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 VignetteBuilder: knitr Repository: https://erwinlares.r-universe.dev Date/Publication: 2026-05-20 18:29:41 UTC RemoteUrl: https://github.com/erwinlares/containr RemoteRef: HEAD RemoteSha: bbc36e80d190126aa377f0c87eaeea480a0602a5 NeedsCompilation: no Packaged: 2026-06-19 06:57:16 UTC; root Author: Erwin Lares [aut, cre] (ORCID: ) Maintainer: Erwin Lares Depends: R (>= 4.1.0)