Displaying 20 results from an estimated 1000 matches similar to: "Problem Installing/Uninstalling Rattle"
2010 Nov 15
6
Problem in installing and starting Rattle
Hello,
I am trying to install and run Rattle on my Dell Laptop and I have Windows 7
OS.
The following three commands executed successfully :
install.packages("RGtk2")
install.packages("rattle")
library(rattle)
Rattle: Graphical interface for data mining using R.
Version 2.5.47 Copyright (c) 2006-2010 Togaware Pty Ltd.
Type 'rattle()' to shake, rattle, and roll
2009 Nov 25
1
rattle(): unable to load shared library
Hi
I'm trying to install the rattle GUI on winwos 2000, with last version R 2.10.
I had a first problem using the rattle package, as it was asking pkg
XMl, which is no more in the CRAN repo. I instead simply install in
R/libraries the XML pkg from:
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.10/
Maybe I mised something here... So now I was able to run the library(rattle)
then,
2008 Apr 05
2
Odd tcltk and Rattle interference on MS/Windows
Hi Graham,
Your guess is right. The event loop stuff is handled differently on Windows
than on Unix-like OSes. There is a hook, called tcl_do that is hard-coded
into the R Windows GUI. It is called whenever the console is idle. RGtk2 is
able to hook into that to process GTK+ events. The problem is that the two
packages replace each other's handler. So in this case tcltk is blocking
GTK+ from
2010 Sep 23
2
Rv: Instalación Rattle para windows de 64 bits
Saludos Cordiales
Estoy tratando de instalar el rattle, sin embargo, me sale un error indicando que tengo que especificar la instalaciòn para 64 bits, alguien de ustedes sabe como hacerlo.
Atte
Diego Maldonado
[[alternative HTML version deleted]]
2013 Nov 14
1
Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort
Windows 7, R 2.15.1 64bit, RStudio 0.97.312, Rattle 2.6.26
Hi,
Please help.
I removed rattle then reinstalled then loaded then attempted to open rattle with rattle(). But each time I do that My R session in R studio aborts and restarts.
remove.packages("rattle")
install.packages("rattle")
library(rattle)
How can I fix this? I saw something in rattle-users but that applied
2008 Sep 30
1
crashes while using Rattle (GTK+)
Hi,
I'm using R 2.7.2 for Windows.I have also installed gtk-dev-2.12.9 and
rattle 2.3.65. When I work in rattle, I occasionally get these messages :
GLib-WARNING (recurser) **: g_main_context_prepare() called recursively from
within a source's check() or prepare() member. aborting....
or
GLib-WARNING (recurser) **: g_main_context_prepare() called recursively from
within a source's
2007 Feb 28
3
Package RGtk2, rattle, libatk-1.0.0.dll Errors
Dear Group,
I have followed the instructions from the link
http://datamining.togaware.com/survivor/Installing_GTK.html
However i couldn't fix the libatk01.0.0.dll application error
Here, i did uninstall R-Gui-2.4.0 then did the fresh installation and still
facing the same problem
I am using Windows- XP
*Please find the following*
R version 2.4.0 (2006-10-03)
Copyright (C) 2006 The R
2009 Oct 30
2
Rattle - libglade not found
I have just installed rattle on Ubntu 9.04, and R 2.8.1 and get an
error message when I try to run it.
> library(rattle)
> rattle()
Error in rattle() :
The RGtk2 package did not find libglade installed. Please install it.
I have installed libglade2-dev through synaptic, and following
suggestion from an earlier thread re-installed RGtk2 using
install.packages, and through synaptic.
Can
2008 Sep 03
2
Does rattle depend on testing's ggobi?
Hello All,
I'm trying to install rattle from source on a AMD64 machine running etch. I
have two packages installed from the etch backport
(r-cran-rodbc and r-cran-rsprng) but all the rest installed from source. I'm
trying to install rattle, but
install.packages("rattle", dependencies=TRUE)
Tries to install rggobi, which complains about the version of libggobi. Does
2012 Jan 04
3
rattle y R2.14 en plataforma windows
Hola, después de bastante tiempo usando con éxito rattle en R2.13 (windows y linux), he intentado instalarlo en el reciente R2.14 en plataformas windows (xp 32 y win2003-serv-64 bit) y me da infinitos problemas. Siempre falla algo relacionado con GTK+ y la URL que salta no funciona. Buscando ayuda en internet encuentro información casi que contradictoria. ¿Alguno puede recomendar un sitio que le
2007 Feb 13
1
New version of rattle released
A new version of Rattle (2.1.123), a Gnome-base GUI for data mining,
written copmletely in R, and available on GNU/Linux, Unix, Mac OSX, and
MS/Windows, has been released to CRAN.
There has been quite a lot of activity since the last update, including:
Transform:
Now include basic imputation of missing values. More to follow.
Models:
Move to using ada for boosting.
2007 Feb 13
1
New version of rattle released
A new version of Rattle (2.1.123), a Gnome-base GUI for data mining,
written copmletely in R, and available on GNU/Linux, Unix, Mac OSX, and
MS/Windows, has been released to CRAN.
There has been quite a lot of activity since the last update, including:
Transform:
Now include basic imputation of missing values. More to follow.
Models:
Move to using ada for boosting.
2007 Jul 30
1
how to install rattle() in R-GUI2.5.1
Dear Group,
I have installed R-GUI 2.5.1, thereby i tried install
>install.packages("RGtk2")
>install.packages ("rattle")
where i have problems such as below:
> install.packages("RGtk2")
Warning: unable to access index for repository
http://cran.au.r-project.org/bin/windows/contrib/2.5
Warning message:
package 'RGtk2' is not available
>
2010 Feb 25
2
how to install rattle for data mining
library(rattle)
Loading required package: pmml
Loading required package: XML
Error: package 'XML' could not be loaded
In addition: Warning message:
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :
there is no package called 'XML'
i have installed glade package
>install.packages("RGtk2")
> install.packages("rattle")
2007 Feb 28
3
Datamining-package rattle() Errors
Dear Group
I have few errors while installing package rattle from CRAN
i do the installing from the local zip files...
I am using R 2.4.0 do i have to upgrade to R2.4.1 ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils:::menuInstallLocal()
package 'rattle' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> help(rattle)
No
2009 Jan 09
1
a first opinion on rattle
Graham
I have installed rattle and is pretty intuitive and friendly. However, I miss some features of the original packages which cannot be invoked from rattle. For example, 'randomForest' package is used but random forests cannot be used in one of -in my opinion- most powerful aspects like regression. The same about SVM . I would also say include RVM which the scientific literature
2011 May 19
2
Error en Rattle
Saludos colegas. Estoy utilizando el entorno rattle para probar algunas
tareas de minería de datos sobre un dataset. Sucede que desde hace unos
días cuando intento utilizar rattle me lanza el siguiente error:
*> rattle()
Error en ret[i, ] <- c(pkgs[i], lib, desc) :
número de items para para sustituir no es un múltiplo de la longitud
del reemplazo*
Llevo algún tiempo intentando
2009 Jul 30
2
Problem with RGtk2 & Rattle
HI
Apologies for previously trying to post this question onto the Dev forum.
I have recently update my versions of R and related packages. When I try to
use rattle the following message appears
"Error in .RGtkCall("R_setGObjectProps", obj, value, PACKAGE = "RGtk2") :
Invalid property tooltip-text!"
I have downloaded and installed the latest available version of
2007 Mar 07
1
rattle- MSACCESS database problem
library(RGtk2)
library(rattle)
rattle()
click the ODBC option it as the DSN i am a bit confused with this i already
put my *.mdb file in C:drive
i try put the DSN name as Microsoft Access driver, in the appropriate text
box but i couldnt locate the table
i tried the other way round open-> locate the *.mdb in C:drive couldnt
locate
i tried RODBC aswell, but i want to use rattle to Data mine
2007 Mar 13
1
Rattle() GGobi()-Plots- How to save?
I am using R2.4.1 and using Rattle()
Rattle() --> Explore--> GGobi
I need to save the Scatter plot matrix in any type of image format.
But it save as *.xml file how can i reterive the *.xml into *.bmp or *.png?
I have tried the Export button in Rattle() not much options.
Need the group help
JJ
--
Lecturer J. Joshua Thomas
KDU College Penang Campus
Research Student,
University Sains