Skip to content

Commit

Permalink
update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent bf4dcde commit 35302b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
Rscript -e 'install.packages(c("KernSmooth"), repos="https://cloud.r-project.org")'
- name: Inspect dslabs ext_data
- name: Inspect .libPaths
run: |
Rscript -e '.libPaths()'
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can access this material in various different ways:
- Rstudio/Git: open a new Rproject ("New Project > Version Control > Git > ) and provide the same link as Repository URL. Find the `git` tab and make sure to select the relevant branch.

**Notice 1**:
The rmd files are provided for your convenience. This should save some typing (and common errors).
The qmd files are provided for your convenience. This should save some typing (and common errors).
However, this is an **interactive** course, so please use the code, understand it, change it, and break it !

**Notice 2**:
Expand Down

0 comments on commit 35302b6

Please sign in to comment.