search for: scriptics

Displaying 9 results from an estimated 9 matches for "scriptics".

2004 Sep 30
1
tcl/tk
Hi all, I am already using R under Window and would like now to try and install it under Unix; I read I need tcl/tk installed so I connected to http://www.scriptics.com downloaded the file and extracted them to a directory tcltk beside R. I configured (./configure) both packages (tcl and tk) and compiled (make) them but I am not sure about how to proceed now: should I launch the command make install? Should I edit the config.site of R to specify some configura...
2001 Feb 09
1
demo(tkttest) exits with error messages
I've just installed tcl version 8.3 for windows for use with rw1021, running on win95 (4.00.950). demo(tkttest) gives the following error messages. > require(tcltk) || stop("tcltk support is absent") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in eval.with.vis(expr, envir, enclos) : tcltk support is
1999 Oct 25
1
Summary: SQL-Interface
...using proprietary C-functions with the .C-Interface (4) waiting for the .Java interface and using JDBC (5) use the contributed package RmSQL from CRAN to access the freely available mSQL (close to commercial MySQL) (6) use an intermediate "glue" language such as Tcl (see http://www.scriptics.com/), which is expected to work for Oracle (oratcl) and Sybase, but not for DB2 or MS-SQL-Server Sorry, I haven't found the time yet to implement any of those, so I can't give recommendations. Best regards -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY GmbH Bayerstrasse 21 8033...
2000 Jul 20
2
tcltk_package
Hello... I'm having problems getting the "tcltk" package to run within a recently installed version of R (R1.10 for Windows95). >library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed > Having little experience with R, I apologize for the simplicity of this question. Jason Fisher stormplot at
2004 Jan 14
0
Re: Proposed solution for exit code priority jumps
Hi John, First, I have not much experience dealing with complex dial plans. But since you asked, thought of some feedback. In my opinion .conf files should be kept as simple as possible. It should provide straight forward and simple manipulations to simple & common applications. If more complex manipulations are necessary, then those scenarios could be built using scripts. Therefore, I think
2002 Mar 25
1
Problems installing Tcl/Tk
Hi! Two questions: 1.-I am trying to put Tcl/tk to work. I keep getting the following: >Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library "C:/RW1041/library/tcltk/libs/tcltk.dll": >LoadLibrary failure: No se puede hallar uno de los archivos de biblioteca necesarios para ejecutar esta aplicaciĆ³n. >Error in library(tcltk) :
2000 Jun 17
2
R 1.1.0 for Windows
...es to be called from menus, with a worked example of a t test done in three ways. More details of graphapp, including a tutorial and a reference manual, are at http://www.cs.usyd.edu.au/~loki/GraphApp. Optional support for the Tcl/Tk interface. To use this you need to install tcl831.exe from dev.scriptics.com, and you will need the Tcl and Tk dlls in your path. Also, you need to set the environment variable TCL_LIBRARY, to something like c:/Program Files/Tcl/lib/tcl8.3. The demos(tk*) will work on Windows. The R mathematical functions can now be built as a DLL for use with your own C programs. Se...
2000 Jun 17
2
R 1.1.0 for Windows
...es to be called from menus, with a worked example of a t test done in three ways. More details of graphapp, including a tutorial and a reference manual, are at http://www.cs.usyd.edu.au/~loki/GraphApp. Optional support for the Tcl/Tk interface. To use this you need to install tcl831.exe from dev.scriptics.com, and you will need the Tcl and Tk dlls in your path. Also, you need to set the environment variable TCL_LIBRARY, to something like c:/Program Files/Tcl/lib/tcl8.3. The demos(tk*) will work on Windows. The R mathematical functions can now be built as a DLL for use with your own C programs. Se...
2005 Mar 14
11
[Fwd: Re: Help a newbie pick a gui tool kit]
...uby-ish. Or perhaps I don''t > >> >know what I am talking about:) > >> > > >> >What is the best one for a newbie to get a handle on? > >> > >>I suggest the tk-library. The bindings are already included. (ext/tk) > >>Look at www.scriptics.com or www.tcltk.com > >>Its cross platform and there is a lot of documentation available. > >> > >>ciao > >>Enno > >> > >> > > > > > > I like the wxWindows toolkit at least in Python. Haven''t tried it in > > rub...