[Bioc-devel] annotationhub troubleshooting

2020-05-07 Thread Pierre Germon
Dear Bioconductor Support Site, I have loaded AnnotatioHub in R( ver 4.0) using Rstudio (1.2.5042) under macosx (10.15.3) and I am currently trying to retrive bos taurus annotations. I run the following script : > ah <- AnnotationHub(localHub=FALSE) snapshotDate(): 2020-04-27 > display(ah) And

[Bioc-devel] Failing Travis build on bioc-devel

2020-05-07 Thread Waldir Leoncio Netto
Dear fellow developers, I have a package which has been failing on Travis CI's bioc-devel build since the release of R 4.0.0 and Bioconductor 3.11. The bioc-release build is still working fine. The error happens when installing the SummarizedExperiment dependency (or, apparently, when

Re: [Bioc-devel] Failing Travis build on bioc-devel

2020-05-07 Thread Charlotte Soneson
Hi Waldir, try to delete the travis cache (under More Options - Caches) and restart the build. That helped for me. Best, Charlotte > On 7 May 2020, at 11:33, Waldir Leoncio Netto > wrote: > > Dear fellow developers, > > I have a package which has been failing on Travis CI's bioc-devel

Re: [Bioc-devel] Failing Travis build on bioc-devel

2020-05-07 Thread Waldir Leoncio Netto
Thank you Charlotte, that was it! On Thu, 2020-05-07 at 11:39 +0200, Charlotte Soneson wrote: Hi Waldir, try to delete the travis cache (under More Options - Caches) and restart the build. That helped for me. Best, Charlotte On 7 May 2020, at 11:33, Waldir Leoncio Netto

Re: [Bioc-devel] annotationhub troubleshooting

2020-05-07 Thread Shepherd, Lori
This is a known reported issue. See open issue: https://github.com/Bioconductor/AnnotationHub/issues/10 It actually is not coming from AnnotationHub but from interactiveDisplayBase package. I have reported the issue to those maintainers who have yet to make a fix. In the meantime there is

Re: [Bioc-devel] The new version of the package 'cbaf' is not downloadable for BioC 3.11

2020-05-07 Thread Shepherd, Lori
We have encountered some problems with the build report since last Friday as reported here https://stat.ethz.ch/pipermail/bioc-devel/2020-May/016766.html It is possibly related to that. We are hopeful we have resolved the builder issues and once it returns to a normal state we are hopeful this

[Bioc-devel] The new version of the package 'cbaf' is not downloadable for BioC 3.11

2020-05-07 Thread Arman Shahrisa
Hi to all, I�m maintainer of the package �cbaf�. I have pushed changes to both devel and stable branches almost two days ago. The package check has only been carried out for the stable release so far. There has been only one error on macOS server as a result of the version of Java used on the

[Bioc-devel] Docker images for RELEASE_3_11 and devel on R-4.0.0

2020-05-07 Thread Nitesh Turaga
Dear Maintainers, The latest set of docker images on R-4.0.0 are now available on docker hub. You can access the latest images with, docker pull bioconductor/bioconductor_docker:devel docker pull bioconductor/bioconductor_docker:RELEASE_3_11 docker pull