caching - Questions on RStudio and R cache directories on Ubuntu 14.04 Trusty -


i have question regards: rstudio , r cache/working directories.

rstudio sets cache directory in ~/.rstudio-desktop.

and there r cache directory @ ~/r.

what best way set cache directory rstudio to different location, setting environment variables or properties file, or other way?

thank you.


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -