Skip to content
Prev 1719 / 15076 Next

some errors

Kasper,
On Jun 9, 2005, at 1:08 AM, Kasper Daniel Hansen wrote:

            
Yes.
I still cannot reproduce it - it works perfectly for me:

gammu:urbanek$ uname -srp
Darwin 8.1.0 powerpc
gammu:urbanek$ ls -ld /tmp/bar
drwxr-xr-x   2 urbanek  wheel  68 Jun  9 12:38 /tmp/bar
gammu:urbanek$ cat ~/.Renviron
R_LIBS=/tmp/bar
gammu:urbanek$ echo =$R_LIBS=
==
gammu:urbanek$ R

R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.0 Patched (2005-05-12), ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.

 > .libPaths()
[1] "/tmp/bar"
[2] "/Library/Frameworks/R.framework/Resources/library"
 > Sys.getenv("R_LIBS")
     R_LIBS
"/tmp/bar"
 >

If you want to try to debug your problem, you may want to look at  
$R_HOME/library/base/R/Rprofile, because that is where .libPaths gets  
set.
Can you, please, check the ls -ld $R_LIBS output?
BTW: That works only for LS-started applications.

Cheers,
Simon