From 0f90e0e5c934b4e6ac366fba699ed56f27cefcf0 Mon Sep 17 00:00:00 2001 From: schochastics Date: Tue, 14 Feb 2023 16:15:56 +0100 Subject: [PATCH] just minor typo/grammar fixes --- paper/paper.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.rmd b/paper/paper.rmd index c3073c2..b50b609 100644 --- a/paper/paper.rmd +++ b/paper/paper.rmd @@ -54,7 +54,7 @@ dockerize(graph, output_dir = "docker") There are two features of `dockerize()` that are important for future reproducibility. -1. By default, the container building process downloads source packages from CRAN and then compiles them from source. This step depends on the future availability of R packages on CRAN (which is extremely likely to be the case in the near future, given the continous availability since 1997-04-23) [^1]. However, it is possible also to cache (or archive) the source packages now. The archived R packages can then be used instead during the building process. +1. By default, the container building process downloads source packages from CRAN and then compiles them from source. This step depends on the future availability of R packages on CRAN (which is extremely likely to be the case in the near future, given the continuous availability since 1997-04-23) [^1]. However, it is also possible to cache (or archive) the source packages now. The archived R packages can then be used instead during the building process. [^1]: https://stat.ethz.ch/pipermail/r-announce/1997/000001.html