Skip to content

Commit 15cc5fe

Browse files
BiocondaBotmencian
andauthored
Update r-jackstraw to 1.3.17 (#53119)
* Update r-jackstraw to 1.3.17 * Update meta.yaml * Update build.sh --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
1 parent f6a38d6 commit 15cc5fe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

recipes/r-jackstraw/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
2+
23
if [[ $target_platform =~ linux.* ]] || [[ $target_platform == win-32 ]] || [[ $target_platform == win-64 ]] || [[ $target_platform == osx-64 ]]; then
34
export DISABLE_AUTOBREW=1
4-
$R CMD INSTALL --build .
5+
${R} CMD INSTALL --build . ${R_ARGS}
56
else
67
mkdir -p $PREFIX/lib/R/library/jackstraw
78
mv * $PREFIX/lib/R/library/jackstraw

recipes/r-jackstraw/meta.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = '1.3.9' %}
1+
{% set version = '1.3.17' %}
22

33
package:
44
name: r-jackstraw
@@ -8,10 +8,10 @@ source:
88
url:
99
- {{ cran_mirror }}/src/contrib/jackstraw_{{ version }}.tar.gz
1010
- {{ cran_mirror }}/src/contrib/Archive/jackstraw/jackstraw_{{ version }}.tar.gz
11-
sha256: 6a599ec3803c64884973eeab44aaf5a78ec44406ef4f536993406e4b6c90f871
11+
sha256: 865bba77f21a2263d783570936d5ba2a785cb8cda7c3237c28372c9ecab1c38a
1212

1313
build:
14-
number: 1
14+
number: 0
1515
noarch: generic
1616
rpaths:
1717
- lib/R/lib/
@@ -22,17 +22,21 @@ build:
2222
requirements:
2323
host:
2424
- r-base
25+
- r-bedmatrix
2526
- r-clusterr
2627
- r-cluster
2728
- r-corpcor
29+
- r-genio
2830
- r-irlba
2931
- bioconductor-qvalue
3032
- r-rsvd
3133
run:
3234
- r-base
35+
- r-bedmatrix
3336
- r-clusterr
3437
- r-cluster
3538
- r-corpcor
39+
- r-genio
3640
- r-irlba
3741
- bioconductor-qvalue
3842
- r-rsvd

0 commit comments

Comments
 (0)