Skip to content

Commit

Permalink
Update r-bcbiobase to 0.9.0 (bioconda#43491)
Browse files Browse the repository at this point in the history
* Update r-bcbiobase to 0.9.0

* Update dependencies

---------

Co-authored-by: Michael Steinbaugh <[email protected]>
  • Loading branch information
BiocondaBot and mjsteinbaugh authored Oct 11, 2023
1 parent 4d5ea50 commit 5fa7a7d
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions recipes/r-bcbiobase/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '0.8.2' %}
{% set version = '0.9.0' %}
{% set github = "https://github.com/hbc/bcbioBase" %}

package:
Expand All @@ -7,42 +7,39 @@ package:

source:
url: "{{ github }}/archive/v{{ version }}.tar.gz"
sha256: 7e343d9e1f5da2f62a64193123a441d5f1586ea5424db978930bb4479332229a
sha256: f9c3e39f86e07d1af07838f95a0f1cae6f7c142bfb0e13ceb5dd2e16f2941cb2

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

requirements:
host:
# Depends:
- r-base
# Imports:
- bioconductor-s4vectors >=0.36.0
- r-acidbase >=0.6.8
- r-acidcli >=0.2.5
- r-acidexperiment >=0.4.4
- r-acidplyr >=0.3.2
- r-goalie >=0.6.6
- r-pipette >=0.10.1
- r-stringr >=1.4.1
- r-syntactic >=0.6.3
- bioconductor-s4vectors >=0.38.0
- r-acidbase >=0.7.0
- r-acidcli >=0.3.0
- r-acidexperiment >=0.5.0
- r-acidplyr >=0.5.0
- r-goalie >=0.7.1
- r-pipette >=0.14.0
- r-syntactic >=0.7.0
run:
# Depends:
- r-base
# Imports:
- bioconductor-s4vectors >=0.36.0
- r-acidbase >=0.6.8
- r-acidcli >=0.2.5
- r-acidexperiment >=0.4.4
- r-acidplyr >=0.3.2
- r-goalie >=0.6.6
- r-pipette >=0.10.1
- r-stringr >=1.4.1
- r-syntactic >=0.6.3
- bioconductor-s4vectors >=0.38.0
- r-acidbase >=0.7.0
- r-acidcli >=0.3.0
- r-acidexperiment >=0.5.0
- r-acidplyr >=0.5.0
- r-goalie >=0.7.1
- r-pipette >=0.14.0
- r-syntactic >=0.7.0

test:
commands:
Expand Down

0 comments on commit 5fa7a7d

Please sign in to comment.