Still fighting on trying to get this to work. New problem now that I have got all the bundles installed and now X11 and CarbonEL is the error message in the subject
When I create a plot the quartz window opens but freezes with the spinning beachball.
Hopefully someone can help me again.
Thanks,
Graham
Hi Graham,
Still fighting on trying to get this to work. New problem now that I have
got all the bundles installed and now X11 and CarbonEL is the error message in the subject When I create a plot the quartz window opens but freezes with the spinning beachball.
This sounds like what would happen if "CarbonEL" isn't available (see the "Graphics" subsection, and the "Troubleshooting & FAQ" section from the Rdaemon help file). With the R daemon running --or in the console of the usual R application, outside of TextMate-- you should be able to enter
install.packages("CarbonEL")
to obtain it. (Note that it is install.packages with an "s" on the end; the command in the troubleshooting section of the Rdaemon help file suggests the singular form, which doesn't work.) If this absence isn't the problem I'm out of my depth!!
Cheers, Paul
Paul,
Thanks.
CarbonEL was installed, it wasn't initially, but my first error message related to it not being installed. However, for reasons I don't understand it now seems to be working.
I am still getting the error message, but no spinning beach ball, and I now have access to the graphic.
Also very useful to know about the "s", as I couldn't get CarbonEL to install with TextMate and ended up installing it directly with R.
Graham
On 23/02/2008, Paul McCann paul.mccann@adelaide.edu.au wrote:
Hi Graham,
Still fighting on trying to get this to work. New problem now that I have
got all the bundles installed and now X11 and CarbonEL is the error message in the subject When I create a plot the quartz window opens but freezes with the spinning beachball.
This sounds like what would happen if "CarbonEL" isn't available (see the "Graphics" subsection, and the "Troubleshooting & FAQ" section from the Rdaemon help file). With the R daemon running --or in the console of the usual R application, outside of TextMate-- you should be able to enter
install.packages("CarbonEL")
to obtain it. (Note that it is install.packages with an "s" on the end; the command in the troubleshooting section of the Rdaemon help file suggests the singular form, which doesn't work.) If this absence isn't the problem I'm out of my depth!!
Cheers, Paul
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi, sorry for the delay but I was abroad.
On 23.02.2008, at 23:57, Graham Smith wrote:
CarbonEL was installed, it wasn't initially, but my first error message related to it not being installed.
Actually 'libarary(CarbonEL)' will be executed while starting the Rdaemon. If the library wasn't found Rdaemon prompts an error message à la 'Error in library(CarbonEL) : there is no package called ‘CarbonEL’'
I am still getting the error message, but no spinning beach ball, and I now have access to the graphic.
Warning message: In quartz() : quartz() device interactivity reduced without an event loop manager
This is a WARNING message, NOT an error message.
This message will be printed out if 'quartz()' will be invoked and it couldn't find an 'AQUA' (R.app) environment regardless CarbonEL.
Also very useful to know about the "s", as I couldn't get CarbonEL to install with TextMate and ended up installing it directly with R.
Sorry! It is only a simple typo. Of course, the correct command is install.packages('CarbonEL')
It'll be fixed in the next release.
--Hans
Hans, Thanks for your reply, as you suggest the first error was because CarbonEL wasn't anywhere on my computer, and easily fixed.
I hadn't appreciated the important difference between error and warning.
However, it all seems to be working now and very nice it is too.
Graham
On 24/02/2008, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
Hi, sorry for the delay but I was abroad.
On 23.02.2008, at 23:57, Graham Smith wrote:
CarbonEL was installed, it wasn't initially, but my first error message related to it not being installed.
Actually 'libarary(CarbonEL)' will be executed while starting the Rdaemon. If the library wasn't found Rdaemon prompts an error message à la 'Error in library(CarbonEL) : there is no package called 'CarbonEL''
I am still getting the error message, but no spinning beach ball, and I now have access to the graphic.
Warning message: In quartz() : quartz() device interactivity reduced without an event loop manager
This is a WARNING message, NOT an error message.
This message will be printed out if 'quartz()' will be invoked and it couldn't find an 'AQUA' (R.app) environment regardless CarbonEL.
Also very useful to know about the "s", as I couldn't get CarbonEL to install with TextMate and ended up installing it directly with R.
Sorry! It is only a simple typo. Of course, the correct command is install.packages('CarbonEL')
It'll be fixed in the next release.
--Hans
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate