Skip to content
Snippets Groups Projects
  1. May 09, 2019
  2. May 03, 2019
  3. May 02, 2019
  4. Apr 11, 2019
  5. Apr 10, 2019
    • Gergely Daróczi's avatar
      installing RStudio Server v1.2 (#135) · 3660ec27
      Gergely Daróczi authored
      * RStudio Server v1.2.1335 (and latest from now on) new path
      
      * install new dependecies for RStudio Server: libclang-dev
      
      * put new apt packges on their own lines
      
      * one-liner if/then/else for the RStudio Server download URL
      
      * fix if/then
      
      * add missing semicolon
      3660ec27
  6. Mar 22, 2019
  7. Mar 16, 2019
  8. Mar 12, 2019
  9. Feb 22, 2019
  10. Feb 21, 2019
  11. Feb 02, 2019
  12. Dec 20, 2018
  13. Dec 08, 2018
  14. Dec 07, 2018
  15. Nov 15, 2018
  16. Sep 25, 2018
  17. Sep 15, 2018
  18. Sep 14, 2018
  19. Sep 01, 2018
  20. Aug 22, 2018
  21. Aug 20, 2018
  22. Jul 20, 2018
  23. Jul 08, 2018
  24. Jun 27, 2018
  25. Apr 25, 2018
  26. 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
  27. Mar 19, 2018
  28. Feb 28, 2018
  29. Feb 14, 2018
  30. Feb 05, 2018
  31. Jan 08, 2018
  32. Dec 12, 2017
Loading