Skip to content
Prev 5711 / 15075 Next

X11 missing? ... was Re: [R] rgl persp3d bounding box color problem.

Regarding PATH and R.app. It is a well-known issue on OS X that R.app  
does not inherit the environment variables set in the shell (for  
example in ~/.profile or ~/.bashrc).

For example, it is complete standard that you get different output from
   # echo $PATH
and
   R> Sys.getenv("PATH")

The easiest way to fix this is to set the environment variable using  
the ~/.Rprofile and set it for example by
   Sys.setenv(PATH = "SOMETHING")
It can also be fixed by editing environment.plist (do a Google search  
for instructions).

Kasper
On Mar 3, 2009, at 20:14 , Duncan Murdoch wrote:

            

Thread (16 messages)

David Winsemius X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 2 Brian Ripley X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Rob Goedman X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Brian Ripley X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 David Winsemius X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Duncan Murdoch X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Roy Mendelssohn - NOAA Federal X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Rob Goedman X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 David Winsemius X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Rob Goedman X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 David Winsemius X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Duncan Murdoch X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Kasper Daniel Hansen X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 Brian Ripley X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 3 David Winsemius X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 4 Rob Goedman X11 missing? ... was Re: [R] rgl persp3d bounding box color problem. Mar 4