Skip to content

Commit 4f27c74

Browse files
authored
Update r-base requirement for r-xlsxbuilder (#4)
1 parent 48bc184 commit 4f27c74

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

recipes/r-xlsxbuilder/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ source:
1010
- 'https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
1111
md5: fab06db4a481a6e31d6e1950592e49e0
1212
build:
13-
number: 0
13+
number: 1
1414
rpaths:
1515
- lib/R/lib/
1616
- lib/
1717
noarch: generic
1818
requirements:
1919
host:
20-
- 'r-base >4.0,<4.1'
20+
- 'r-base >=4.0'
2121
- r-openxlsx
2222
run:
23-
- 'r-base >4.0,<4.1'
23+
- 'r-base >=4.0'
2424
- r-openxlsx
2525
test:
2626
commands:
@@ -29,4 +29,3 @@ about:
2929
home: 'https://github.com/computational-metabolomics/{{ name|lower }}'
3030
license: 'GPL (>= 2)'
3131
summary: 'Easily formatted excel outputs.'
32-

0 commit comments

Comments
 (0)