Skip to content

Commit

Permalink
mimic-demo is on conda-forge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Mar 27, 2024
1 parent 7f3b7bf commit 490c616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install demo datasets
shell: bash -l {0}
run: |
Rscript -e 'install.packages(c("mimic.demo", "eicu.demo"), repos="https://eth-mds.github.io/physionet-demo")'
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ dependencies:
- r-pkgload
- r-codetools
- r-qpdf
- qpdf
- qpdf
- r-mimic-demo

0 comments on commit 490c616

Please sign in to comment.