Skip to content
Prev 4817 / 21307 Next

[Bioc-devel] IMPORTANT inst/doc/*Rnw to vignettes/

On 10/20/2013 10:36 PM, Gordon K Smyth wrote:
The build machines run

     R CMD INSTALL --build Biobase_2.23.1.tar.gz

i.e., on the file created by R CMD build Biobase. This is not inconsistent with 
1.3.3 of Writing R Extensions:

"R CMD INSTALL --build pkg where pkg is either the name of a source tarball (in 
the usual .tar.gz format) or the location of the directory of the package source 
to be built. "

although there really seems to be only one way to build complete binaries. The 
Bioconductor build system reports what it's doing in the 'Summary' section 
'Command' line at

 
http://bioconductor.org/checkResults/devel/bioc-LATEST/Biobase/moscato2-buildbin.html

Martin