[R] tcltk support....

2007-04-26 Thread W Eryk Wolski
Rusers,

library(Rcmdr)
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system


While installing R I run configure with

configure --prefix=/bla/bla --with-tcltk
make
make install

configure did not returned any errors. Hence, I assume that the the tcl/tk
libraries have been found.


installin.packages(tcltk)
returns an error telling me that there is no package tcltk on CRAN. And
indeed there no such package on CRAN.

Whats wrong?

Eryk

[[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 support....

2007-04-26 Thread Stefan Grosse
tcltk must be installed on your system, it is not a R package. Which
Linux are you using?

W Eryk Wolski wrote:
 Rusers,

 library(Rcmdr)
 Loading required package: tcltk
 Error in firstlib(which.lib.loc, package) :
 Tcl/Tk support is not available on this system


 While installing R I run configure with

 configure --prefix=/bla/bla --with-tcltk
 make
 make install

 configure did not returned any errors. Hence, I assume that the the tcl/tk
 libraries have been found.


 installin.packages(tcltk)
 returns an error telling me that there is no package tcltk on CRAN. And
 indeed there no such package on CRAN.

 Whats wrong?

 Eryk

   [[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-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 support....

2007-04-26 Thread Stefan Grosse


 To my excuse I can say that I would have expected configure to issue
 an error or warning.

I am absolutely certain that there was a remark during configure... you
probably just have overseen that.

 I did run it  configure with --with-tcltk. But there was not a singel
 message which would point me to the fact that some packages on my
 system are missing.


__
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 support....

2007-04-26 Thread W Eryk Wolski
I use ubuntu/kubuntu...

I did not had the dev packages installed. The problem is no solved.

To my excuse I can say that I would have expected configure to issue an
error or warning.
I did run it  configure with --with-tcltk. But there was not a singel
message which would point me to the fact that some packages on my system are
missing.

cheers
Eryk



On 4/26/07, Stefan Grosse [EMAIL PROTECTED] wrote:

 tcltk must be installed on your system, it is not a R package. Which
 Linux are you using?

 W Eryk Wolski wrote:
  Rusers,
 
  library(Rcmdr)
  Loading required package: tcltk
  Error in firstlib(which.lib.loc, package) :
  Tcl/Tk support is not available on this system
 
 
  While installing R I run configure with
 
  configure --prefix=/bla/bla --with-tcltk
  make
  make install
 
  configure did not returned any errors. Hence, I assume that the the
 tcl/tk
  libraries have been found.
 
 
  installin.packages(tcltk)
  returns an error telling me that there is no package tcltk on CRAN. And
  indeed there no such package on CRAN.
 
  Whats wrong?
 
  Eryk
 
[[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.
 
 



[[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 support....

2007-04-26 Thread Stefan Grosse
I just read another post so I know youre on (K)ubuntu: you need to
install tcl8.4-dev and tk84-dev packages.

If there is no tcl/tk R installs nevertheless but is stating that at the
configuration that there is no tcl/tk support... so thats where you have
to look at.

Maybe it is better you install the deb package of 2.5.0 instead of
compiling yourself...

Stefan

W Eryk Wolski wrote:
 Rusers,

 library(Rcmdr)
 Loading required package: tcltk
 Error in firstlib(which.lib.loc, package) :
 Tcl/Tk support is not available on this system


 While installing R I run configure with

 configure --prefix=/bla/bla --with-tcltk
 make
 make install

 configure did not returned any errors. Hence, I assume that the the tcl/tk
 libraries have been found.


 installin.packages(tcltk)
 returns an error telling me that there is no package tcltk on CRAN. And
 indeed there no such package on CRAN.

 Whats wrong?

 Eryk

   [[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-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 support....

2007-04-26 Thread Peter Dalgaard
Stefan Grosse wrote:
 To my excuse I can say that I would have expected configure to issue
 an error or warning.
 

 I am absolutely certain that there was a remark during configure... you
 probably just have overseen that.

   
There's a whole sequence of them. Here's how it looks when succesful 
(Fedora)

checking for tclConfig.sh... no
checking for tclConfig.sh in library (sub)directories... 
/usr/lib/tclConfig.sh
checking for tkConfig.sh... no
checking for tkConfig.sh in library (sub)directories... /usr/lib/tkConfig.sh
checking /usr/include/tcl8.4/generic/tcl.h usability... no
checking /usr/include/tcl8.4/generic/tcl.h presence... no
checking for /usr/include/tcl8.4/generic/tcl.h... no
checking /usr/include/tcl8.4/tcl.h usability... no
checking /usr/include/tcl8.4/tcl.h presence... no
checking for /usr/include/tcl8.4/tcl.h... no
checking /usr/include/tcl.h usability... yes
checking /usr/include/tcl.h presence... yes
checking for /usr/include/tcl.h... yes
checking /usr/include/tk8.4/generic/tk.h usability... no
checking /usr/include/tk8.4/generic/tk.h presence... no
checking for /usr/include/tk8.4/generic/tk.h... no
checking /usr/include/tk8.4/tk.h usability... no
checking /usr/include/tk8.4/tk.h presence... no
checking for /usr/include/tk8.4/tk.h... no
checking /usr/include/tcl8.4/tk.h usability... no
checking /usr/include/tcl8.4/tk.h presence... no
checking for /usr/include/tcl8.4/tk.h... no
checking /usr/include/tk.h usability... yes
checking /usr/include/tk.h presence... yes
checking for /usr/include/tk.h... yes
checking whether compiling/linking Tcl/Tk code works... yes

And at the end you should get:

  Interfaces supported:  X11, tcltk
 
but of course you need to check that tcltk is there...

 I did run it  configure with --with-tcltk. But there was not a singel
 message which would point me to the fact that some packages on my
 system are missing.

 

 __
 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-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.