sneumann / Rdisop

This is the git repository matching the Bioconductor package Rdisop: Decomposition of Isotopic Patterns
4 stars 7 forks source link

Rdisop installation on Mac #11

Open cbroeckl opened 5 years ago

cbroeckl commented 5 years ago

(as you know) I have been trying to streamline RAMClustR installation. the CRAN InterpretMSSpectrum package is a dependency, and this package is dependent on Rdisop.

devtools::install_github("cbroeckl/RAMClustR", build_vignettes = TRUE, dependencies = TRUE)

succesfully installs all packages on a PC (R 3.5.1), but on a mac (same R version) we have seen a failure to install Rdisop, which prevents ramclustR from installing properly. The error message indicates that there is no Rdisop compatible with R 3.5.1. However, if we use the BioC installer

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

Installation works just fine. Obviously, we can first install Rdisop manually, but I thought I would point out this behavior in case there is an easy fix. We did observe this on two different Mac computers running 3.5.1 R.