Skip to content
Snippets Groups Projects
  1. Feb 08, 2021
  2. Jan 25, 2021
  3. Oct 15, 2020
  4. Jul 07, 2020
  5. Jun 25, 2020
  6. May 14, 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
  11. Apr 01, 2020
  12. Mar 27, 2020
  13. Mar 26, 2020
  14. Mar 23, 2020
  15. Mar 20, 2020
    • Nitesh Turaga's avatar
      Add libpcre2-dev as it is needed by latest r-devel · 57633981
      Nitesh Turaga authored
      When the image is r-ver:devel is built without libpcre2-dev,
      the following issue is generated.
      
      ```
      checking whether PCRE support suffices... no
      configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support
      /bin/sh: 1: Rscript: not found
      ```
      
      This allows a clean build
      57633981
  16. Mar 19, 2020
  17. Feb 07, 2020
  18. Feb 04, 2020
  19. Dec 22, 2019
  20. Dec 21, 2019
  21. Dec 20, 2019
  22. Dec 19, 2019
  23. Dec 14, 2019
  24. Dec 13, 2019
  25. Dec 12, 2019
  26. Dec 11, 2019
Loading