Add builds for openSUSE 15.2

openSUSE 15.2 moved from ICU 60 to 65, breaking compatibility with
openSUSE 15.0 and 15.1.
This commit is contained in:
Greg Lin 2020-08-31 15:59:23 -05:00
commit a4ccbeb3f3

View file

@ -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 6, 7, 8
- openSUSE 42.3, 15.0
- openSUSE 42.3, 15
- SUSE Linux Enterprise 12, 15
## Quick Installation
@ -125,8 +125,11 @@ Download the rpm package:
# openSUSE 42.3 / SLES 12
wget https://cdn.rstudio.com/r/opensuse-42/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
# openSUSE 15.0 / SLES 15
# openSUSE 15.1 / SLES 15 SP1
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
```
Then install the package: