Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTin-bdDp20mNvXZmFN0b_pCCW_sp9w@mail.gmail.com>
Date: 2011-04-08T00:47:56Z
From: Peter Langfelder
Subject: Where is the tcltk package?
In-Reply-To: <4D9E57B0.1030403@auckland.ac.nz>

On Thu, Apr 7, 2011 at 5:32 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote:
> On 08/04/11 12:22, Erik Iverson wrote:
>>
>> Rolf,
>>
>> What does
>>
>> ?> ?capabilities("tcltk")
>>
>> return?
>
> FALSE
>

As others have indicated, your R was compiled without Tcl/Tk support.
Most likely because Tcl/Tk was/is not installed on your system, or
perhaps it is in a non-standard location where the configure script
cannot find it.

Peter