Skip to content

intall tcl/tk

7 messages · Patrick Richardson, Dirk Eddelbuettel, Biau David +1 more

#
David,

Do you have the tcltk package installed within R? i.e. 

install.packages("tcltk")

Patrick
On Thursday 18 November 2010 08:09:06 pm Biau David wrote:
#
On 19 November 2010 at 01:09, Biau David wrote:
| I am trying to install a package (DiagnosisMed) on R (R version 2.10.1 
| (2009-12-14)) on Debian Lenny (architecture i386).

Why do you want to install from source when pre-built binaries exist?  
Please see http://cran.r-project.org/bin/linux/debian/

| I get the following error message:
[...]
| I have intalled packages
| - tcl
| - tcl8.4
| - tk
| - tk8.4
| 
| 1) I haven't figured out how to install the tcl/tk package.

You missed the point of installing -dev packages for compiling. See a) above
for an alternative.

| 2) is there a search option for the r-sig-archives; I couldn't find it.

Between

   Google
   Gmane.com search
   Mail-archive.com search
   R-Project.org search page

it should be possible to find something.

Dirk
#
On 18 November 2010 at 20:40, Patrick Richardson wrote:
| David,
| 
| Do you have the tcltk package installed within R? i.e. 
| 
| install.packages("tcltk")

Gosh, exactly how low can we sink?

This is r-sig-debian. It's about Debian/Ubuntu package mangement with R.

tcltk is a __base package__ installed with R itself, eg r-base-core.

Dirk
1 day later
#
David,

Has this been resolved properly, i.e. is your problem solved? In case not:

It seems that to me that tcl-dev and tk-dev were not present on the system 
when R was compiled. Installing them afterwards would not bring tcl/tk 
functionality, you would need to recompile afterwards.

Pre-built binaries of R itself (including tcl/tk), the recommended packages 
and some extras are available for lenny on CRAN. Look for "R binaries", than 
under "linux", then "debian".

Kind regards,

Johannes





Am Freitag, 19. November 2010, um 14:12:18 schrieb Biau David: