Skip to content

[Bioc-devel] Problem with getBioC()

2 messages · Goeman, J.J. (MSTAT), Robert Gentleman

#
Hi Seth,

This was a really fresh new install of R 2.1.0 on this machine and
were the very first commands I typed on this installation of R. There is of course a version of affy in the library of a previous version of R, but that should not interfere.

Doing
reproduces the error in a new R session. See below. 

Jelle


Running getBioC version 0.7  with R version  2.1.0 

Running biocinstall version 1.0  with R version  2.1.0 
trying URL 'http://www.bioconductor.org/packages/bioc/stable/bin/windows/contrib/2.1/affy_1.6.7.zip'
Content type 'application/zip' length 1438528 bytes
opened URL
downloaded 1404Kb

package 'affy' successfully unpacked and MD5 sums checked
Error in sprintf(gettext("unable to move temp installation '%d' to '%s'"),  : 
        use format %s for character objects
#
Hi,
  I am wondering if this is related to the locale settings (are you 
using a non-English locale?) and some of the recent changes in R to 
support other character sets. Which would explain why we have not seen 
it - since we don't use non-English settings (anyone else out there with 
non-English settings willing to give this a try).


  You might also try and set options(error=recover), to see if that pops 
you into a debugger at some useful point (did you try traceback()?) 
Also, debug(install.packages), and then running this, would help to 
narrow down just what we are looking for.

   Or another experiment - try just downloading the zip file, to the 
desktop and then loading it...

HTH,
   Robert
Goeman, J.J. (MSTAT) wrote: