Thanks for your help Ian.
I was using the standard install from your website, so sessionInfo() gave 0.6-x (I forget the last number).
I did update,packages() but then I got lots of warnings about them being built for R 2.15.2, and I had 2.15.0.
The rest of this is for someone else's benefit, in case they want to do a manual install of Deducer on Windows7 and they're new at this like I am.
To go about getting fully updated to the latest version of R (to get rid of the warnings), because, for some reason I'm yet to understand, there is no update.R() function, I went about downloading R again from
http://cran.r-project.org/ . I deleted all traces of R off my Windows7 box (uninstalling R is dirty, and leaves a lot of stuff behind in the Program Files), including all my user libraries, .JGREditorprefsrc, .JGRprefsrc, .RData in my user base directory. I then installed version of 2.15.2 (both 64 and 32 bit versions). I then gave complete Read Write Execute permissions for the R directory.
Once R was installed I ran normal R, and did install.packages() and selected Deducer. After that, I did update.packages() to make sure everything was updated. Then I tried library(Deducer), but that failed because there was some weird path problem with --libpath when JGR was trying to start up (it said to copy some path and execution lines into Wordpad, and run it as a batch. However launching Deducer in R (libpath issue) and running the batch (can't find JGR launcher exe) fails. So that was a bit of a mess.
However, I grabbed the JGR exe because in the output somewhere I saw:
So I downloaded that file, and copied it into:
C:\Program Files\R\R-2.15.2\bin
Running jgr-1_62.exe. from within that directory launched JGR, and from within JGR I went to the menu Packages & Data/Package Manager. In the package manager I located Deducer, and clicked "default" to launch it as a default on startup of JGR. To finish off, I made a shortcut to jgr-1_62.exe to my start menu, renamed the shortcut to Deducer. Now I think I have it running as it would come from your Windows Download & Install package.
The upshot of all this is, now I'm running the latest R, the latest Deducer, and as such - the pie chart is still gone (I understand that Statistician's hate it, but there are *thousands* of non-statistician scientists out there that have valid non-statistical representational uses for them; and are wandering into the R/Deducer world). However, for me, now I have the Title theme (which I didn't have before). Opts is still missing, but I don't think that matters so much.
Once again, thanks for your help Ian,
cheers,
Kieran