From e4a2aac163fef6e35933e09d218d5fee4046c28f Mon Sep 17 00:00:00 2001 From: Thomas Manke Date: Fri, 15 Mar 2024 15:10:28 +0100 Subject: [PATCH] check dslabs --- .github/workflows/render-qmd.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/render-qmd.yml b/.github/workflows/render-qmd.yml index 75a307d..1b74cd0 100644 --- a/.github/workflows/render-qmd.yml +++ b/.github/workflows/render-qmd.yml @@ -27,7 +27,7 @@ jobs: - name: Check yaml run: | cat configs/conda.yml || true - + - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@main with: @@ -50,6 +50,14 @@ jobs: run: | Rscript -e 'install.packages("dslabs", repos="https://cloud.r-project.org")' + - name: Inspect dslabs ext_data + run: | + Rscript -e 'list.files(system.file(package="dslabs"))' + + - name: Inspect dslabs ext_data again + run: | + Rscript -e 'list.files(system.file("extdata", package="dslabs"))' + - name: Render quarto #continue-on-error: true. # only for error tracking run: quarto render