Skip to content

Commit

Permalink
Added r-brio (#13620)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored and bgruening committed Feb 13, 2019
1 parent d2135dc commit ea6e165
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/r-brio/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
67 changes: 67 additions & 0 deletions recipes/r-brio/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{% set version = "0.1.6" %}

package:
name: r-brio
version: {{ version }}

source:
url: https://github.com/steinbaugh/brio/archive/v{{ version }}.tar.gz
sha256: e7b0658b33a9b5ecb9b52c78f0a47c70abefc0d068b8eafa17669a0ab3568852

build:
number: 0

requirements:
host:
- r-base
- r-bioverbs >=0.1.3
- r-goalie >=0.2.6
- r-transformer >=0.1.3
- bioconductor-genomicranges
- bioconductor-s4vectors
- bioconductor-singlecellexperiment
- bioconductor-summarizedexperiment
- bioconductor-rtracklayer
- r-matrix >=1.2
- r-r.utils >=2.7
- r-curl >=1.95
- r-data.table >=1.11
- r-jsonlite >=1.6
- r-readr >=1.3
- r-rio >=0.5
- r-stringr >=1.3
- r-tibble >=2.0
- r-yaml >=2.2

run:
- r-base
- r-bioverbs >=0.1.3
- r-goalie >=0.2.6
- r-transformer >=0.1.3
- bioconductor-genomicranges
- bioconductor-s4vectors
- bioconductor-singlecellexperiment
- bioconductor-summarizedexperiment
- bioconductor-rtracklayer
- r-matrix >=1.2
- r-r.utils >=2.7
- r-curl >=1.95
- r-data.table >=1.11
- r-jsonlite >=1.6
- r-readr >=1.3
- r-rio >=0.5
- r-stringr >=1.3
- r-tibble >=2.0
- r-yaml >=2.2

test:
commands:
- $R -e "library('brio')"

about:
home: https://github.com/steinbaugh/brio
dev_url: https://github.com/steinbaugh/brio
license: MIT
summary: Biological R input/output. This package is part of the basejump
toolkit.
license_family: MIT

0 comments on commit ea6e165

Please sign in to comment.