[Reposted by R-announce-owner because of R-announce protection. Guido is subscribed under a different E-mail..] I have made available in the 'Contributed R code | Devel' section of CRAN (in this moment only at Wien) two new packages: 'tcltk': this package let to create and use tcl/tk interpreters from R. The tcl interpreters have an additional command 'R some R commands' which let to execute R commands, e.g, 'R a<-rnorm(100)'. This can be used to define button's call-backs,... This package requires tcl/tk (tested only with versions 8.0 and 8.1) installed. Please, look to the README before installation. Status of this package is alpha. 'vtcl': it contains only one function 'visual.tcl()' which let to exec Visual Tcl (http://www.neuron.com/stewart/vtcl) from R. Visual Tcl is a Rapid Application Development (RAD) environment which in particular let to build interactively the user interface. Visual Tcl is included in the package. This package is as stable as Visual Tcl is (which, IMO, means quite stable). However, it depends from tcltk. For this reason, it is in the devel section. I will be happy to hear comments, suggestions, ... . I also hope that someone else will find the time to contribute to the development. guido masarotto -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-announce-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
System Administration
1999-Jul-06 11:42 UTC
[R] Re: New packages (tcl/tk <-> R glue + Visual Tcl)
> 'tcltk': this package let to create and use tcl/tk interpreters > from R. The tcl interpreters have an additional command > 'R some R commands' which let to execute R commands, e.g, > 'R a<-rnorm(100)'. This can be used to define button's > call-backs,... This package requires tcl/tk (tested only > with versions 8.0 and 8.1) installed. Please, look to the > README before installation. Status of this package is alpha. > > I will be happy to hear comments, suggestions, ... . > I also hope that someone else will find the time to contribute to the > development. > > guido masarottoWhen I try to install the package, I get the following message: Installing package cltk' ... libs gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c tcltk.c -o tcltk.o tcltk.c:19: tk.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target cltk.o' R exec help >>> Building/Updating help pages for package cltk' Formats: text html latex example tcltk text html latex example DONE (tcltk) DONE (INSTALL) A bug? frx -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._