This seems to fix the issue caused when trying load R.
docker run -it rocker/r-ver:devel bash
root@7c25d55d1fca:~# R
/usr/local/lib/R/bin/exec/R: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory
This seems to fix the issue caused when trying load R.
This PR, tags on to https://github.com/rocker-org/rocker-versioned/pull/198.