Skip to content

Commit

Permalink
Add bioverbs recipe (#13592)
Browse files Browse the repository at this point in the history
* Add bioverbs recipe

* Bump source package version

* Remove R pinning

* Renamed dir to reflect r- prefix
  • Loading branch information
pinin4fjords committed Feb 12, 2019
1 parent 7c79037 commit def6e46
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/r-bioverbs/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
29 changes: 29 additions & 0 deletions recipes/r-bioverbs/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{% set version = "0.1.6" %}

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

source:
url: https://github.com/steinbaugh/bioverbs/archive/v{{ version }}.tar.gz
sha256: 10a0bcb1186030e41bb7eab8a06ae36c561f8523ed3ab242d06b92f7f4f670d5

build:
number: 0

requirements:
host:
- r-base
run:
- r-base

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

about:
home: https://github.com/steinbaugh/bioverbs
dev_url: https://github.com/steinbaugh/bioverbs
license: MIT
summary: S4 generic functions for bioinformatics, part of the basejump toolkit.
license_family: MIT

0 comments on commit def6e46

Please sign in to comment.