Skip to content
Snippets Groups Projects
user avatar
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
History
Name Last commit Last update
..