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