Skip to content
Snippets Groups Projects
  1. Mar 31, 2021
  2. Jun 22, 2020
  3. Jun 06, 2020
  4. Apr 01, 2020
  5. Feb 29, 2020
  6. Feb 19, 2020
    • Olivier Benz's avatar
      Update r-ver · c163f691
      Olivier Benz authored
      - Update LABEL
      - Setup for repository mirror
      - Fix CRAN build-time variable
      c163f691
  7. Feb 07, 2020
    • Olivier Benz's avatar
      Update r-ver · ed70a9b4
      Olivier Benz authored
      - Update Dockerfile for latest version
      - Add .gitlab-ci.yml
      ed70a9b4
  8. Dec 19, 2019
  9. Dec 04, 2019
  10. Nov 18, 2019
  11. Jul 11, 2019
  12. May 02, 2019
  13. Mar 16, 2019
  14. Mar 12, 2019
  15. Dec 03, 2018
  16. Aug 14, 2018
  17. Jul 08, 2018
  18. Apr 26, 2018
  19. Apr 25, 2018
  20. Mar 19, 2018
  21. Dec 01, 2017
  22. Nov 08, 2017
    • Karl Forner's avatar
      remove explicit openblas in R installation, replaced it by the shared Blas... · 59334ba8
      Karl Forner authored
      remove explicit openblas in R installation, replaced it by the shared Blas system, as used by the debian R package. it is now possible to switch Blas implementation using LD_LIBRARY_PATH or update-alternatives by example. Also added the --with-tcltk flag, that was already automatically setup to make it more explicit.
      59334ba8
  23. Oct 13, 2017
  24. Sep 10, 2017
  25. Jul 24, 2017
  26. Jul 05, 2017
  27. Jul 03, 2017
  28. Jun 22, 2017
  29. Jun 15, 2017
    • Carl Boettiger's avatar
      Move base image to `debian:stretch` · 67e387fb
      Carl Boettiger authored
      (Debian 9.0, release 2017-06-17) for 3.4.0, latest, and devel
      
      * test for building newer versions of r-ver on debian:stretch
      * setup newer rstudio images for stretch
      * lock older versions to jessie, fix PKI on stretch versions (requires dev version from r-forge)
      * use dev version of `littler` `install2.r` script to avoid erroneous error on warning
      * Mention stretch vs jessie use in README
      67e387fb
  30. May 31, 2017
  31. Apr 26, 2017
  32. Apr 18, 2017
  33. Mar 20, 2017
  34. Mar 08, 2017
  35. Feb 08, 2017
  36. Dec 31, 2016
  37. Dec 25, 2016
    • Carl Boettiger's avatar
      R_HOME/etc wants Rprofile.site but Renviron · 8fc63bb6
      Carl Boettiger authored
      Appears that R reads only Rprofile.site but not an Rprofile file in
      R_HOME/etc.  However, R installation creates a Renviron in R_HOME/etc,
      not an Renviron.site.  It appears also that RStudio copies these into
      /etc/R, and renames both with the .site suffix.  If they do not exist,
      or /etc/R does not exist, it does not end up reading Renviron at all.
      Pretty confusing to me...
      8fc63bb6
Loading