The tooltip error is a known issue - old versions of GTK (or perhaps RGtk2)
did not have the function I am now using to install tooltips. You need to
follow Felix's advice and install a new version of GTK (nothing to do with
R), then install R - the order used to be important.

I would suggest starting over again - unistall everything and then follow
the instructions precisely.

I don't think the SVG is an issue.

As a temporary fix, try:

> library(rattle)
> crv$load.tooltips <- FALSE
> rattle()

Regards,
Graham


2009/8/2 Wayne Murray <wayne.mur...@medicareaustralia.gov.au>

>
> hI aLL
>
> I feel with the great advice I am getting from Felix & Graham, that I am
> finally making progress & I feel that finally I have identified the REAL
> PROBLEM. Of cause I am unsure how I will solve it but that is another
> story.
> The "trace" follows after following Grahams latest advice
>
> Error in normalizePath(path) :
>  path[1]="C:\Program Files\R\R-2.9.1\library/RSvgDevice": The system cannot
> find the file specified
> > local({pkg <- select.list(sort(.packages(all.available = TRUE)))
> + if(nchar(pkg)) library(pkg, character.only=TRUE)})
> Loading required package: pmml
> Loading required package: XML
> Rattle: Graphical interface for data mining using R.
> Version 2.4.86 Copyright (C) 2006-2009 Togaware Pty Ltd.
> Type "rattle()" to shake, rattle, and roll your data.
> > rattle()
> Error in .RGtkCall("R_setGObjectProps", obj, value, PACKAGE = "RGtk2") :
>  Invalid property tooltip-text!
>
> There appears to be a problem with the path for the RSvgDevice, but I don't
> know where that is stored & how I can change / edit the path
>
> Thanks for your patience and understanding
>
> Wayne
>
>
>
> Graham Williams wrote:
> >
> > 2009/8/1 Felix Andrews <fe...@nfrac.org>
> >
> >> Um, it sounds as if you are trying to install glade-3.4.3-win32.zip
> >> into R as a package... but it is not an R package!!
> >>
> >> GTK+/Glade is a system library to be installed into Windows.
> >> You should download the .exe (not the .zip)
> >> http://downloads.sourceforge.net/gladewin32/gtk-dev-2.12.9-win32-2.exe
> >> and run it to install it.
> >>
> >> By the way, problems with rattle are best sent to the rattle-users
> >> mailing
> >> list:
> >> http://groups.google.com/group/rattle-users
> >>
> >> -Felix
> >>
> >
> > Also Wayne, I hope you are following the instructions at
> >
> >     http://datamining.togaware.com/survivor/Install_MS_Windows.html
> >
> > If there is any ambiguity there please let me know so I can make it
> > clearer.
> > I know of many who have installed Rattle following these, so they should
> > work.
> >
> > (And thanks for the help Felix.)
> >
> > Regards,
> > Graham
> >
> >
> >
> >>
> >>
> >> --
> >> Felix Andrews / å®‰ç¦ ç«‹
> >> Postdoctoral Fellow
> >> Integrated Catchment Assessment and Management (iCAM) Centre
> >> Fenner School of Environment and Society [Bldg 48a]
> >> The Australian National University
> >> Canberra ACT 0200 Australia
> >> M: +61 410 400 963
> >> T: + 61 2 6125 1670
> >> E: felix.andr...@anu.edu.au
> >> CRICOS Provider No. 00120C
> >> --
> >> http://www.neurofractal.org/felix/
> >>
> >> ______________________________________________
> >> R-help@r-project.org mailing list
> >> https://stat.ethz.ch/mailman/listinfo/r-help
> >> PLEASE do read the posting guide
> >> http://www.R-project.org/posting-guide.html
> >> and provide commented, minimal, self-contained, reproducible code.
> >>
> >
> >       [[alternative HTML version deleted]]
> >
> >
> > ______________________________________________
> > R-help@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> > http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
> >
>
>
> -----
> Dr D. W. Murray
> Canberra, Australia
> --
> View this message in context:
> http://www.nabble.com/Problem-with-RGtk2---Rattle-tp24734447p24775223.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to