Skip to content

Commit

Permalink
Updated Basejump with newly packaged dependencies (#13632)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored and mjsteinbaugh committed Feb 14, 2019
1 parent e5b570c commit 3520ea8
Showing 1 changed file with 61 additions and 40 deletions.
101 changes: 61 additions & 40 deletions recipes/r-basejump/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,90 +1,110 @@
{% set version = "0.9.9" %}

package:
name: r-basejump

version: "0.7.2"
version: {{ version }}

source:
url: https://github.com/steinbaugh/basejump/archive/685a16c.tar.gz
sha256: 86b7f8f0f452276c12e38ab8ee0da506fdfdb7ed9b2fe95ff1a92b70285a45dd
url: https://github.com/steinbaugh/basejump/archive/v{{ version }}.tar.gz
sha256: 6b34141663c0d4b20a383c2a76b7df39f79c2d799890a556e389d987700025bd

build:
number: 1
skip: true # [win32]
number: 0

rpaths:
- lib/R/lib/
- lib/

requirements:
host:
- 'r-base >=3.4.0'
- r-base
- bioconductor-annotationhub
- bioconductor-biobase
- bioconductor-biocgenerics
- bioconductor-ensembldb
- bioconductor-genomeinfodb
- bioconductor-s4vectors
- r-assertive
- 'r-cowplot >=0.9'
- r-cowplot >=0.9
- r-dendsort
- 'r-matrix.utils >=0.9'
- 'r-dplyr >=0.7'
- r-matrix.utils >=0.9
- r-dplyr >=0.7
- r-pbapply
- r-devtools
- 'r-ggplot2 >=2.2.1'
- 'r-knitr >=1.2.0'
- 'r-magrittr >=1.5'
- 'r-matrix >=1.2'
- r-ggplot2 >=3.0
- r-knitr >=1.2.1
- r-magrittr >=1.5
- r-matrix >=1.2
- r-rio
- r-sessioninfo
- r-pheatmap
- r-sessioninfo >=1.1
- r-pheatmap >=1.0
- r-rcolorbrewer
- 'r-rcurl >=1.95'
- 'r-readr >=1.1'
- 'r-readxl >=1.0'
- 'r-rlang >=0.2'
- r-rcurl >=1.95
- r-readr >=1.3
- r-readxl >=1.0
- r-rlang >=0.3
- r-r.utils
- r-scales
- 'r-stringr >=1.3'
- 'r-tibble >=1.4'
- 'r-tidyr >=0.8'
- r-stringr >=1.3
- r-tibble >=2.0
- r-tidyr >=0.8
- r-viridis
- r-yaml
- r-bioverbs >=0.1.6
- r-brio >=0.1.5
- r-goalie >=0.2.8
- r-syntactic >=0.1.4
- r-transformer >=0.1.4
- r-tidyselect >=0.2
- r-ggrepel >=0.8
- r-matrixstats >=0.54
- r-purrr >=0.2
- r-reshape2 >=1.4

run:
- 'r-base >=3.4.0'
- r-base
- bioconductor-annotationhub
- bioconductor-biobase
- bioconductor-biocgenerics
- bioconductor-ensembldb
- bioconductor-genomeinfodb
- bioconductor-s4vectors
- r-assertive
- 'r-cowplot >=0.9'
- r-cowplot >=0.9
- r-dendsort
- 'r-matrix.utils >=0.9'
- 'r-dplyr >=0.7'
- r-matrix.utils >=0.9
- r-dplyr >=0.7
- r-pbapply
- r-devtools
- 'r-ggplot2 >=2.2.1'
- 'r-knitr >=1.2.0'
- 'r-magrittr >=1.5'
- 'r-matrix >=1.2'
- r-ggplot2 >=3.0
- r-knitr >=1.2.1
- r-magrittr >=1.5
- r-matrix >=1.2
- r-rio
- r-sessioninfo
- r-pheatmap
- r-sessioninfo >=1.1
- r-pheatmap >=1.0
- r-rcolorbrewer
- 'r-rcurl >=1.95'
- 'r-readr >=1.1'
- 'r-readxl >=1.0'
- 'r-rlang >=0.2'
- r-rcurl >=1.95
- r-readr >=1.3
- r-readxl >=1.0
- r-rlang >=0.3
- r-r.utils
- r-scales
- 'r-stringr >=1.3'
- 'r-tibble >=1.4'
- 'r-tidyr >=0.8'
- r-stringr >=1.3
- r-tibble >=2.0
- r-tidyr >=0.8
- r-viridis
- r-yaml
- r-bioverbs >=0.1.6
- r-brio >=0.1.5
- r-goalie >=0.2.8
- r-syntactic >=0.1.4
- r-transformer >=0.1.4
- r-tidyselect >=0.2
- r-ggrepel >=0.8
- r-matrixstats >=0.54
- r-purrr >=0.2
- r-reshape2 >=1.4

test:
commands:
Expand All @@ -94,6 +114,7 @@ about:
home: https://github.com/steinbaugh/basejump
license: MIT
summary: Base functions for bioinformatics and R package development.

extra:
recipe-maintainers:
- MathiasHaudgaard
Expand Down

0 comments on commit 3520ea8

Please sign in to comment.