diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 605a577..e98bbb8 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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: | diff --git a/environment.yml b/environment.yml index c94682a..2c418c1 100644 --- a/environment.yml +++ b/environment.yml @@ -37,4 +37,5 @@ dependencies: - r-codetools - r-qpdf - qpdf - - r-mimic.demo \ No newline at end of file + - r-mimic.demo + - r-eicu.demo \ No newline at end of file