Skip to content

Commit

Permalink
Update r-seamless to 0.1.1 (#52057)
Browse files Browse the repository at this point in the history
* Update r-seamless to 0.1.1

* Add run_exports

* Reset the build number

* Fix jinja2 error

* Set explicit package name

* Fix package name for r-optparse

* Add r-optparse requirement
  • Loading branch information
Redmar-van-den-Berg authored Nov 12, 2024
1 parent c770a83 commit 42ac869
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/r-seamless/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '0.1.0' %}
{% set version = '0.1.1' %}

package:
name: r-seamless
Expand All @@ -8,14 +8,16 @@ source:
url:
- {{ cran_mirror }}/src/contrib/seAMLess_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/seAMLess/seAMLess_{{ version }}.tar.gz
sha256: ab737087b3341884e915530d772948130f60299a65af40c43e101a8c819a37a3
sha256: 8bba2ae29cd9b92fad6e5a1b12aed589ee10b49ef81189524236b07d994ea07b

build:
number: 3
number: 0
noarch: generic
rpaths:
- lib/R/lib/
- lib/
run_exports:
- {{ pin_subpackage("r-seamless", max_pin="x.x") }}

requirements:
host:
Expand All @@ -25,6 +27,7 @@ requirements:
- r-ggtern
- r-randomforest
- r-music
- r-optparse
run:
- r-base
- bioconductor-biobase
Expand All @@ -33,6 +36,7 @@ requirements:
- r-randomforest
- r-music
- xbioc
- r-optparse

test:
commands:
Expand Down

0 comments on commit 42ac869

Please sign in to comment.