similar to: R installtion

Displaying 20 results from an estimated 2000 matches similar to: "R installtion"

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
2011 Feb 14
1
problem in installing Rattle in R 2.12.1.0
Hi all, Please help, I am getting an error when I try installing rattle. Error in as.GType(type) : Cannot convert RGtkBuilder to GType I have already installed gtk-2.12.9-win32-2  and gtk2-runtime-2.22.0-2010-10-21-ash and restarted R as instructions require. Please assist me Taby [[alternative HTML version deleted]]
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
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
2011 Aug 02
1
Problem Installing/Uninstalling Rattle
Rattle won't install properly on my Windows 7 64 bit laptop. Here is what I've tried: I've followed the instructions here: http://rattle.togaware.com/rattle-install-mswindows.html I had R installed already. I downloaded the GTK+ packages, unzipped the 32 bit one into c:\gtkwin32. I put c:\gtkwin32\bin in the system variables PATH. I launched R, installed the rattle package, called
2011 Jan 16
1
The RGtk2 package did not find libglade installed. Please install it.
Hello, I'm looking forward to mining some new data six ways from Sunday with a great looking R application named "rattle". May I please have the benefit of this list's informed thoughts on how to debug an installation error? On Debian Linux's unstable release, I've done root$ aptitude install r-cran-rattle root$ aptitude install r-cran-rgtk2 user$ R
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,
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
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 >
2009 Nov 28
1
Sending signals to current R process from R running under MS Windows (c.f. Esc)
I am using RGtk2 for a simple GUI (rattle). I start rattle from the RGui and I remain able to interact with the RGui while rattle runs. Under MS/Windows, when rattle has initiated some other underlying R command the rattle GUI remains responsive (unlike under GNU/Linux where it is not responsive until the underlying command completes). I can interrupt the running command with a press of the Esc
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
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
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
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
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
2012 Mar 13
1
suggestions for debugging problem with a package
I am trying to resolve a problem I am having with running the rattle package on two different Windows 7 x64 systems. It appears to be a problem with my two specific systems, because others on Windows 7 x64 systems aren't complaining about this problem. What I am looking for is a method for trying to determine the source of the problem. Here is what I am experiencing. I had Rattle running
2007 Jan 08
1
How to use Rattle for Data mining through R?
Dear Mr. Bengtsson, Now i am able to work with R-Matlab interface comfortably. Thanks to you. Recently, I came to know that R can be used for data mining as well. I went through the following site for this : http://rattle.togaware.com/ As they have suggested, I have also installed the two packages: > install.packages("RGtk2") > install.packages("rattle")
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
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
2009 Nov 20
1
Has anyone had success with RGTK2/rattle and windows 7 64-bit?
I have been unable to get rattle to run in my new Windows7-64 bit configuration. For wither Rgtk2 or rattle, I get an error: Entry point not found The procedure entry point g_assetion_message_expr could not be located in the dynamic link library libglib-2.0-0.dll. Any help is really appreciated.