Skip to content

Commit

Permalink
Install eicu.demo from conda-forge. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien authored Apr 8, 2024
1 parent 0f8362d commit d7cc29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
shell: bash -l {0}
run: |
Rscript -e 'tinytex::install_tinytex()'
- name: Install demo datasets
shell: bash -l {0}
run: |
Rscript -e 'install.packages("eicu.demo", repos="https://eth-mds.github.io/physionet-demo")'
- name: Run R CMD check
shell: bash -l {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies:
- r-codetools
- r-qpdf
- qpdf
- r-mimic.demo
- r-mimic.demo
- r-eicu.demo

0 comments on commit d7cc29f

Please sign in to comment.