Skip to content

Commit 31a07d9

Browse files
authored
Revert "Bump rbase to v4.4 for r-xlsxbuilder v0.1.4 (#9)"
This reverts commit 83219db.
1 parent 83219db commit 31a07d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN wget \
1515

1616
RUN conda --version
1717

18-
RUN conda install -y -c conda-forge conda-build conda-verify anaconda-client
18+
RUN conda install -y conda-build conda-verify anaconda-client
1919

2020
COPY entrypoint.sh /entrypoint.sh
2121

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: 4
12+
number: 3
1313
rpaths:
1414
- lib/R/lib/
1515
- lib/
1616
noarch: generic
1717
requirements:
1818
host:
19-
- 'r-base >=4.4,<4.5.0a0'
19+
- 'r-base >=4.3,<4.4'
2020
- r-openxlsx
2121
run:
22-
- 'r-base >=4.4,<4.5.0a0'
22+
- 'r-base >=4.3,<4.4'
2323
- r-openxlsx
2424
test:
2525
commands:

0 commit comments

Comments
 (0)