Displaying 20 results from an estimated 1000 matches similar to: "tcltk and Windo$e"
2003 Apr 21
2
randomForest crash?
I am attempting to use randomForests to look for interesting genes in
microarray data with 216genes, 2 classes and 52 samples. My data.frame
is 52x217 with the last column, V217 being the class(1 or 2).
When I try
lung.rf <- randomForest(V217 ~ ., data=tlSA216cda, importance=
TRUE, proximity = TRUE)
the GUI crashes.
I am running R-1.6.2 under windo$e98, and most
2003 Feb 10
2
multilm for simseg/acm
hi,
for working with the simseg/acm approach i need multilm and it seems
that the last version is 0.1-4.tar ?
What's wrong in the description file, if i attempt install the package ?
c:\DataMining\rw1062\bin>Rcmd Install multilm
Malformed DCF file (file multilm/DESCRIPTION, line 6)
[R1.6.2 /W2K]
P.S.
..hmm a solution might be import the functions from multilm
in my .Rprofile, but i
2003 Feb 03
2
[Out off-topic] SJava under Windows
Sorry for this off-topic subject.
I am fighting for running SJava under Windows.
SJava_0.64 (compiled by Simon Urbanek, thanks), R 1.6.2, Java JDK 1.4.0_02,
Windows XP pro:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the
Omegahat interface manager class. Check you classpath!
> # And the second time...
> .JavaInit()
It
2004 Sep 10
2
loading Sjava
I'm excited about SJava, and I'ld love to get it working, but can't get
past loading the package.
.First.lib fails on this statement:
> library.dynam("SJava", "SJava", "C:/PROGRA~1/R/rw1091/library")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2003 Jun 25
2
rw1062
hi
I need 'rw1062.zip' since i can't get excel, R1070 or R1071 to work with the R (D)COM Server
everything worked fine in the god rw1062 days
the lapack routines can't be loaded
'unable to load shared library c:\r/moduleslapack.dll, the specified library could not be found'
don't know if it's the forward slashes that anoys windows
btw, the libraries are in the
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen
Version: 1.6.2
OS: Win2000
Submission from: (NULL) (193.210.145.2)
I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
but I got the messages box:
The procedure entry point daxpy_ could not be located in the dynamic link
library R.dll
and the following lines to RGui:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable
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
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look
for any suggestion in the manuals, find nothing related?
library(Sjava)
Error in firstlib(which.lib.loc, package) :
JAVA_HOME is not set
Error in library(Sjava) : .First.lib failed
...what i have to done?
many thanks & regards,christian
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
2002 Feb 06
1
Probblems with loading the tcltk library
Hi guys
Recently a wanted to look at the opotunities which are suported by the
labrary of tcltk. Unfortunatly I couldn't load the library and it
occured the following error message:
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(pkg, character.only = TRUE) :
.First.lib failed
I've tried to load it in sveral ways. I reinstalt the
2003 Apr 17
1
R search engine and Mozilla
Not really an R question but I'm hoping someone can help me out. I'm
having problems with the R help page "The R language" and Mozilla 1.3
with the Java 2 runtime environment 1.4.1_02 under Windows XP. The
problems occur on the "Search Engine & Keywords" page. I can open two
links, but after that links aren't recognized.
The problem seems to be javascript
2003 Mar 05
2
BSOD with ESS under win2000
I have had a visit from our windows buddy the BSOD twice in one day when
running
R1.6.2 under ESS5.1.24 on a win2000 platform. I wasn't doing anything
special, just
moving or resizing the emacs window, although I did have 4 or 5 emacs
windows
open at the time. Has anyone else observed this problem?
Thanks, Darryl.
2003 Jul 31
2
history for graphics
I've seen that there's an history for graphics.
How can I save it manually?
Can I save more than 4 plots?
I'm using R1.6.2 under win98
[[alternative HTML version deleted]]
2003 Apr 10
2
R under Sun Solaris 8
Hi,
I have installed R1.6.2 on a Sun Sparc workstatioin 60 under Solaris 8.
I' m using csh, tcsh or bash- shell.
Unfortunately, it is impossible to use the "arrow-up" key on Sun's
German keyboard to repeat a R command by using this key.
Always following syntax error occurs:
^[[A
Does anybody have a hint ?
Thanks
Klaus-P. Pleissner
--
Dr. Klaus-Peter Pleissner
Max Planck
2003 Mar 21
5
Problem with read.table
Dear all, <BR><BR>I was used to work on R1.6 and I have now passed on R1.6.2 but I can''t read my <BR>file (and that is a big problem!!).<BR>I made a data sheet with some <BR>spreadsheet in Excell, and save it as separeted by tab .txt.<BR>I write in R<BR>read.table ("file.txt",h=T,sep="/t",dec=",")<BR>But R
2003 Feb 16
3
RMySQL installation and loading errors
Hi R users,
I have been trying to install and use RMySQL on Windows98 for
MySQL3.23.55-max using the pulldown menu. I am getting the following errors.
I read the doc and some archived mails about a similar problem on unix like
systems. Still can't get it to work. Some info below that may indicated where
the problem is:
* The directory RMySQL\libs is empty---I was not expecting this.
*
2003 Feb 06
5
options(chmhelp = TRUE)
Hi all,
Here's a curosity I ran into since upgrading to 1.6.2 (precompiled
for Windows). When using the chm help I get the following warning. I saw
a recent post regarding this as a new warning (``dyn.load warning
message in R1.6.2 on Windows XP'' dated 1/28/03), but not in the context
of the help system. The warning only appears once and does not prevent
the chm file from
2003 Apr 23
3
regression parms var-cov matrix
Win2k, R1.6.2.
I've been using Splus 6.1 and wanted to try the same
regression analysis in R. Using "names( blah.lm )"
in R yields
[1] "coefficients" "residuals" "effects" "rank"
[5] "fitted.values" "assign" "qr" "df.residual"
[9] "xlevels"