Skip to content

Commit

Permalink
Add Ubuntu 24.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 28, 2024
1 parent b0330d3 commit d22e2b7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# 2.3.10

* Support Ubuntu 24.04.

# 2.3.9

* Support Rtools44, R 4.4.0 and later now requires Rtools44.
Expand Down
17 changes: 15 additions & 2 deletions lib/linux-platform-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,20 @@ platforms = [
'version': '22.04',
'codename': 'Jammy Jellyfish',
'docker': 'ubuntu:22.04',
'eol': '2027-05-31',
'eol': '2027-04-31',
'ppm-binaries': true,
'retired': false,
'last-build': null
},
{
'id': 'ubuntu-2404',
'aliases': ['ubuntu-24.04', 'noble'],
'name': 'Ubuntu',
'url': 'https://ubuntu.com/',
'version': '24.04',
'codename': 'Noble Numbat',
'docker': 'ubuntu:24.04',
'eol': '2034-04-31',
'ppm-binaries': true,
'retired': false,
'last-build': null
Expand Down Expand Up @@ -270,7 +283,7 @@ platforms = [
'eol': '2024-11-12',
'ppm-binaries': false,
'retired': false,
'last-build': null
'last-build': null
},

// Distros implemented as other distros above
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rversions",
"version": "2.3.9",
"version": "2.3.10",
"description": "Query the current and past R versions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d22e2b7

Please sign in to comment.