Skip to content

Commit

Permalink
Update r-metalonda to 1.1.5 (bioconda#15800)
Browse files Browse the repository at this point in the history
* Update r-metalonda to 1.1.5

* Fixed Lint Checks

* Add missing deps
  • Loading branch information
BiocondaBot authored and kpalin committed Aug 7, 2019
1 parent 685683b commit f5a8e7e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions recipes/r-metalonda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% set version = '1.1.0' %}
{% set version = '1.1.5' %}

{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

package:
name: r-metalonda
Expand All @@ -11,18 +9,16 @@ source:
url:
- {{ cran_mirror }}/src/contrib/MetaLonDA_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/MetaLonDA/MetaLonDA_{{ version }}.tar.gz
sha256: 802fe2956c49aec9054c086ec464404297e9edc0366b6e0a4c02e3569cc1ab5e
sha256: 275ef26ab1864c01496fd62c6443eca14b6bfd4833ca8555ec38fd14914c3545

build:
merge_build_host: True # [win]
number: 5
number: 0
rpaths:
- lib/R/lib/
- lib/

noarch: generic
requirements:
build:
- {{posix}}zip # [win]

host:
- r-base
Expand All @@ -34,6 +30,8 @@ requirements:
- r-gss
- bioconductor-metagenomeseq
- r-plyr
- r-pracma
- r-zoo

run:
- r-base
Expand All @@ -45,12 +43,12 @@ requirements:
- r-gss
- bioconductor-metagenomeseq
- r-plyr
- r-pracma
- r-zoo

test:
commands:

- $R -e "library('MetaLonDA')" # [not win]
- "\"%R%\" -e \"library('MetaLonDA')\"" # [win]
- $R -e "library('MetaLonDA')"

about:
home: https://github.com/aametwally/MetaLonDA
Expand Down

0 comments on commit f5a8e7e

Please sign in to comment.