Also, ggplot2 loads just fine:
edd@rob:~$ docker run --rm -ti debian:stable
root@25c34c0d0488:/# apt-get update 2>&1 >/dev/null
root@25c34c0d0488:/# apt-get install -y r-cran-ggplot2 2>&1 >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
root@25c34c0d0488:/# R --quiet
> library(ggplot2)
> packageVersion("ggplot2")
[1] '3.1.0'
> q()
Save workspace image? [y/n/c]: n
root@25c34c0d0488:/# exit
edd@rob:~$
If you have general deployment questions for "for how do I on Debian", come
to the r-sig-debian list (off the Zuerich list server).
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | [email protected]