Skip to content

Commit

Permalink
check dslabs - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Mar 15, 2024
1 parent e4a2aac commit 05d601f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,16 @@ jobs:
- name: Inspect dslabs ext_data
run: |
Rscript -e '.libPaths()'
Rscript -e 'find.package("dslabs")'
Rscript -e 'list.files(system.file(package="dslabs"))'
Rscript -e 'list.files(system.file("extdata", package="dslabs"))'
- name: Inspect dslabs ext_data again
- name: show
run: |
Rscript -e 'list.files(system.file("extdata", package="dslabs"))'
ls -Rl "/github/home/micromamba/envs/"
ls -Rl "/github/home/micromamba/envs/Rintro/lib/R/library"
- name: Render quarto
#continue-on-error: true. # only for error tracking
Expand Down

0 comments on commit 05d601f

Please sign in to comment.