Closed lucygarner closed 2 years ago
Is this still a valid solution? Or is there a better one?
BiocManager::install('grimbough/rhdf5filters', ref = 'makevars-testing')
I presume the root cause is the same as diagnosed in #11 where some part of the R startup is printing messages to screen?
The fix from that branch was merged into the 3.13 release, so you could install that with BiocManager::install('grimbough/rhdf5filters', ref = "RELEASE_3_13")
I don't think there's any reason that won't be backwards compatible with Bioconductor 3.12 so you should be fine to use it. However BiocManager might complain about using something too new. If that's the case I can take a look at creating a patched version of the RELEASE_3_12 branch.
Thank you for the quick and helpful response.
Running this gives me:
Bioconductor version 3.12 (BiocManager 1.30.16), R 4.0.0 (2020-04-24)
Installing github package(s) 'grimbough/rhdf5filters'
Downloading GitHub repo grimbough/rhdf5filters@RELEASE_3_13
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/grimbough/rhdf5filters/tarball/RELEASE_3_13'
Sorry, my bad. I got confused between various Bioc packages & GitHub repositories. It looks like I haven't created a RELEASE_3_13 branch for this particular package, so that command won't work yet. I'll update on Monday, then it should be available.
Hi @lucygarner I've created the RELEASE_3_13
branch here on Github, so the command above should work for you now. Please let me know if you continue to run into problems.
Thank you @grimbough. This version installed ok :)
Hi,
I am having this issue with Bioconductor 3.12 but can't upgrade to 3.13 currently as our server only has a module for R 4.0.0 that works with RStudio server. What is the suggested solution?
BiocManager::install("rhdf5filters")
sessionInfo()
Best wishes, Lucy
Originally posted by @lucygarner in https://github.com/grimbough/rhdf5filters/issues/11#issuecomment-890009689