Add Ubuntu 20 support
This commit is contained in:
parent
dc71610429
commit
833b44f315
1 changed files with 107 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ bug, or ask questions on [RStudio Community](https://community.rstudio.com).
|
|||
## Supported Platforms
|
||||
|
||||
R binaries are built for the following Linux operating systems:
|
||||
- Ubuntu 16.04, 18.04
|
||||
- Ubuntu 16.04, 18.04, 20.04
|
||||
- Debian 9
|
||||
- CentOS / Red Hat Enterprise Linux 6, 7, 8
|
||||
- openSUSE 42.3, 15.0
|
||||
|
|
@ -55,6 +55,9 @@ wget https://cdn.rstudio.com/r/ubuntu-1604/pkgs/r-${R_VERSION}_1_amd64.deb
|
|||
# Ubuntu 18.04
|
||||
wget https://cdn.rstudio.com/r/ubuntu-1804/pkgs/r-${R_VERSION}_1_amd64.deb
|
||||
|
||||
# Ubuntu 20.04
|
||||
wget https://cdn.rstudio.com/r/ubuntu-2004/pkgs/r-${R_VERSION}_1_amd64.deb
|
||||
|
||||
# Debian 9
|
||||
wget https://cdn.rstudio.com/r/debian-9/pkgs/r-${R_VERSION}_1_amd64.deb
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue