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