Skip to content
Prev 16862 / 21312 Next

[Bioc-devel] GenomicScores: irreproducible build error caused by gwascat

On 6/5/20 07:52, Martin Morgan wrote:
This makes a lot of sense for release but for devel maybe the criteria 
for propagating a package could be relaxed? It doesn't sound too insane 
to do that but I realize it does introduce a difference between release 
and devel that could also cause its own confusion.

Another approach that is currently under consideration is to make 
BiocManager::install() capable of installing/updating packages directly 
from git.bioconductor.org in BioC devel. This could be achieved by 
making the source tarballs resulting from

   git checkout master https://git.bioconductor.org/packages/<pkg> &&
     R CMD build --no-build-vignettes <pkg>

available in their own repo (e.g. 
https://bioconductor.org/packages/devel) and add this repo to 
BiocManager::repositories() in devel. Note that these no-vignettes 
source tarballs are actually those used by the build system during the 
INSTALL stage.

How do people feel about that?

H.