Re: [R-SIG-Mac] [R] error in Package manager in GUI

2014-04-18 Thread Don McKenzie
thanks and my apologies to Simon for not remembering his post from Wednesday.

On Apr 18, 2014, at 12:05 PM, Gow, Ian i...@hbs.edu wrote:

 I think you're not alone. See here for solution: 
 https://stat.ethz.ch/pipermail/r-sig-mac/2014-April/010820.html
 
 On Apr 18, 2014, at 2:45 PM, Don McKenzie d...@u.washington.edu wrote:
 
 I just installed 3.1.0 (sessionInfo below). Using the dropdown Packages  
 Data - Package Manager in the GUI
 throws an error onto the console
 
 Error: '.find.package' is defunct.
 Use 'find.package' instead.
 See help(Defunct”)
 
 Is the GUI dropdown calling a defunct function?  I have always found this 
 GUI item to be a handy way to see what I have installed and loaded, so would 
 hate to see it go away. Of course I know I can use the command line to get 
 the same info.
 
 Thanks
 
 sessionInfo()
 R version 3.1.0 (2014-04-10)
 Platform: x86_64-apple-darwin13.1.0 (64-bit)
 
 locale:
 [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
 
 attached base packages:
 [1] stats graphics  grDevices utils datasets  methods   base 
 
 loaded via a namespace (and not attached):
 [1] tools_3.1.0
 
 
 
 Don McKenzie
 Research Ecologist
 Pacific Wildland Fire Sciences Lab
 US Forest Service
 
 Affiliate Professor
 School of Environmental and Forest Sciences
 University of Washington
 d...@uw.edu
 
 
 
 
 
  [[alternative HTML version deleted]]
 
 ATT1.c
 

Don McKenzie
Research Ecologist
Pacific Wildland Fire Sciences Lab
US Forest Service

Affiliate Professor
School of Environmental and Forest Sciences
University of Washington
d...@uw.edu





[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Cairo: Fontconfig error: Cannot load default config file

2014-04-18 Thread Jeroen Ooms
I am also experiencing a performance regression for svg and png after
upgrading to R 3.1 on Linux. Could that be related to this problem, or
was this problem specific to OSX?






On Wed, Apr 16, 2014 at 7:50 AM, Simon Urbanek
simon.urba...@r-project.org wrote:
 Thanks, this was an issue in the fontconfig used by 3.1.0, now fixed. You 
 will need to upgrade R and possibly packages that use fontconfig.

 Cheers,
 Simon


 On Apr 15, 2014, at 7:55 PM, Jeroen Ooms jeroen.o...@stat.ucla.edu wrote:

 Running on R 3.1 on my Mavericks laptop:

 options(bitmapType = cairo);
 svg(cars.svg, width=11.69, height=8.27)
 plot(cars)
 dev.off()

 Gives a message: Fontconfig error: Cannot load default config file.
 The text in the svg seems heavily pixelated. The same happens when
 using png().

 IIRC, this did not happen on R 3.0, although I am now starting to
 doubt this. Is there anything on my machine that I try to
 update/reinstall to fix this?

 ___
 R-SIG-Mac mailing list
 R-SIG-Mac@r-project.org
 https://stat.ethz.ch/mailman/listinfo/r-sig-mac



___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Cairo: Fontconfig error: Cannot load default config file

2014-04-18 Thread Simon Urbanek
On Apr 18, 2014, at 4:22 PM, Jeroen Ooms jeroen.o...@stat.ucla.edu wrote:

 I am also experiencing a performance regression for svg and png after
 upgrading to R 3.1 on Linux. Could that be related to this problem, or
 was this problem specific to OSX?
 

That was specific to the fontconfig binary linked into R for the binary 
distribution and the config files shipped with it - it had nothing to do with R 
itself and thus shouldn't really be relevant to other platforms.

Cheers,
Simon



 On Wed, Apr 16, 2014 at 7:50 AM, Simon Urbanek
 simon.urba...@r-project.org wrote:
 Thanks, this was an issue in the fontconfig used by 3.1.0, now fixed. You 
 will need to upgrade R and possibly packages that use fontconfig.
 
 Cheers,
 Simon
 
 
 On Apr 15, 2014, at 7:55 PM, Jeroen Ooms jeroen.o...@stat.ucla.edu wrote:
 
 Running on R 3.1 on my Mavericks laptop:
 
 options(bitmapType = cairo);
 svg(cars.svg, width=11.69, height=8.27)
 plot(cars)
 dev.off()
 
 Gives a message: Fontconfig error: Cannot load default config file.
 The text in the svg seems heavily pixelated. The same happens when
 using png().
 
 IIRC, this did not happen on R 3.0, although I am now starting to
 doubt this. Is there anything on my machine that I try to
 update/reinstall to fix this?
 
 ___
 R-SIG-Mac mailing list
 R-SIG-Mac@r-project.org
 https://stat.ethz.ch/mailman/listinfo/r-sig-mac
 
 
 

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac