Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. May 09, 2019
  3. May 03, 2019
  4. May 02, 2019
  5. Mar 22, 2019
  6. Feb 21, 2019
  7. Dec 20, 2018
  8. Sep 15, 2018
  9. Aug 20, 2018
  10. Jul 20, 2018
  11. Jul 08, 2018
  12. Jun 27, 2018
  13. Apr 25, 2018
  14. Mar 27, 2018
    • Tim Trice's avatar
      Add RStudio default settings for handling history (#79) (#80) · d910498b
      Tim Trice authored
      * Add RStudio default settings for handling history (#79)
      
      Added to Dockerfiles:
      
      - mkdir /home/rstudio/.rstudio/monitored/user-settings
      
      - create file /home/rstudio/.rstudio/monitored/user-settings/user-settings
      
      	- alwaysSaveHistory = FALSE
      	- loadRDate         = FALSE
      	- saveAction        = FALSE
      
      - chown rstudio /home/rstudio/.rstudio (Must be done else RStudio will not
        load; generates error message).
      
      Originally, this was added to all Dockerfiles in subdir rstudio. However, on
      tidyverse builds these settings were overwritten somehow (user-settings file
      existed but contents were slim and not equal).
      
      Added similar section to all tidyverse Dockerfiles.
      
      Sample test builds of rstudio and tidyverse images verify settings work as
      expected.
      
      * Add RStudio user-settings file
      
      * Modify commit @00bd6da, COPY user-settings to img
      
      Undo changes to RStudio Dockerfiles in commit 00bd6da.
      
      COPY user-settings (commit de308a4) to image on build.
      
      Change ownership of ~/.rstudio directory to rstudio to prevent "Error occured
      during the transmission" errors that will prevent RStudio from loading.
      
      See: #79, #80
      
      * Undo tidyverse changes in commit 00bd6da
      d910498b
  15. Feb 28, 2018
  16. Feb 14, 2018
  17. Feb 05, 2018
  18. Jan 08, 2018
  19. Dec 12, 2017
  20. Nov 11, 2017
  21. Sep 22, 2017
  22. Aug 21, 2017
  23. Jul 03, 2017
  24. 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
  25. May 31, 2017
  26. May 03, 2017
  27. Apr 25, 2017
  28. Apr 24, 2017
  29. Mar 20, 2017
  30. Mar 08, 2017
  31. 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
  32. Dec 24, 2016
  33. Dec 23, 2016
  34. Dec 21, 2016
  35. Dec 16, 2016
  36. Dec 03, 2016
  37. Nov 17, 2016
Loading