Skip to content

Commit

Permalink
recipe: r-misha (#13408)
Browse files Browse the repository at this point in the history
* repice: r-misha

* skip osx build
  • Loading branch information
matthdsm committed Jan 30, 2019
1 parent 5866475 commit e1185ae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/r-misha/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
28 changes: 28 additions & 0 deletions recipes/r-misha/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{% set version = "4.0.4" %}
package:
name: 'r-misha'
version: '{{ version }}'

source:
url: 'https://bitbucket.org/tanaylab/misha-package/get/96b4e57cfe08.zip'
sha256: f15608e7597085d62cbfc731b7936589e5d1f9938149104bd00cdc7d5f619c06

build:
number: 0
skip: true # [osx)

requirements:
host:
- r-base
- r-devtools

run:
- r-base

test:
commands:
- '$R -e "library(misha)"'
about:
home: 'https://bitbucket.org/tanaylab/misha-package'
license: GPL-2
summary: 'Toolkit for analysis of genomic data'

0 comments on commit e1185ae

Please sign in to comment.