Skip to content

Commit

Permalink
R syntactic (#13619)
Browse files Browse the repository at this point in the history
* Add r-syntactic recipe

* Version dependencies
  • Loading branch information
pinin4fjords authored and dpryan79 committed Feb 13, 2019
1 parent ea6e165 commit d93a587
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/r-syntactic/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
47 changes: 47 additions & 0 deletions recipes/r-syntactic/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set version = "0.1.4" %}

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

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

build:
number: 0

requirements:
host:
- r-base
- r-bioverbs >=0.1.6
- r-goalie >=0.2.6
- bioconductor-genomicranges
- bioconductor-s4vectors
- bioconductor-summarizedexperiment
- r-matrix
- r-r.utils
- r-magrittr

run:
- r-base
- r-bioverbs >=0.1.6
- r-goalie >=0.2.6
- bioconductor-genomicranges
- bioconductor-s4vectors
- bioconductor-summarizedexperiment
- r-matrix
- r-r.utils
- r-magrittr

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

about:
home: https://github.com/steinbaugh/syntactic
dev_url: https://github.com/steinbaugh/syntactic
license: MIT
summary: Make syntactically valid names out of character vectors. This
package is part of the basejump toolkit.
license_family: MIT

0 comments on commit d93a587

Please sign in to comment.