Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update r-seamless to 0.1.1 #52057

Merged
merged 8 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading