Displaying 20 results from an estimated 200 matches similar to: "Probblems with loading the tcltk library"
2003 Apr 01
1
Nlminb equivalent function in R?
Hello everybody
I need some help. Currently, I'm translating a code from Splus to R. In Splus code there is the function nlminb (Nonlinear Minimization subject to Box Constraints) used. Does anybody know an equivalent function in R?
Thanks for help
Kind regards,
Beat Huggler
_____________________________________________
Beat Huggler
Quantitative Analysis
RMF Investment Management
2002 May 15
3
Struchture change of a data frame
Hi guys
I've got an easy question but couldn't find any quick solution. I woulk
like to change the following matrix
good bad worse
Blue 1 2 2
Yellow 2 1 3
Black 3 4 4
Into the following structure
good 1 Blue
Bad 2 Blue
Worse 2 Blue
Good 2 Yellow
Bad 1 Yellow
Worse 2 Yellow
Good 2 Black
Bad 4 Black
Worse 4 Black
Thanks a lot.
Regards
Beat Huggler
---
Beat Huggler
Quantitative
2002 Mar 21
0
RODBC
Hi guys
I'm working with with R1.4.1 on windows
I'm trying to import data from the ODBC (Access database) with the
library RODBC. Every thing works perfect except that the dates are
factors.
> library(RODBC)
> xx <- odbcConnect("grave_liv")
> dat <- sqlQuery(xx,"SELECT All_MONTHLY.ID, All_MONTHLY.Date,
All_MONTHLY.RoR FROM (Reasons INNER JOIN
2010 Jul 20
1
[LLVMdev] Rendering MachineFunctions as HTML.
Hi All,
I've developed a pass to render machine functions as HTML pages with some
accompanying information about liveness and register pressure.
Current features:
Renders machine functions, optionally displaying estimated register pressure
for selected register classes, and liveness for selected intervals.
The following command line options can be used to enable and customise the
2002 Sep 23
3
Problems with tcltk package
Hello listers,
I have installed Tcl/Tk v8.4 on my system (Win XP, R 1.5.1). When I try to
load the Tcl/Tk package I get this error:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(tcltk) : .First.lib failed
Can someone help me, please?
Thanks,
Juan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2012 Sep 14
1
tcltk installation problem in R (Mac OS X version)
Hi all, I just installed R on my Mac OS X machine and wanted to installed
tcl/tk. So, I installed tcl/tk from this page:
http://cran.r-project.org/bin/macosx/tools/
It gets placed in /usr/local dir.
and then I installed R.
Next, in R, I set the TCL_LIBRARY variable by saying
Sys.setenv(TCL_LIBRARY="/usr/local/lib/tcl8.5")
and
Sys.setenv(TK_LIBRARY="/usr/local/lib/tk8.5")
But
2006 Feb 27
1
TclTk library loading (whole version) Linux
Hello;
Well, I'm afraid this is the second related problem I report in two days
(I'm sorry for this)
I've programmed a tcltk interface for a model and it includes a
comboBox. The comboBox widget comes with the "BWidgets" library of Tcl/Tk.
It works all perfectly with the windows R GUI (with the help of Prof.
B. Ripley), following the advices in ?Startup, but I would like
2008 Jul 17
3
Problem with TLC/TK on Ubuntu
Dear all,
I have installed R on Linux/Ubuntu 8.04. When I try to load the tcltk
package, I get the response:
> 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'
In order to solve this problem, I try to:
1. To download the tcl and the tk packages (version: 8.5) from
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
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Hi,
Got everything built but am now experiencing new errors on making the symbol tables and on 'make check'.
Here's the errors I am experiencing :-
Aaron Gray at AMD-LAPTOP-1 /usr/llvm-gcc/lib
$ ls
gcc libdummy.a libiberty.a libstdc++.a libsupc++.la
libc.a libgcc.a libm.a libstdc++.la libtrace.a
libcrtend.a libgcsemispace.a
2002 Jul 02
5
R windows FAQ (PR#1733)
Full_Name: Kevin Wright
Version: 1.5.1
OS: Windows 95
Submission from: (NULL) (170.54.59.160)
In the R windows FAQ, item 3.6 (Package TclTk does not work) currently has this
line:
Sys.putenv("TCL_LIBRARY"="c:/Program Files/Tcl/lib/tcl8.3")
I find that if I execute the following two lines after starting R, I can then do
library(tcltk) and demo(tkdensity) as usual. I do
2004 Sep 15
6
Bessel function
Dear all
Currently, I'm implementing the generalized hyperbolic distribution into
Splus. Unfortunately the Bessel function is not implemented in Splus. In
R the Bessel function does exist but it is an internal function and I'm
not able to look at the code.
Is there any possibility to see the code of the Bessel function in R or
does anybody has an implementation of the Bessel function in
2001 Mar 05
0
Portable openssh-2.5.1p1, auth-passwd.c, yellow pages, expire field
Hi,
I'm having trouble with auth_password() failing on my linux box using
yellow pages. I've tracked the problem down to the following:
pw_password = "RMf.YivanoZc2,o01N"
encrypted_password = "RMf.YivanoZc2"
This fails on the return(strcmp(encrypted_password, pw_password) == 0).
because crypt() only returns 13 characters. I seem to remember the
2002 Aug 06
1
Using Tcl/Tk on Windows
Hello,
I would like to try Tcl/Tk library on Windows.
I installed ActiveTCL 8.3.4.3 and add the environment variable TCL_LIBRARY
linking to the directory of installation.
When I load the Tcl/Tk package, I have the following error:
+--------------------------------------------------------------+
Error in firstlib(which.lib.loc, package) :
Can't find a usable init.tcl in the
2003 Feb 05
3
tcltk installation problem
Dear all,
I want to use GraspeR (on R 1.6.0) and have to install tcltk library. When
I try to do this, I get back this error message:
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(pkg, character.only = TRUE) :
.First.lib failed
But I have a tcl/tk package (Active TCL 8.4.1.0) correctly install on my PC
(Win95) and in the autoexec.bat the
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Does not look like the demangle test worked anyway :(
And 'make check' :-
$ make check
make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd
2002 Nov 21
1
tkclipboard.append(...) and TCL_LIBRARY not set
Dear R-Help,
Searching for a function that will copy the value of an R object to the
windows clipboard led me to "tkclipboard.append(...)".
Will this function do what I seek? Or if not, does anyone know of such an R
function?
If tkclipboard.append(...) is what I need, please explain how I can set
TCL_LIBRARY. With R 1.6 on W98 I got the following R dialog. (If it is
relevant,
2011 Apr 17
2
2.0.12 ipwd.c does not compile under solaris
the new src/lib/ipwd.c introduced in 2.0.12 no longer compiles on
solaris. Under solaris,
the *_r routines doesn't pass in result as the last parameter and return
errno - it just returns result.
obviously a job for configure.....
--
Roger Fujii<rmf at lookhere.com>
2006 Jun 15
1
R with tcl/tk 8.5
Hi List,
Is it possible to tell R to use tcl/tk 8.5?
My R package seems to depend on libtcl8.4.so.
However, in Windows it seems to be possible to set
TCL_LIBRARY and MY_TCLTK.
Is there something similar possible in Linux?
I have installed:
$ rpm -q R
R-2.3.1-1.fc5
$ locate libtcl8
/usr/lib/libtcl8.4.so
/usr/local/lib/libtcl8.5.so