File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+
2
3
if [[ $target_platform =~ linux.* ]] || [[ $target_platform == win-32 ]] || [[ $target_platform == win-64 ]] || [[ $target_platform == osx-64 ]]; then
3
4
export DISABLE_AUTOBREW=1
4
- $R CMD INSTALL --build .
5
+ ${R} CMD INSTALL --build . ${R_ARGS}
5
6
else
6
7
mkdir -p $PREFIX /lib/R/library/jackstraw
7
8
mv * $PREFIX /lib/R/library/jackstraw
Original file line number Diff line number Diff line change 1
- {% set version = '1.3.9 ' %}
1
+ {% set version = '1.3.17 ' %}
2
2
3
3
package :
4
4
name : r-jackstraw
@@ -8,10 +8,10 @@ source:
8
8
url :
9
9
- {{ cran_mirror }}/src/contrib/jackstraw_{{ version }}.tar.gz
10
10
- {{ cran_mirror }}/src/contrib/Archive/jackstraw/jackstraw_{{ version }}.tar.gz
11
- sha256 : 6a599ec3803c64884973eeab44aaf5a78ec44406ef4f536993406e4b6c90f871
11
+ sha256 : 865bba77f21a2263d783570936d5ba2a785cb8cda7c3237c28372c9ecab1c38a
12
12
13
13
build :
14
- number : 1
14
+ number : 0
15
15
noarch : generic
16
16
rpaths :
17
17
- lib/R/lib/
@@ -22,17 +22,21 @@ build:
22
22
requirements :
23
23
host :
24
24
- r-base
25
+ - r-bedmatrix
25
26
- r-clusterr
26
27
- r-cluster
27
28
- r-corpcor
29
+ - r-genio
28
30
- r-irlba
29
31
- bioconductor-qvalue
30
32
- r-rsvd
31
33
run :
32
34
- r-base
35
+ - r-bedmatrix
33
36
- r-clusterr
34
37
- r-cluster
35
38
- r-corpcor
39
+ - r-genio
36
40
- r-irlba
37
41
- bioconductor-qvalue
38
42
- r-rsvd
You can’t perform that action at this time.
0 commit comments