Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Sep 15, 2018
  3. Jul 20, 2018
  4. Jun 27, 2018
  5. Apr 25, 2018
  6. 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
  7. Feb 28, 2018
  8. Feb 14, 2018
  9. Feb 05, 2018
  10. Jan 08, 2018
  11. Dec 12, 2017
  12. Nov 11, 2017
  13. Sep 22, 2017
  14. Aug 21, 2017
  15. Jul 03, 2017
  16. 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
  17. May 31, 2017
  18. May 03, 2017
  19. Apr 25, 2017
  20. Apr 24, 2017
  21. Mar 20, 2017
  22. Mar 08, 2017
  23. 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
  24. Dec 24, 2016
  25. Dec 23, 2016
  26. Dec 21, 2016
  27. Dec 16, 2016
  28. Dec 03, 2016
  29. Nov 17, 2016
  30. Nov 16, 2016
  31. Nov 15, 2016
  32. Nov 14, 2016
  33. Nov 08, 2016
Loading