Skip to content

[Bioc-devel] Accepted packages can't find each other and fail build

6 messages · Sokratis Kariotis, Hervé Pagès, Shepherd, Lori

#
Hey all,

After the release I can see the release page of the pcxn package but not
pcxnData package. In the build page it says it cannot find the pcxn package
and fails.

Regards,
Sokratis

On 31 October 2017 at 16:33, Shepherd, Lori <Lori.Shepherd at roswellpark.org>
wrote:

  
    
#
Hi Sokratis,

Not sure why but it seems that for some reason the build machines
didn't manage to install pcxn so far. Until only now. I went on
build machine malbec1 to check whether it managed to install pcxn,
and it seems that it did:

   > "pcxn" %in% rownames(installed.packages())
   [1] TRUE

According to the log, it looks like this is the 1st time that it
gets installed on malbec1 (the data experiment builds just started
today and did the installation).

So, if everything goes as expected, pcxnData should build successfully
today and pcxnData should propagate (granted of course that it also
passes CHECK). The build/check report for data-experiment packages
should update today around 5pm EST. It will take about 1 hour after
the report is updated for pcxnData to propagate to the public repo
and for its landing page to show up.

Sorry for the inconvenience,

H.
On 11/01/2017 01:36 AM, Sokratis Kariotis wrote:

  
    
#
FYI today's data-experiment builds completed and pcxnData is
green:

 
https://bioconductor.org/checkResults/3.6/data-experiment-LATEST/pcxnData/

and propagated:

   https://bioconductor.org/packages/3.6/data/experiment/html/pcxnData.html

Now the next step is that the software builds will be able
to install pcxnData on tokay1 (Windows) and veracruz1 (Mac)
from the public data-experiment repo so the results for
pcxn should get cleared tomorrow:

   https://bioconductor.org/checkResults/3.6/bioc-LATEST/pcxn/

It's a long (and admittedly confusing) ping-pong game between the
software and data-expriment builds ;-)

Thanks for your patience,
H.
On 11/01/2017 08:21 AM, Herv? Pag?s wrote:

  
    
1 day later
#
Hey all,

I can see the landing pages for both packages now (pcxn and pcxnData) but
as I try to install them using:

source("https://bioconductor.org/biocLite.R")
biocLite("pcxnData")

I get the following:

BioC_mirror: https://bioconductor.orgUsing Bioconductor 3.5
(BiocInstaller 1.26.1), R 3.4.0 (2017-04-21).Installing package(s)
?pcxnData?Warning message:package ?pcxnData? is not available (for R
version 3.4.0)

The same happens with the pcxn package but other unrelated packages
seem to install fine.

Regards,

Sokratis
On 1 November 2017 at 22:25, Herv? Pag?s <hpages at fredhutch.org> wrote:

            

  
    
#
The data package and software package are in Bioc 3.6 not Bioc 3.5.  You will need to update BiocInstaller in order to have access to the packages.


Lori Shepherd

Bioconductor Core Team

Roswell Park Cancer Institute

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
I didn't see that, you are right they now install properly. Thank you all
for your help with these packages.

Cheers,
Sokratis

On 3 November 2017 at 11:52, Shepherd, Lori <Lori.Shepherd at roswellpark.org>
wrote: