Skip to content
Prev 164 / 919 Next

R 2.12.0 in Fedora Updates Testing

On 11/07/2010 11:33 PM, Paul Johnson wrote:
I decided shortly after our last conversation to just go ahead and make
this change, so as of the last R update, we're now leaving R_LIBS_USER
alone and using R_LIBS_SITE.

For example, my /usr/lib64/R/etc/Renviron (Fedora 14, x86_64) has:

R_LIBS_USER=${R_LIBS_USER-'~/R/x86_64-redhat-linux-gnu-library/2.11'}
#R_LIBS_USER=${R_LIBS_USER-'~/Library/R/2.11/library'}

### Local Variables: ***
### mode: sh ***
### sh-indentation: 2 ***
### End: ***
R_LIBS_SITE=${R_LIBS_SITE-'/usr/local/lib/R/site-library:/usr/local/lib/R/library:/usr/lib64/R/library:/usr/share/R/library'}
I doubt that is valid on Linux, where shared library performance is
almost always on par with static, not to mention the potential benefit
of providing a consistent libRmath library for all packages to use.

I would be willing to reconsider this approach if there were tangible
(and not apocryphal) evidence to show a significant performance gap.

Thanks for the reminder,

~tom