Max, On Jul 2, 2007, at 11:14 AM, [EMAIL PROTECTED] wrote:
> > [I asked on r-help, but got no reply, so I am trying again here, > probably this list is more appropriate] > Yes, that's a much better idea ;). > I am a Mac user and prefer the quartz device. So far, I have always > typed the following in manually after starting R via ESS: > > library(CarbonEL) > options(device="quartz") > > That works without problems, and allows me to use the quartz device > instead of X11. > > I put this into my .Rprofile, thinking that this way I don't have to > type this every time I start R. Once I do this (there is nothing else > in the .Rprofile), I get the following error, though: > > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library '/Library/Frameworks/R.framework/ > Resources/library/CarbonEL/libs/ppc/CarbonEL.so': > dlopen(/Library/Frameworks/R.framework/Resources/library/CarbonEL/ > libs/ppc/CarbonEL.so, 6): Symbol not found: _TransformProcessType > Referenced from: /Library/Frameworks/R.framework/Resources/ > library/CarbonEL/libs/ppc/CarbonEL.so > Expected in: flat namespace > Error in library(CarbonEL) : .First.lib failed for 'CarbonEL' > > What do I need to do to get this to work? > Add library(graphics) *before* library(CarbonEL). Cheers, Simon _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
