Skip to content

Commit a997371

Browse files
committed
Small documentation polish regarding focal
1 parent c34ffa6 commit a997371

10 files changed

Lines changed: 69 additions & 45 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,21 @@
2020
[r2u.stat.illinois.edu](https://r2u.stat.illinois.edu) on the [Internet2](https://internet2.edu/)
2121

2222
- **Complete coverage** with (using 22.04 for amd64) about 25239 CRAN packages (and 516 from
23-
BioConductor) using **current versions**: We support R 4.4.* and 4.5.0, and
23+
BioConductor) using **current versions**: We support R 4.4.* and 4.5.*, and
2424
BioConductor 3.21 (on focal, jammy and noble).
2525

2626
- Complete support for **Ubuntu 20.04 ("focal")**, **22.04 ("jammy")** and **24.04 ("noble")** on
27-
amd64, as well as **24.04 ("noble")** support on arm64.
27+
amd64, as well as **24.04 ("noble")** support on arm64.
28+
29+
- We update and extend the two most-current LTS releases (now 24.04 "noble" and 22.04 "jammy")
30+
daily; the previous release (20.04 "focal") has been updated up until July 2025 and remains
31+
available as is.
2832

2933
- Optional (but recommended) [bspm](https://cloud.r-project.org/package=bspm) use
3034
**automagically connects R functions like `install.packages()` to `apt`** for access to binaries
3135
_and_ dependencies.
3236

33-
- **Docker containers** `rocker/r2u` from the [Rocker Project](https://rocker-project.org/) for both
37+
- **Docker containers** `rocker/r2u` from the [Rocker Project](https://rocker-project.org/) for
3438
'focal', 'jammy' and 'noble'.
3539

3640
- **GitHub Actions support** to set up on Ubuntu 'latest' or via container.
@@ -63,8 +67,8 @@ Support for additional cpu architectures is certainly possible but somewhat unli
6367
right now (due to a lack of resources and time). P3M/PPM/RSPM now appears to also support Debian which
6468
could be added at some later point.
6569

66-
Current versions are built under R 4.4.* and R 4.5.0 and are usable under 4.4.* and
67-
4.5.0. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
70+
Current versions are built under R 4.4.* and R 4.5.* and are usable under 4.4.* and
71+
4.5.*. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
6872
jammy, and noble. Binaries were initially R 4.4.* based and are now built under R 4.5.0. Some older
6973
packages released when we used R 4.2.* or 4.3.* may have been built with R 4.2.* or R 4.3.*, they
7074
will still work the same with R 4.4.* as R is generally forward-compatible.

docs/index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -931,20 +931,25 @@ <h3 id="key-features">Key features</h3>
931931
</li>
932932
<li>
933933
<p><strong>Complete coverage</strong> with (using 22.04 for amd64) about 25239 CRAN packages (and 516 from
934-
BioConductor) using <strong>current versions</strong>: We support R 4.4.* and 4.5.0, and
934+
BioConductor) using <strong>current versions</strong>: We support R 4.4.<em> and 4.5.</em>, and
935935
BioConductor 3.21 (on focal, jammy and noble).</p>
936936
</li>
937937
<li>
938938
<p>Complete support for <strong>Ubuntu 20.04 ("focal")</strong>, <strong>22.04 ("jammy")</strong> and <strong>24.04 ("noble")</strong> on
939-
amd64, as well as <strong>24.04 ("noble")</strong> support on arm64.</p>
939+
amd64, as well as <strong>24.04 ("noble")</strong> support on arm64. </p>
940+
</li>
941+
<li>
942+
<p>We update and extend the two most-current LTS releases (now 24.04 "noble" and 22.04 "jammy")
943+
daily; the previous release (20.04 "focal") has been updated up until July 2025 and remains
944+
available as is. </p>
940945
</li>
941946
<li>
942947
<p>Optional (but recommended) <a href="https://cloud.r-project.org/package=bspm">bspm</a> use
943948
<strong>automagically connects R functions like <code>install.packages()</code> to <code>apt</code></strong> for access to binaries
944949
<em>and</em> dependencies.</p>
945950
</li>
946951
<li>
947-
<p><strong>Docker containers</strong> <code>rocker/r2u</code> from the <a href="https://rocker-project.org/">Rocker Project</a> for both
952+
<p><strong>Docker containers</strong> <code>rocker/r2u</code> from the <a href="https://rocker-project.org/">Rocker Project</a> for
948953
'focal', 'jammy' and 'noble'.</p>
949954
</li>
950955
<li>
@@ -962,15 +967,17 @@ <h3 id="what-is-covered">What is Covered ?</h3>
962967
<p>We generally support amd64 (<em>i.e.</em> standard 64-bit Intel/AMD cpus, sometimes also called x86_64) for
963968
the current Ubuntu LTS release and its predecessor release (more on this
964969
<a href="https://eddelbuettel.github.io/r2u/vignettes/FAQ/#what-about-other-architectures-besides-x86_64">here</a>).
965-
We use 'r-release' just like CRAN. So currently the 'focal' 20.04 LTS, 'jammy' 22.04 LTS and 'noble'
966-
24.04 releases are fully supported. We are now also starting to support arm64 on 'noble' 24.04 taking
967-
advantage of arm64-based runners at GitHub Actions. </p>
970+
We use 'r-release' just like CRAN. So generally support the two most current LTS releases: currently
971+
'jammy' 22.04 LTS and 'noble' 24.04 releases are fully supported. The 'focal' 20.04 LTS release was
972+
the first one supported, and remains avaialble but (as of July 2025) no longer receives new
973+
updates. We also support arm64 on 'noble' 24.04 taking advantage of arm64-based runners at GitHub
974+
Actions.</p>
968975
<p>Support for additional cpu architectures is certainly possible but somewhat unlikely due to a lack of
969976
(additional hardware) resources and time. Support for other distributions is possible but unlikely
970977
right now (due to a lack of resources and time). P3M/PPM/RSPM now appears to also support Debian which
971978
could be added at some later point.</p>
972-
<p>Current versions are built under R 4.4.<em> and R 4.5.0 and are usable under 4.4.</em> and
973-
4.5.0. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
979+
<p>Current versions are built under R 4.4.<em> and R 4.5.</em> and are usable under 4.4.<em> and
980+
4.5.</em>. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
974981
jammy, and noble. Binaries were initially R 4.4.<em> based and are now built under R 4.5.0. Some older
975982
packages released when we used R 4.2.</em> or 4.3.<em> may have been built with R 4.2.</em> or R 4.3.<em>, they
976983
will still work the same with R 4.4.</em> as R is generally forward-compatible.</p>

docs/mkdmt-src/docs/index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -931,20 +931,25 @@ <h3 id="key-features">Key features</h3>
931931
</li>
932932
<li>
933933
<p><strong>Complete coverage</strong> with (using 22.04 for amd64) about 25239 CRAN packages (and 516 from
934-
BioConductor) using <strong>current versions</strong>: We support R 4.4.* and 4.5.0, and
934+
BioConductor) using <strong>current versions</strong>: We support R 4.4.<em> and 4.5.</em>, and
935935
BioConductor 3.21 (on focal, jammy and noble).</p>
936936
</li>
937937
<li>
938938
<p>Complete support for <strong>Ubuntu 20.04 ("focal")</strong>, <strong>22.04 ("jammy")</strong> and <strong>24.04 ("noble")</strong> on
939-
amd64, as well as <strong>24.04 ("noble")</strong> support on arm64.</p>
939+
amd64, as well as <strong>24.04 ("noble")</strong> support on arm64. </p>
940+
</li>
941+
<li>
942+
<p>We update and extend the two most-current LTS releases (now 24.04 "noble" and 22.04 "jammy")
943+
daily; the previous release (20.04 "focal") has been updated up until July 2025 and remains
944+
available as is. </p>
940945
</li>
941946
<li>
942947
<p>Optional (but recommended) <a href="https://cloud.r-project.org/package=bspm">bspm</a> use
943948
<strong>automagically connects R functions like <code>install.packages()</code> to <code>apt</code></strong> for access to binaries
944949
<em>and</em> dependencies.</p>
945950
</li>
946951
<li>
947-
<p><strong>Docker containers</strong> <code>rocker/r2u</code> from the <a href="https://rocker-project.org/">Rocker Project</a> for both
952+
<p><strong>Docker containers</strong> <code>rocker/r2u</code> from the <a href="https://rocker-project.org/">Rocker Project</a> for
948953
'focal', 'jammy' and 'noble'.</p>
949954
</li>
950955
<li>
@@ -962,15 +967,17 @@ <h3 id="what-is-covered">What is Covered ?</h3>
962967
<p>We generally support amd64 (<em>i.e.</em> standard 64-bit Intel/AMD cpus, sometimes also called x86_64) for
963968
the current Ubuntu LTS release and its predecessor release (more on this
964969
<a href="https://eddelbuettel.github.io/r2u/vignettes/FAQ/#what-about-other-architectures-besides-x86_64">here</a>).
965-
We use 'r-release' just like CRAN. So currently the 'focal' 20.04 LTS, 'jammy' 22.04 LTS and 'noble'
966-
24.04 releases are fully supported. We are now also starting to support arm64 on 'noble' 24.04 taking
967-
advantage of arm64-based runners at GitHub Actions. </p>
970+
We use 'r-release' just like CRAN. So generally support the two most current LTS releases: currently
971+
'jammy' 22.04 LTS and 'noble' 24.04 releases are fully supported. The 'focal' 20.04 LTS release was
972+
the first one supported, and remains avaialble but (as of July 2025) no longer receives new
973+
updates. We also support arm64 on 'noble' 24.04 taking advantage of arm64-based runners at GitHub
974+
Actions.</p>
968975
<p>Support for additional cpu architectures is certainly possible but somewhat unlikely due to a lack of
969976
(additional hardware) resources and time. Support for other distributions is possible but unlikely
970977
right now (due to a lack of resources and time). P3M/PPM/RSPM now appears to also support Debian which
971978
could be added at some later point.</p>
972-
<p>Current versions are built under R 4.4.<em> and R 4.5.0 and are usable under 4.4.</em> and
973-
4.5.0. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
979+
<p>Current versions are built under R 4.4.<em> and R 4.5.</em> and are usable under 4.4.<em> and
980+
4.5.</em>. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
974981
jammy, and noble. Binaries were initially R 4.4.<em> based and are now built under R 4.5.0. Some older
975982
packages released when we used R 4.2.</em> or 4.3.<em> may have been built with R 4.2.</em> or R 4.3.<em>, they
976983
will still work the same with R 4.4.</em> as R is generally forward-compatible.</p>

docs/mkdmt-src/docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/mkdmt-src/docs/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://github.com/eddelbuettel/r2u/</loc>
5-
<lastmod>2025-06-30</lastmod>
5+
<lastmod>2025-07-25</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://github.com/eddelbuettel/r2u/changelog/</loc>
10-
<lastmod>2025-06-30</lastmod>
10+
<lastmod>2025-07-25</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://github.com/eddelbuettel/r2u/news/</loc>
15-
<lastmod>2025-06-30</lastmod>
15+
<lastmod>2025-07-25</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://github.com/eddelbuettel/r2u/man/buildPackage/</loc>
20-
<lastmod>2025-06-30</lastmod>
20+
<lastmod>2025-07-25</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://github.com/eddelbuettel/r2u/man/r2u-package/</loc>
25-
<lastmod>2025-06-30</lastmod>
25+
<lastmod>2025-07-25</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://github.com/eddelbuettel/r2u/vignettes/Codespaces/</loc>
30-
<lastmod>2025-06-30</lastmod>
30+
<lastmod>2025-07-25</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://github.com/eddelbuettel/r2u/vignettes/FAQ/</loc>
35-
<lastmod>2025-06-30</lastmod>
35+
<lastmod>2025-07-25</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
</urlset>

docs/mkdmt-src/docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

docs/mkdmt-src/src/index.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,21 @@ description: Easy, fast, reliable -- pick all three!
2424
[r2u.stat.illinois.edu](https://r2u.stat.illinois.edu) on the [Internet2](https://internet2.edu/)
2525

2626
- **Complete coverage** with (using 22.04 for amd64) about 25239 CRAN packages (and 516 from
27-
BioConductor) using **current versions**: We support R 4.4.* and 4.5.0, and
27+
BioConductor) using **current versions**: We support R 4.4.* and 4.5.*, and
2828
BioConductor 3.21 (on focal, jammy and noble).
2929

3030
- Complete support for **Ubuntu 20.04 ("focal")**, **22.04 ("jammy")** and **24.04 ("noble")** on
31-
amd64, as well as **24.04 ("noble")** support on arm64.
31+
amd64, as well as **24.04 ("noble")** support on arm64.
32+
33+
- We update and extend the two most-current LTS releases (now 24.04 "noble" and 22.04 "jammy")
34+
daily; the previous release (20.04 "focal") has been updated up until July 2025 and remains
35+
available as is.
3236

3337
- Optional (but recommended) [bspm](https://cloud.r-project.org/package=bspm) use
3438
**automagically connects R functions like `install.packages()` to `apt`** for access to binaries
3539
_and_ dependencies.
3640

37-
- **Docker containers** `rocker/r2u` from the [Rocker Project](https://rocker-project.org/) for both
41+
- **Docker containers** `rocker/r2u` from the [Rocker Project](https://rocker-project.org/) for
3842
'focal', 'jammy' and 'noble'.
3943

4044
- **GitHub Actions support** to set up on Ubuntu 'latest' or via container.
@@ -56,17 +60,19 @@ the five easy setup steps detailed here.
5660
We generally support amd64 (_i.e._ standard 64-bit Intel/AMD cpus, sometimes also called x86_64) for
5761
the current Ubuntu LTS release and its predecessor release (more on this
5862
[here](https://eddelbuettel.github.io/r2u/vignettes/FAQ/#what-about-other-architectures-besides-x86_64)).
59-
We use 'r-release' just like CRAN. So currently the 'focal' 20.04 LTS, 'jammy' 22.04 LTS and 'noble'
60-
24.04 releases are fully supported. We are now also starting to support arm64 on 'noble' 24.04 taking
61-
advantage of arm64-based runners at GitHub Actions.
63+
We use 'r-release' just like CRAN. So generally support the two most current LTS releases: currently
64+
'jammy' 22.04 LTS and 'noble' 24.04 releases are fully supported. The 'focal' 20.04 LTS release was
65+
the first one supported, and remains avaialble but (as of July 2025) no longer receives new
66+
updates. We also support arm64 on 'noble' 24.04 taking advantage of arm64-based runners at GitHub
67+
Actions.
6268

6369
Support for additional cpu architectures is certainly possible but somewhat unlikely due to a lack of
6470
(additional hardware) resources and time. Support for other distributions is possible but unlikely
6571
right now (due to a lack of resources and time). P3M/PPM/RSPM now appears to also support Debian which
6672
could be added at some later point.
6773

68-
Current versions are built under R 4.4.* and R 4.5.0 and are usable under 4.4.* and
69-
4.5.0. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
74+
Current versions are built under R 4.4.* and R 4.5.* and are usable under 4.4.* and
75+
4.5.*. BioConductor release 3.21 packages are provided when required by CRAN packages for focal,
7076
jammy, and noble. Binaries were initially R 4.4.* based and are now built under R 4.5.0. Some older
7177
packages released when we used R 4.2.* or 4.3.* may have been built with R 4.2.* or R 4.3.*, they
7278
will still work the same with R 4.4.* as R is generally forward-compatible.

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://github.com/eddelbuettel/r2u/</loc>
5-
<lastmod>2025-06-30</lastmod>
5+
<lastmod>2025-07-25</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://github.com/eddelbuettel/r2u/changelog/</loc>
10-
<lastmod>2025-06-30</lastmod>
10+
<lastmod>2025-07-25</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://github.com/eddelbuettel/r2u/news/</loc>
15-
<lastmod>2025-06-30</lastmod>
15+
<lastmod>2025-07-25</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://github.com/eddelbuettel/r2u/man/buildPackage/</loc>
20-
<lastmod>2025-06-30</lastmod>
20+
<lastmod>2025-07-25</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://github.com/eddelbuettel/r2u/man/r2u-package/</loc>
25-
<lastmod>2025-06-30</lastmod>
25+
<lastmod>2025-07-25</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://github.com/eddelbuettel/r2u/vignettes/Codespaces/</loc>
30-
<lastmod>2025-06-30</lastmod>
30+
<lastmod>2025-07-25</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://github.com/eddelbuettel/r2u/vignettes/FAQ/</loc>
35-
<lastmod>2025-06-30</lastmod>
35+
<lastmod>2025-07-25</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
</urlset>

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)