Package: containr 0.1.3.9000


Erwin Lares
containr: Containerize Your 'R' Project
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) <https://www.R-project.org/>, Ushey et al. (2025) <https://CRAN.R-project.org/package=renv>, and Docker Inc. (2025) <https://www.docker.com/>.
Authors:
containr_0.1.3.9000.tar.gz
containr_0.1.3.9000.zip(r-4.7)containr_0.1.3.9000.zip(r-4.6)containr_0.1.3.9000.zip(r-4.5)
containr_0.1.3.9000.tgz(r-4.6-any)containr_0.1.3.9000.tgz(r-4.5-any)
containr_0.1.3.9000.tar.gz(r-4.7-any)containr_0.1.3.9000.tar.gz(r-4.6-any)
containr_0.1.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
containr/json (API)
| # Install 'containr' in R: |
| install.packages('containr', repos = c('https://erwinlares.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/erwinlares/containr/issues
Pkgdown/docs site:https://erwinlares.github.io
Last updated from:bbc36e80d1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 151 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-oldrel-arm64 | OK | 95 | ||
| windows-devel | OK | 108 | ||
| windows-release | OK | 95 | ||
| windows-oldrel | OK | 82 | ||
| wasm-release | OK | 118 |
Exports:build_imagegenerate_dockerfilelist_imagespush_image
Dependencies:askpassbitbit64clicliprcpp11crayoncurlfsgluehmshttr2jsonlitelifecyclemagrittropensslpillarpkgconfigprettyunitsprogresspurrrR6rappdirsreadrremotesrenvrlangsystibbletidyselecttzdbutf8vctrsvroomwithr
Last update: 2026-05-15
Started: 2026-05-12
Last update: 2026-05-12
Started: 2026-05-12
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build a container image from a Dockerfile | build_image |
| Generate a reproducible Dockerfile for an R project | generate_dockerfile |
| List locally available container images | list_images |
| Tag and push a container image to a registry | push_image |