Re: [Bioc-devel] SBGNview package build error: data package not available. (SBGNview.data not in build/check results)

2019-06-25 Thread dong xiaoxi
Got it! Thank you all for the information! On Tue, Jun 25, 2019 at 10:24 AM Pages, Herve wrote: > Also please note that data experiment packages are on a different > report (and SBGNview.data is in it): > >https://bioconductor.org/checkResults/3.10/data-experiment-LATEST/ > > As Lori said

Re: [Bioc-devel] SBGNview package build error: data package not available. (SBGNview.data not in build/check results)

2019-06-25 Thread Pages, Herve
Also please note that data experiment packages are on a different report (and SBGNview.data is in it): https://bioconductor.org/checkResults/3.10/data-experiment-LATEST/ As Lori said it can take a few build cycles before SBGNview.data gets installed on all the build machines. H. On 6/25/19

Re: [Bioc-devel] Error No internet connection using 'localHub=TRUE' during FlowSorted.CordBloodCombined.450k package installation

2019-06-25 Thread Shepherd, Lori
There are system environment variables that can be set that ExperimentHub/AnnotationHub will grab automatically from the environment. If a computer has the system environment variable EXPERIMENT_HUB_PROXY (ANNOTATION_HUB_PROXY) the hubs recognize these and set them automatically rather

Re: [Bioc-devel] SBGNview package build error: data package not available. (SBGNview.data not in build/check results)

2019-06-25 Thread Shepherd, Lori
Data packages are built Sunday, Tuesday, and Thursday. It can sometimes take a full week for the experiment package to build and the software package to pick up on it. Please be patient and if it still can't find it by next week please let us know and we will investigate further. Lori

Re: [Bioc-devel] Fwd: banocc problems reported in the Multiple platform build/check report for BioC 3.9

2019-06-25 Thread Vincent Carey
The error reported by the build system is reproducible on my mac running R CMD check on banocc_1.8.0.tar.gz The check error is pretty terse. I turned your vignette into an R script using knitr::purl and ran into > compiled_banocc_model <- rstan::stan_model(model_code = banocc::banocc_model)

[Bioc-devel] package test failing due to CSAW

2019-06-25 Thread Vivek Bhardwaj
Hi All The check of my package is failing locally due to the error in "csaw::scaledAverage" function. Untill version 3.9, I used to pass a DGElist object to this function call as follows: /dat.y <- csaw::asDGEList(data, assay = assay.data)//# create DGElist from SE object //dat.y <-