rformassspectrometry / RforMassSpectrometry

The R for Mass Spectrometry meta-package
https://rformassspectrometry.github.io/RforMassSpectrometry/
16 stars 8 forks source link

remove remotes once on Bioc #5

Closed lgatto closed 4 years ago

lgatto commented 5 years ago

Currently, the dependencies point to packages on github. Once these have been submitted to Bioconductor, the remotes should be removed.

lshep commented 4 years ago

BiocManager::install still will only recognize CRAN/Bioconductor - So the instructions here will currently fail as reported on the support site - temporarily you might want to update the installation page as well and then remove once all are on Bioconductor

lgatto commented 4 years ago

Thank you for pointing this out.

lgatto commented 4 years ago

@lshep - actually, I think that

BiocManager::install("RforMassSpectrometry/RforMassSpectrometry")

works. It failed before because of a missing remote, but since this is fixed, I can install all the R for Mass Spectrometry packages in one go.