Skip to content
Snippets Groups Projects
  1. Sep 13, 2020
  2. Jun 22, 2020
  3. Jun 06, 2020
  4. May 19, 2020
  5. May 14, 2020
  6. Apr 25, 2020
  7. Apr 23, 2020
  8. Apr 21, 2020
  9. Apr 15, 2020
  10. Apr 14, 2020
    • Nitesh Turaga's avatar
      bug-fix: libpcre2-8-0 is needed along with libpcre2 for r-devel · 259c78c2
      Nitesh Turaga authored
      Without this library, the following error is produced
      
      ```
      $$ docker run -it rocker/r-ver:devel bash
      root@012af310be7d:/# 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
      ```
      
      The same error doesn't show up in the rocker/rstudio and other
      containers which inherit from this image is because another linux package is
      installing the dependency libpcre2-8-0 on the succeeding images.
      
      But for the rocker/r-ver:devel image to work, this dependency is needed.
      259c78c2
    • Olivier Benz's avatar
      Update verse · a56afec4
      Olivier Benz authored
      - Install system dependencies for R package rgl
      a56afec4
  11. Apr 07, 2020
  12. Apr 06, 2020
Loading