diff --git a/README.md b/README.md index 4632c415..38d98ab9 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,92 @@ rix( ) ``` +The table below illustrates this all the different types of environment +you can generate: + +
r_ver | +Intended use | +State of R version | +State of CRAN packages | +State of Bioconductor packages | +State of other packages in Nixpkgs | +
---|---|---|---|---|---|
"latest-upstream" | +Start of new project where versions don’t matter | +Current or previous | +Outdated (up to 6 months) | +Outdated (up to 6 months) | +Current at time of generation | +
"4.4.2" (or other) | +Reproducing old project or starting a new project where versions don’t matter | +Same as in `r_ver` | +Outdated (up to 2 months if using latest release) | +Outdated (up to 2 months if using latest release) | +Potentially outdated (up to 12 months) | +
"2024-12-14" (date) | +Reproducing old project or starting a new project using the most recent date | +Current at that date | +Current at that date | +Current at that date | +Potentially outdated (up to 12 months) | +
"bleeding-edge" | +To develop against the latest release of CRAN | +Always current | +Always current | +Always current | +Always current | +
"frozen-edge" | +To develop against the latest release of CRAN, but manually manage updates | +Current at time of generation | +Current at time of generation | +Current at time of generation | +Current at time of generation | +
"r-devel" | +To develop/test against the development version of R | +Development version | +Always current | +Always current | +Always current | +
"r-devel-bioc-devel" | +To develop/test against the development version of R and Bioconductor | +Development version | +Always current | +Development version | +Always current | +
"bioc-devel" | +To develop/test against the development version of Bioconductor | +Always current | +Always current | +Development version | +Always current | +