Skip to content

Commit a86763a

Browse files
authored
Fix upload r-xlsxbuilder v0.1.4 (R-base v4.4) (#11)
1 parent 9da175f commit a86763a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/r-xlsxbuilder/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ source:
99
- 'https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
1010
md5: fab06db4a481a6e31d6e1950592e49e0
1111
build:
12-
number: 3
12+
number: 4
1313
rpaths:
1414
- lib/R/lib/
1515
- lib/
1616
noarch: generic
1717
requirements:
1818
host:
19-
- 'r-base >=4.3,<4.4'
19+
- 'r-base >=4.4,<4.5.0a0'
2020
- r-openxlsx
2121
run:
22-
- 'r-base >=4.3,<4.4'
22+
- 'r-base >=4.4,<4.5.0a0'
2323
- r-openxlsx
2424
test:
2525
commands:

0 commit comments

Comments
 (0)