Re: [R] Tcltk package

2006-08-03 Thread Adrian DUSA
On Tuesday 01 August 2006 19:24, John McHenry wrote:
 [...]
 Yes, I built R myself. I couldn't find a debian package for R 2.3.1. The
 latest available is 2.2.1.

Oh, but there is... right on CRAN. For Dapper just add this line to your 
sources.list:

deb http://cran.R-project.org/bin/linux/ubuntu/ dapper/

This repository has lots of other packages compiled for Ubuntu, feel free to 
take a look.

HTH,
Adrian

-- 
Adrian DUSA
Romanian Social Data Archive
1, Schitu Magureanu Bd
050025 Bucharest sector 5
Romania
Tel./Fax: +40 21 3126618 \
  +40 21 3120210 / int.101

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Tcltk package

2006-08-03 Thread John McHenry
Hi Adrian,

Thanks for the tip. I re-installed and everything seems to work just fine. 

Thanks,

Jack.

Adrian DUSA [EMAIL PROTECTED] wrote: On Tuesday 01 August 2006 19:24, John 
McHenry wrote:
 [...]
 Yes, I built R myself. I couldn't find a debian package for R 2.3.1. The
 latest available is 2.2.1.

Oh, but there is... right on CRAN. For Dapper just add this line to your 
sources.list:

deb http://cran.R-project.org/bin/linux/ubuntu/ dapper/

This repository has lots of other packages compiled for Ubuntu, feel free to 
take a look.

HTH,
Adrian

-- 
Adrian DUSA
Romanian Social Data Archive
1, Schitu Magureanu Bd
050025 Bucharest sector 5
Romania
Tel./Fax: +40 21 3126618 \
  +40 21 3120210 / int.101



-


