From ff76a88b51d8bad34ef5f67afe89c5567ce94bb3 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Fri, 14 Jun 2024 10:27:11 -0400 Subject: [PATCH] Add https://github.com/o2r-project/containerit --- ReproducibleResearch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReproducibleResearch.md b/ReproducibleResearch.md index 5b88d0b..6befe4b 100644 --- a/ReproducibleResearch.md +++ b/ReproducibleResearch.md @@ -223,6 +223,9 @@ restores the package setup on a different machine. - `r pkg("checkpoint")`: Allows you to install packages as they existed on CRAN on a specific snapshot date as if you had a CRAN time machine. +- `r github("o2r-project/containerit")` (GitHub only): Package R sessions, + scripts, workspace directories, and R Markdown documents together with all + dependencies to execute them in Docker containers. - `r pkg("dateback")`: Works like a virtual CRAN snapshot for source packages. It automatically downloads and installs 'tar.gz' files with dependencies, all of which were available on a specific day.