Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget \

RUN conda --version

RUN conda install -y conda-build conda-verify anaconda-client
RUN conda install -y -c conda-forge conda-build conda-verify anaconda-client

COPY entrypoint.sh /entrypoint.sh

Expand Down
6 changes: 3 additions & 3 deletions recipes/r-xlsxbuilder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ source:
- 'https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
md5: fab06db4a481a6e31d6e1950592e49e0
build:
number: 3
number: 4
rpaths:
- lib/R/lib/
- lib/
noarch: generic
requirements:
host:
- 'r-base >=4.3,<4.4'
- 'r-base >=4.4,<4.5.0a0'
- r-openxlsx
run:
- 'r-base >=4.3,<4.4'
- 'r-base >=4.4,<4.5.0a0'
- r-openxlsx
test:
commands:
Expand Down
Loading