cbroeckl / RAMClustR

Assigning precursor-product ion relationships in indiscriminant MS/MS data
MIT License
12 stars 16 forks source link

Organize dependencies #24

Closed hechth closed 2 years ago

hechth commented 2 years ago

The InterpretMSSpectrum package is not available on OSx, therefore it should move to Suggests and be imported via @concept in the respective functions so that it is referenced - the code in do.findmain.R should then only be executed if the package is present.

The BiocManager, stringi and xml2 packages are not imported, therefore should also be under suggests.

The package actually depends on R > 3.5.0, so it should also be noted in the package description.