Skip to content

MacOS X: update.packages(type="mac.binary") fails (PR#7831)

2 messages · Brian Ripley

#
Binary installs are AFAIK only supported in the GUI, where the default is
as documented.  So .install.macbinary() is not loaded except in the GUI.

The reason is that those binaries are tied to that particular build of R,
and will not work with a general build on MacOS X.

I would expect this to work from the command-line in the GUI console, and
had believed it had been tested there.
On Tue, 3 May 2005 jari.oksanen@oulu.fi wrote:

            

  
    
#
On Tue, 3 May 2005 ripley@stats.ox.ac.uk wrote:

            
A bit more checking show that the documented default is

 	"source" except under the CRAN Mac OS X build

and the default is taken from .Platform$pkgType which is controlled by 
HAVE_AQUA.  So I have no idea why this is not working as documented.
Looks like the version of src/library/utils/R/GUI.R is not that which got 
tested: over to Stefano.  .install.macbinary() should only be available 
under the GUI, though.