diff --git a/recipes/r-interpretmsspectrum/meta.yaml b/recipes/r-interpretmsspectrum/meta.yaml deleted file mode 100644 index 40d0de68aa104..0000000000000 --- a/recipes/r-interpretmsspectrum/meta.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{% set version = '1.3.3' %} - -package: - name: r-interpretmsspectrum - version: {{ version|replace("-", "_") }} - -source: - url: - - {{ cran_mirror }}/src/contrib/InterpretMSSpectrum_{{ version }}.tar.gz - - {{ cran_mirror }}/src/contrib/Archive/InterpretMSSpectrum/InterpretMSSpectrum_{{ version }}.tar.gz - sha256: 306a1541504088a05636f49e71a12d806f32fcaaa2d0622a58288452012d71db - -build: - number: 1 - noarch: generic - rpaths: - - lib/R/lib/ - - lib/ - -requirements: - host: - - r-base - - bioconductor-rdisop - - r-envipat - - r-plyr - run: - - r-base - - bioconductor-rdisop - - r-envipat - - r-plyr - -test: - commands: - - $R -e "library('InterpretMSSpectrum')" - -about: - home: http://dx.doi.org/10.1021/acs.analchem.6b02743 - license: GPL-3.0-only - summary: Annotate and interpret deconvoluted mass spectra (mass*intensity pairs) from high - resolution mass spectrometry devices. - license_family: GPL3 - license_file: - - '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3'