Skip to content
Snippets Groups Projects
  1. Apr 23, 2020
  2. Apr 21, 2020
  3. Apr 15, 2020
  4. 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
  5. Apr 01, 2020
  6. Mar 27, 2020
  7. Mar 26, 2020
  8. Mar 23, 2020
  9. 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
  10. Mar 19, 2020
  11. Feb 07, 2020
  12. Feb 04, 2020
  13. Dec 22, 2019
  14. Dec 21, 2019
  15. Dec 20, 2019
  16. Dec 19, 2019
  17. Dec 14, 2019
  18. Dec 13, 2019
  19. Dec 12, 2019
  20. Dec 11, 2019
  21. Dec 06, 2019
  22. Dec 04, 2019
  23. Nov 20, 2019
  24. Nov 18, 2019
  25. Nov 15, 2019
  26. Nov 14, 2019
Loading