From f034526c38def3fa4bdb88d6cf60b70200467551 Mon Sep 17 00:00:00 2001 From: Toni <32644679+dethmasque@users.noreply.github.com> Date: Wed, 3 Nov 2021 14:00:15 -0400 Subject: [PATCH 1/2] download for suse 15.3, clarify supported suses --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9457b8..278fdb6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ R binaries are built for the following Linux operating systems: - Ubuntu 16.04, 18.04, 20.04 - Debian 9, 10 - CentOS / Red Hat Enterprise Linux 7, 8 -- openSUSE 42.3, 15, 15.3 +- openSUSE 42.3, 15.1, 15.2, 15.3 - SUSE Linux Enterprise 12, 15 ## Quick Installation @@ -124,6 +124,9 @@ wget https://cdn.rstudio.com/r/opensuse-15/pkgs/R-${R_VERSION}-1-1.x86_64.rpm # openSUSE 15.2 / SLES 15 SP2 wget https://cdn.rstudio.com/r/opensuse-152/pkgs/R-${R_VERSION}-1-1.x86_64.rpm + +# openSUSE 15.3 / SLES 15 SP3 +wget https://cdn.rstudio.com/r/opensuse-153/pkgs/R-${R_VERSION}-1-1.x86_64.rpm ``` Then install the package: From 4de149db9ad47cc853a0499ccf2ca316d26fb2b0 Mon Sep 17 00:00:00 2001 From: Toni <32644679+dethmasque@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:47:43 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Greg Lin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 278fdb6..dce38b8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ R binaries are built for the following Linux operating systems: - Debian 9, 10 - CentOS / Red Hat Enterprise Linux 7, 8 - openSUSE 42.3, 15.1, 15.2, 15.3 -- SUSE Linux Enterprise 12, 15 +- SUSE Linux Enterprise 12, 15 SP1, 15 SP2, 15 SP3 ## Quick Installation