Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Apr 25, 2018
  3. 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
  4. Mar 26, 2018
  5. Mar 21, 2018
  6. Mar 19, 2018
  7. Mar 08, 2018
  8. Mar 02, 2018
  9. Feb 28, 2018
  10. Feb 14, 2018
  11. Feb 05, 2018
  12. Jan 12, 2018
  13. Jan 08, 2018
  14. Dec 22, 2017
  15. Dec 13, 2017
  16. Dec 12, 2017
  17. Dec 07, 2017
  18. Dec 01, 2017
  19. Nov 17, 2017
  20. Nov 11, 2017
  21. Nov 10, 2017
  22. Nov 09, 2017
  23. Nov 08, 2017
  24. Nov 03, 2017
  25. Oct 13, 2017
Loading