Hello,

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?

Thanks.

Max

Mac OS X 10.4.10
R 2.3.1
CarbonEL 0.1-3

______________________________________________
R-help@stat.math.ethz.ch 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