Skip to content

Commit

Permalink
Add R 4.3.2 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 6, 2023
1 parent f96a256 commit 3b9b02b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ These containers use Debian 6.0.10 (Squeeze). Notes:
programs know that they are running on `i386`. Call `linux32` manually
if you change the entry point.

## R 3.0.0 -- R 4.3.1
## R 3.0.0 -- R 4.3.2

```sh
docker pull ghcr.io/r-hub/evercran/<version>
Expand All @@ -227,7 +227,7 @@ These containers use Debian 12.1 (Bookworm). Notes:
architectures.
* The amd64 Debian packages are available from
https://github.com/rstudio/r-builds.
* The arm64 DEbian packages are available from the GitHub Releases at the
* The arm64 Debian packages are available from the GitHub Releases at the
https://github.com/r-hub/R repository E.g.
https://github.com/r-hub/R/releases/tag/v4.3.1.
* To install additional R versions (or to install in a plain
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Run historical R versions on today’s computers
- [R 2.6.0 – R 2.8.1](#r-260--r-281)
- [R 2.9.0 – R 2.12.2](#r-290--r-2122)
- [R 2.13.0 – R 2.15.3](#r-2130--r-2153)
- [R 3.0.0 – R 4.3.1](#r-300--r-431)
- [R 3.0.0 – R 4.3.2](#r-300--r-432)
- [Containers with multiple R
versions](#containers-with-multiple-r-versions)
- [List of all containers](#list-of-all-containers)
Expand Down Expand Up @@ -228,7 +228,7 @@ These containers use Debian 6.0.10 (Squeeze). Notes:
programs know that they are running on `i386`. Call `linux32` manually
if you change the entry point.

## R 3.0.0 – R 4.3.1
## R 3.0.0 – R 4.3.2

``` sh
docker pull ghcr.io/r-hub/evercran/<version>
Expand All @@ -243,7 +243,7 @@ These containers use Debian 12.1 (Bookworm). Notes:
- The amd64 Debian packages are available from
<https://github.com/rstudio/r-builds>.

- The arm64 DEbian packages are available from the GitHub Releases at
- The arm64 Debian packages are available from the GitHub Releases at
the <https://github.com/r-hub/R> repository E.g.
<https://github.com/r-hub/R/releases/tag/v4.3.1>.

Expand Down Expand Up @@ -438,6 +438,7 @@ For example to run R 0.65.1:
| R 4.2.3 | `ghcr.io/r-hub/evercran/4.2.3` | `linux/amd64`, `linux/arm64` | Debian bookworm 12.1 |
| R 4.3.0 | `ghcr.io/r-hub/evercran/4.3.0` | `linux/amd64`, `linux/arm64` | Debian bookworm 12.1 |
| R 4.3.1 | `ghcr.io/r-hub/evercran/4.3.1` | `linux/amd64`, `linux/arm64` | Debian bookworm 12.1 |
| R 4.3.2 | `ghcr.io/r-hub/evercran/4.3.2` | `linux/amd64`, `linux/arm64` | Debian bookworm 12.1 |

## Similar projects, inspiration

Expand Down

0 comments on commit 3b9b02b

Please sign in to comment.