Displaying 2 results from an estimated 2 matches for "r52817".
2010 Sep 12
2
More strange R CMD build/check errors on Windows
...lately on Windows using R-2.12. This started 2 or 3 months
ago and things are not getting better with recent R-2.12.
Here is a sample from today's build results. We use Windows Server
2003 R2 for the 32-bit builds, Windows Server 2008 R2 Enterprise
for the 64-bit builds, and R-2.12 (2010-08-26 r52817) on both machines:
>>> On 64-bit Windows:
R\bin\R.exe CMD build ACME
--> produces no output at all and returns code 0.
>>> On 32-bit Windows:
R\bin\R.exe CMD check --no-vignettes --timings affypdnn_1.23.0.tar.gz
* using log directory 'E:/biocbld/bbs-2.7-bioc/meat/af...
2010 Sep 11
1
R CMD build cannot create vignettes on Windows if Makefile is used
Hi,
I found the following problem with recent R-devel
(2010-08-26 r52817) on Windows (32-bit and 64-bit):
'R CMD build <pkg>' gets stalled during vignette
creation for packages that have a Makefile in <pkg>/inst/doc.
It seems that the problem is that the commands used in the
Makefile for converting .tex to .pdf are not able to locate
the Sweave.sty...