Re: [Rd] MacOS X: update.packages(type=mac.binary) fails (PR#7836)

2005-05-04 Thread jarioksa
Message 2 of today: it works now. After re-installing R.app from the same R-2.1.0.dmg file, and fixInNamespace'ing(*) install.packages(), I managed to update 23 outdated packages from CRAN binaries for MacOS X. What I did was to: 1. change call to .install.macbinaries() into call to

Re: [Rd] MacOS X: update.packages(type=mac.binary) fails (PR#7836)

2005-05-04 Thread Prof Brian Ripley
On Wed, 4 May 2005 [EMAIL PROTECTED] wrote: Message 2 of today: it works now. After re-installing R.app from the same R-2.1.0.dmg file, and fixInNamespace'ing(*) install.packages(), I managed to update 23 outdated packages from CRAN binaries for MacOS X. What I did was to: 1. change call to

Re: [Rd] MacOS X: update.packages(type=mac.binary) fails (PR#7836)

2005-05-04 Thread Jari Oksanen
On Wed, 2005-05-04 at 09:01 +0100, Prof Brian Ripley wrote: This still requires a fix in passing type in update.packages() that B. Ripley already did for R 2.1.1, or setting options(pkgType=mac.binary). This should not be required. What does .Platform say? I don't know: R fails to

Re: [Rd] MacOS X: update.packages(type=mac.binary) fails (PR#7836)

2005-05-04 Thread Jari Oksanen
On Wed, 2005-05-04 at 09:01 +0100, Prof Brian Ripley wrote: This should not be required. What does .Platform say? I couldn't let it be: str(.Platform) List of 6 $ OS.type : chr unix $ file.sep : chr / $ dynlib.ext: chr .so $ GUI : chr AQUA $ endian: chr big $ pkgType :

Re: [Rd] MacOS X: update.packages(type=mac.binary) fails (PR#7836)

2005-05-04 Thread Prof Brian Ripley
On Wed, 4 May 2005, Jari Oksanen wrote: On Wed, 2005-05-04 at 09:01 +0100, Prof Brian Ripley wrote: This should not be required. What does .Platform say? I couldn't let it be: str(.Platform) List of 6 $ OS.type : chr unix $ file.sep : chr / $ dynlib.ext: chr .so $ GUI : chr AQUA $ endian