Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocker-org/ubuntu-lts
R Containers for Ubuntu LTS
https://github.com/rocker-org/ubuntu-lts
Last synced: 1 day ago
JSON representation
R Containers for Ubuntu LTS
- Host: GitHub
- URL: https://github.com/rocker-org/ubuntu-lts
- Owner: rocker-org
- Created: 2021-09-28T19:14:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T22:04:14.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:03:46.033Z (3 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rocker-org/ubuntu-lts - R Containers for Ubuntu LTS (Shell)
README
r-ubuntu -- 'r-base' for Ubuntu LTS
===================================This Dockerfile is close to the ['r-base'](https://github.com/rocker-org/rocker/tree/master/r-base) container
for Rocker -- which is the same container as the official ['r-base'](https://hub.docker.com/_/r-base) container for R -- but based on
Ubuntu LTS. And while 'r-base' uses Debian testing, this container is based on
the LTS release and connects to the [PPA by Michael Rutter](https://launchpad.net/~marutter/+archive/ubuntu/c2d4u3.5) with over
4,000 r-cran-* packages.To install, use the explicit LTS tag---currently 18.04---when pulling
```shell
docker pull rocker/r-ubuntu:18.04
```as we do not want to use latest (which may suggest an interim Ubuntu release
between the bi-annual LTS schedule).As always, this is work in progress -- please come and talk to @eddelbuettel and
@cboettig (via GitHub issue tickets) about how to get involved.Documentation is being added at the [Wiki](https://github.com/rocker-org/rocker/wiki).