R Configuration

Posted on Jun 11, 2016 in Programming

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. You can customize R libraries to use by puting a line R_LIBS="path_to_library" in the .Renviron file. However, a tricky thing is that if the specified path does not exist, then it is ignored without any warning. So sometimes you think have set up a customized library but it does not show up as expected. It is probably because you specified a incorrect path.

  2. R: update Renviron.site, not Renviron!!!