Skip to content
Prev 37773 / 63424 Next

More strange R CMD build/check errors on Windows

On 09/14/2010 11:23 AM, Herv? Pag?s wrote:
...
Not true sorry 
(https://stat.ethz.ch/pipermail/r-devel/2010-September/058530.html)

As for the strange R CMD build/check errors on Windows I still see them.
A sample of Today's Victims:

   R\bin\R.exe CMD build AffyCompatible
   * checking for file 'AffyCompatible/DESCRIPTION' ... OK
   * preparing 'AffyCompatible':
   * checking DESCRIPTION meta-information ... OK
   * installing the package to re-build vignettes
   * creating vignettes ... ERROR
   Error: ERROR: no packages specified

   R\bin\R.exe CMD build ArrayTools
   * checking for file 'ArrayTools/DESCRIPTION' ... OK
   * preparing 'ArrayTools':
   * checking DESCRIPTION meta-information ... OK
   * installing the package to re-build vignettes
         -----------------------------------
   Warning: unknown option '-l'
   * checking for file 
'E:\biocbld\bbs-2.7-bioc\tmpdir\Rtmpbtur24\Rinst494950ff/DESCRIPTION' ... NO
         -----------------------------------
   ERROR: Installation failed
   Removing installation dir

   R\bin\R.exe CMD build baySeq
   * checking for file 'baySeq/DESCRIPTION' ... OK
   * preparing 'baySeq':
   * checking DESCRIPTION meta-information ... OK
   * installing the package to re-build vignettes
   * creating vignettes ...Warning in file(con, "r") :
     cannot open file 
'E:\biocbld\bbs-2.7-bioc\tmpdir\RtmpKRrdst\xshell4d4a5c70': Permission 
denied
   Error in file(con, "r") : cannot open the connection
   Execution halted

   R\bin\R.exe CMD build beadarray
   --> produces no output at all and returns code 0.

etc...

Cheers,
H.