Dockerfile based on the rocker
project by @eddelbuettel and @cboettig.
r-spatial-devel
adds various R spatial/mapping tools to the rocker/drd
container, which contains the most recent R-devel.
See rocker issue 119.
Some spatial packages require an X server, so Rdevel
should be started using:
docker run --rm -it achubaty/r-spatial-devel bash
xvfb-run -a Rdevel