[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Tcltk package

2006-08-01 Thread John McHenry
Hi WizaRds,

I ran into trouble trying to install the debug package, which requires TCL/TK 
support. It seems like the tcltk package is not installed on my system.
From: http://tolstoy.newcastle.edu.au/R/help/05/07/7993.html it seems that the 
tcltk is bundled with the base R distribution.

I'm running R under linux:

 version
   _
platform   i686-pc-linux-gnu
arch   i686
os linux-gnu
system i686, linux-gnu
status
major  2
minor  3.1
year   2006
month  06
day01
svn rev38247
language   R
version.string Version 2.3.1 (2006-06-01)


 tcl8.4 and tk8.4 are both installed.
 
 The messages I get when I try to install the debug package are:

 install.packages(debug)
trying URL 'http://cran.us.r-project.org/src/contrib/debug_1.1.0.tar.gz'
Content type 'application/x-tar' length 26492 bytes
opened URL
==
downloaded 25Kb

* Installing *source* package 'debug' ...
** R
** inst
** save image
Loading required package: mvbutils
MVBUTILS: no tasks vector found in ROOT
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error: package 'tcltk' could not be loaded
Execution halted
ERROR: execution of package source for 'debug' failed
** Removing '/usr/local/lib/R/library/debug'

The downloaded packages are in
/tmp/RtmpEocXcC/downloaded_packages
Warning message:
installation of package 'debug' had non-zero exit status in: 
install.packages(debug)

Where am I going wrong?

Thanks,

Jack.



-

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Tcltk package

2006-08-01 Thread Peter Dalgaard
John McHenry [EMAIL PROTECTED] writes:

 Hi WizaRds,
 
 I ran into trouble trying to install the debug package, which requires 
 TCL/TK support. It seems like the tcltk package is not installed on my system.
 From: http://tolstoy.newcastle.edu.au/R/help/05/07/7993.html it seems that 
 the tcltk is bundled with the base R distribution.
 
 I'm running R under linux:
 
  version
_
 platform   i686-pc-linux-gnu
 arch   i686
 os linux-gnu
 system i686, linux-gnu
 status
 major  2
 minor  3.1
 year   2006
 month  06
 day01
 svn rev38247
 language   R
 version.string Version 2.3.1 (2006-06-01)
 
 
  tcl8.4 and tk8.4 are both installed.
  
  The messages I get when I try to install the debug package are:
 
  install.packages(debug)
 trying URL 'http://cran.us.r-project.org/src/contrib/debug_1.1.0.tar.gz'
 Content type 'application/x-tar' length 26492 bytes
 opened URL
 ==
 downloaded 25Kb
 
 * Installing *source* package 'debug' ...
 ** R
 ** inst
 ** save image
 Loading required package: mvbutils
 MVBUTILS: no tasks vector found in ROOT
 Loading required package: tcltk
 Error in firstlib(which.lib.loc, package) :
 Tcl/Tk support is not available on this system
 Error: package 'tcltk' could not be loaded
 Execution halted
 ERROR: execution of package source for 'debug' failed
 ** Removing '/usr/local/lib/R/library/debug'
 
 The downloaded packages are in
 /tmp/RtmpEocXcC/downloaded_packages
 Warning message:
 installation of package 'debug' had non-zero exit status in: 
 install.packages(debug)
 
 Where am I going wrong?

Did you build R yourself, and can you do library(tcltk) on R's command
line? You may well be missing the -devel packages for tcl and tk.

And, BTW, which Linux distribution is this? i686-pc-linux-gnu is not
sufficient. 


-- 
   O__   Peter Dalgaard Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - ([EMAIL PROTECTED])  FAX: (+45) 35327907

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Tcltk package

2006-08-01 Thread John McHenry
Hi Peter,
 
 Peter Dalgaard [EMAIL PROTECTED] wrote:
 
 Did you build R yourself, and can you do library(tcltk) on R's command
 line? 
 
 Yes, I built R myself. I couldn't find a debian package for R 2.3.1. The 
latest available is 2.2.1.
 
  library(tcltk)
 Error in firstlib(which.lib.loc, package) :
 Tcl/Tk support is not available on this system
 Error in library(tcltk) : .First.lib failed for 'tcltk'
 
 
  You may well be missing the -devel packages for tcl and tk. 
 
 I didn't get any warnings when I used configure. Do I need to explicitly
 configure for tcl and tk?
 
 And, BTW, which Linux distribution is this? i686-pc-linux-gnu is not
 sufficient.
 
 Ubuntu 6.06.
 
 Thanks,
 
 Jack.
 
 

Peter Dalgaard [EMAIL PROTECTED] wrote: John McHenry  writes:

 Hi WizaRds,
 
 I ran into trouble trying to install the debug package, which requires 
 TCL/TK support. It seems like the tcltk package is not installed on my system.
 From: http://tolstoy.newcastle.edu.au/R/help/05/07/7993.html it seems that 
 the tcltk is bundled with the base R distribution.
 
 I'm running R under linux:
 
  version
_
 platform   i686-pc-linux-gnu
 arch   i686
 os linux-gnu
 system i686, linux-gnu
 status
 major  2
 minor  3.1
 year   2006
 month  06
 day01
 svn rev38247
 language   R
 version.string Version 2.3.1 (2006-06-01)
 
 
  tcl8.4 and tk8.4 are both installed.
  
  The messages I get when I try to install the debug package are:
 
  install.packages(debug)
 trying URL 'http://cran.us.r-project.org/src/contrib/debug_1.1.0.tar.gz'
 Content type 'application/x-tar' length 26492 bytes
 opened URL
 ==
 downloaded 25Kb
 
 * Installing *source* package 'debug' ...
 ** R
 ** inst
 ** save image
 Loading required package: mvbutils
 MVBUTILS: no tasks vector found in ROOT
 Loading required package: tcltk
 Error in firstlib(which.lib.loc, package) :
 Tcl/Tk support is not available on this system
 Error: package 'tcltk' could not be loaded
 Execution halted
 ERROR: execution of package source for 'debug' failed
 ** Removing '/usr/local/lib/R/library/debug'
 
 The downloaded packages are in
 /tmp/RtmpEocXcC/downloaded_packages
 Warning message:
 installation of package 'debug' had non-zero exit status in: 
 install.packages(debug)
 
 Where am I going wrong?

Did you build R yourself, and can you do library(tcltk) on R's command
line? You may well be missing the -devel packages for tcl and tk.

And, BTW, which Linux distribution is this? i686-pc-linux-gnu is not
sufficient. 


-- 
   O__   Peter Dalgaard Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - ([EMAIL PROTECTED])  FAX: (+45) 35327907



-

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tcltk package problems (R 2.2.0, SuSE 10)

2005-10-28 Thread Katharine Mullen

i also had a problem getting 2.2.0 to work with tcltk on SuSE 10.0...
and with compiling R from source on SuSE 10.0.

on getting tcltk to work:

i ended up taking source for tcl and tk from
http://www.tcl.tk/software/tcltk/
and recompiling; once you unpack the tar.gz the install instructions are
in the directory /unix for both programs.  after that then

 capabilities()

shows tcltk is TRUE and it works fine.  i'm not sure if this was the
easiest solution, but it worked.

on getting SuSE 10 to compile R from source:  i was unable to use Yast to
get a fortran compiler and ended up recompiling gcc to include
gfortran from the source  (at e.g.
http://gcc.fyxm.net/releases/gcc-4.0.2/  )  if you want some more detailed
instructions feel free to mail me.

best regards and good luck.


Katharine Mullen
Department of Physics and Astronomy
Faculty of Sciences
Vrije Universiteit
de Boelelaan 1081
1081 HV Amsterdam
The Netherlands
room: T.1.06
tel: +31 205987870
fax: +31 205987992
e-mail: [EMAIL PROTECTED]
http://www.nat.vu.nl/~kate/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] tcltk package problems (R 2.2.0, SuSE 10)

2005-10-27 Thread Rainer M. Krug
Hi

I installed R 2.2.0 from source and I have the packages for tcl and tk 
installed on my system, but the package tcltk says, when I try to load 
the library tcltk: Tcl/Tk support is not available on this system.

Are there any settings / variables which I have to set so that R 
recognises that Tcl/Tk support is installed on the system?

Rainer


-- 
NEW TELEPHONE NUMBER
Tel:+27 - (0)72 808 2975 (w)

Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)

Department of Conservation Ecology
University of Stellenbosch
Matieland 7602
South Africa

Tel:+27 - (0)72 808 2975 (w)
Fax:+27 - (0)21 808 3304
Cell:   +27 - (0)83 9479 042

email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] tcltk package

