I've installed R-Gui2.4.0
R version 2.4.0 RC (2006-09-27 r39540)
Copyright (C) 2006 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored
I've followed the below instructions for to install packages RGtk2 and then
rattle
http://datamining.togaware.com/survivor/Installing_GTK.html
by > install.packages("RGtk2")
> install.packages("rattle")
I came across the following errors..........
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
R version 2.4.0 (2006-10-03)
Copyright (C) 2006 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'C:/PROGRA~1/R/R-24~1.0/library/RGtk2/libs/RGtk2.dll':
LoadLibrary failure: The specified module could not be found.
In addition: Warning message:
package 'RGtk2' was built under R version 2.4.1
Error: package/namespace load failed for 'RGtk2'> library(rattle)
Rattle, Graphical interface for data mining using R, Version 2.2.0.
Copyright (C) 2006 Graham.Williams@togaware.com, GPL
Type "rattle()" to shake, rattle, and roll your data.
Warning message:
package 'rattle' was built under R version 2.4.1> rattle()
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'C:/PROGRA~1/R/R-24~1.0/library/RGtk2/libs/RGtk2.dll':
LoadLibrary failure: The specified module could not be found.
In addition: Warning message:
package 'RGtk2' was built under R version 2.4.1
Error in rattle() : could not find function
"gladeXMLNew">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When i tried to use the library(RGtk2) I came across libatk-1.0.0.dll error
ask to re-install the application then i re-install but the same problem
presists.
Need some guidance
Thanks
JJ
----
[[alternative HTML version deleted]]