Re: pl/R problem

From: Don Isgitt <djisgitt(at)soundenergy(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pl/R problem
Date: 2006-08-23 14:37:17
Message-ID: 44EC681D.3070000@soundenergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr wrote:
> On Wed, Aug 23, 2006 at 08:38:01AM -0500, Don Isgitt wrote:
>
>> Thanks for the reply and the research. The relevant file is
>>
>> [djisgitt(at)prs1 R-2.3.0]$ ls -l $R_HOME/etc/Renviron
>> -rw-rw-r-- 1 djisgitt djisgitt 1151 Jun 1 11:42
>> /home/djisgitt/R-2.3.0/etc/Renviron
>>
>> so I don't see that as the problem.
>>
>
> Have you checked the permissions on all of the directories in the
> file's path? Have you verified that PostgreSQL is using the same
> $R_HOME? You can check the environment with plr_environ():
>
>
Yes. At least world read all the way.
gds2=# select * from plr_environ() order by name;
R_HOME | /home/djisgitt/R-2.3.0
> SELECT * FROM plr_environ() ORDER BY name;
>
>

Thank you, Michael. I appreciate your help.

Don

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-08-23 14:41:38 Re: pl/R problem
Previous Message Thor Tall 2006-08-23 14:33:14 Slow insert/delete