2005-07-07 Thread Kurt Sys
Hi all,

I have a package depending on the tcltk-package. However, I see that 
this package has been disappeared... Is there a reason why package 
'tcltk' is not available anymore? Or is it replaced by another one?

thx,
Kurt.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk package

2005-07-07 Thread Liaw, Andy
It's included in the base R distribution, I believe.

Andy

 From: Kurt Sys
 
 Hi all,
 
 I have a package depending on the tcltk-package. However, I see that 
 this package has been disappeared... Is there a reason why package 
 'tcltk' is not available anymore? Or is it replaced by another one?
 
 thx,
 Kurt.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! 
 http://www.R-project.org/posting-guide.html
 
 


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk package

2005-07-07 Thread Roger D. Peng
How do you know that it has disappeared?

-roger

Kurt Sys wrote:
 Hi all,
 
 I have a package depending on the tcltk-package. However, I see that 
 this package has been disappeared... Is there a reason why package 
 'tcltk' is not available anymore? Or is it replaced by another one?
 
 thx,
 Kurt.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
 

-- 
Roger D. Peng
http://www.biostat.jhsph.edu/~rpeng/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk package [SOLVED]

2005-07-07 Thread Kurt Sys
I had R 2.0.1... It's not included in that distribution of R. It's ok in 
distribution 2.1.1.

thx (to all that've been replying that it's included in the base 
distribution),
Kurt.



Liaw, Andy wrote:

 It's included in the base R distribution, I believe.
 
 Andy
 
 
From: Kurt Sys

Hi all,

I have a package depending on the tcltk-package. However, I see that 
this package has been disappeared... Is there a reason why package 
'tcltk' is not available anymore? Or is it replaced by another one?

thx,
Kurt.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk package [SOLVED]

2005-07-07 Thread Martin Maechler
 Kurt == Kurt Sys [EMAIL PROTECTED]
 on Thu, 07 Jul 2005 15:07:52 +0200 writes:

Kurt I had R 2.0.1... It's not included in that distribution of R. 

That's not correct.  The tcltk package has been part of R for a
very long time.

The question is where you got the version of 'R 2.0.1' from
that you mentioned.  It must have been built by someone who
didn't know how to make tcltk work ((and the R Installation 
Administration Manual tells you about this))

Kurt It's ok in  distribution 2.1.1.

i.e., in the one you got.
Note that it is really a matter of properly building R ... see above.

Martin

Kurt thx (to all that've been replying that it's included in the base 
Kurt distribution),
Kurt Kurt.



Kurt Liaw, Andy wrote:

 It's included in the base R distribution, I believe.
 
 Andy
 
 
 From: Kurt Sys
 
 Hi all,
 
 I have a package depending on the tcltk-package. However, I see that 
 this package has been disappeared... Is there a reason why package 
 'tcltk' is not available anymore? Or is it replaced by another one?
 
 thx,
 Kurt.

Kurt __
Kurt R-help@stat.math.ethz.ch mailing list
Kurt https://stat.ethz.ch/mailman/listinfo/r-help
Kurt PLEASE do read the posting guide! 
http://www.R-project.org/posting-guide.html


Kurt !DSPAM:42cd2d5784811931259031!

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html