diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b3279cd..d83aae3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,36 +28,31 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 0 # https://github.com/ruby/setup-ruby#dealing-with-a-corrupted-cache - - name: install htmlproofer - run: gem install html-proofer -v 5.0.8 - # Cache HTMLProofer external URL results for 30 days - # https://github.com/gjtorikian/html-proofer/#caching-with-continuous-integration - - uses: actions/cache/restore@v3 - id: restore-cache-htmlproofer - with: - path: tmp/.htmlproofer - key: ${{ runner.os }}-html-proofer + # Cache lychee external URL results for 30 days - name: Download site uses: actions/download-artifact@v3 with: name: github-pages - run: tar -xf artifact.tar && rm artifact.tar - - name: run htmlproofer - # keep --swap-urls in sync with mkdocs.yml site_url - run: | - htmlproofer --ignore-missing-alt --cache '{"timeframe": {"external": "30d"}}' --swap-urls /informatics-website/:/ - # https://github.com/actions/cache/blob/main/save/README.md#always-save-cache - - uses: actions/cache/save@v3 - id: save-cache-htmlproofer + # https://github.com/lycheeverse/lychee-action#utilising-the-cache-feature + - name: Restore lychee cache + id: restore-cache + uses: actions/cache/restore@v3 + with: + path: .lycheecache + key: cache-lychee-${{ github.sha }} + restore-keys: cache-lychee- + - name: Run lychee + uses: lycheeverse/lychee-action@v1.8.0 + with: + args: "--base . --cache --max-cache-age 30d --require-https --timeout 5 --exclude 'fonts.gstatic.com' --exclude 'www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage' --exclude-path 404.html -- './**/*.html' './**/*.css'" + fail: true + - name: Save lychee cache + uses: actions/cache/save@v3 if: always() with: - path: tmp/.htmlproofer - key: ${{ runner.os }}-html-proofer + path: .lycheecache + key: ${{ steps.restore-cache.outputs.cache-primary-key }} deploy: if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) diff --git a/data/resources/links_and_tags.csv b/data/resources/links_and_tags.csv deleted file mode 100644 index 8071f19..0000000 --- a/data/resources/links_and_tags.csv +++ /dev/null @@ -1,58 +0,0 @@ -R for data science book,https://r4ds.hadley.nz/,R -R for data science book,https://r4ds.hadley.nz/,data science -Software carpentry novice git lesson,https://swcarpentry.github.io/git-novice/,git -Software carpentry novice git lesson,https://swcarpentry.github.io/git-novice/,unix -Data carpentry data wrangling for genomics,https://datacarpentry.org/wrangling-genomics/index.html,bioinformatics -Data carpentry data wrangling for genomics,https://datacarpentry.org/wrangling-genomics/index.html,genomics -Data carpentry data wrangling for genomics,https://datacarpentry.org/wrangling-genomics/index.html,variant calling -Missing semester of your CS education,https://missing.csail.mit.edu/,unix -Missing semester of your CS education,https://missing.csail.mit.edu/,git -Modern statistics for modern biology,https://web.stanford.edu/class/bios221/book/,statistics -Modern statistics for modern biology,https://web.stanford.edu/class/bios221/book/,bioinformatics -Modern statistics for modern biology,https://web.stanford.edu/class/bios221/book/,R -Modern statistics for modern biology,https://web.stanford.edu/class/bios221/book/,data science -Bacterial and viral bioinformatics resource center,https://www.bv-brc.org/,microbiology -Bacterial and viral bioinformatics resource center,https://www.bv-brc.org/,genomics -Bacterial and viral bioinformatics resource center,https://www.bv-brc.org/,metagenomics -Tidy Tuesday,https://github.com/rfordatascience/tidytuesday ,data science -Tidy Tuesday,https://github.com/rfordatascience/tidytuesday ,R -Tidy Tuesday,https://github.com/rfordatascience/tidytuesday ,python -Metagenomics wiki,https://www.metagenomics.wiki/,bioinformatics -Metagenomics wiki,https://www.metagenomics.wiki/,metagenomics -Harvard library data services,https://hlrdm.library.harvard.edu/,data science -Harvard library data services youtube series on data management,https://www.youtube.com/playlist?list=PLWIsV2soJK-VaW7IhxYyyOwiamjVV_FuB,data science -FAS RC User Codes,https://github.com/fasrc/User_Codes,unix -FAS RC User Codes,https://github.com/fasrc/User_Codes,high-performance computing -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,data science -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,bioinformatics -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,statistics -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,R -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,genomics -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,high-performance computing -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,RNA seq -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,python -Data analysis for the life sciences Harvard EdX course,http://rafalab.dfci.harvard.edu/pages/harvardx.html,machine learning -Riffomonas project: R tutorials for biologist on youtube,https://www.youtube.com/c/riffomonasproject,R -Riffomonas project: R tutorials for biologist on youtube,https://www.youtube.com/c/riffomonasproject,data science -Riffomonas project: R tutorials for biologist on youtube,https://www.youtube.com/c/riffomonasproject,data visualization -Bioinformatics workbook,https://bioinformaticsworkbook.org,bioinformatics -Bioinformatics workbook,https://bioinformaticsworkbook.org,genomics -Bioinformatics workbook,https://bioinformaticsworkbook.org,RNA seq -Bioinformatics workbook,https://bioinformaticsworkbook.org,genome assembly -Bioinformatics workbook,https://bioinformaticsworkbook.org,metagenomics -Bioinformatics workbook,https://bioinformaticsworkbook.org,nextflow -Bioinformatics workbook,https://bioinformaticsworkbook.org,data science -Guided workflows for R package Suerat (for RNA-seq),https://satijalab.org/seurat/articles/get_started.html,bioinformatics -Guided workflows for R package Suerat (for RNA-seq),https://satijalab.org/seurat/articles/get_started.html,RNA seq -Guided workflows for R package Suerat (for RNA-seq),https://satijalab.org/seurat/articles/get_started.html,single cell -Guided workflows for R package Suerat (for RNA-seq),https://satijalab.org/seurat/articles/get_started.html,R -The Python Tutorial,https://docs.python.org/3/tutorial/index.html,python -The Python Tutorial,https://docs.python.org/3/tutorial/index.html,data science -The Python Tutorial,https://docs.python.org/3/tutorial/index.html,data visualization -Python for data science handbook,https://jakevdp.github.io/PythonDataScienceHandbook/,data science -Python for data science handbook,https://jakevdp.github.io/PythonDataScienceHandbook/,python -Python for data science handbook,https://jakevdp.github.io/PythonDataScienceHandbook/,machine learning -Python for data science handbook,https://jakevdp.github.io/PythonDataScienceHandbook/,data visualization -Harvard Research Computing quickstart guide,https://docs.rc.fas.harvard.edu/kb/quickstart-guide/,high-performance computing -Harvard Research Computing quickstart guide,https://docs.rc.fas.harvard.edu/kb/quickstart-guide/,unix -Harvard Statistics department consulting office hours,https://statistics.fas.harvard.edu/harvard-statistics-consulting-service,statistics diff --git a/data/resources/resources-primary.json b/data/resources/resources-primary.json index c039788..49311ad 100644 --- a/data/resources/resources-primary.json +++ b/data/resources/resources-primary.json @@ -84,7 +84,7 @@ "id": "9", "name": "Harvard library data services", "link": "https://hlrdm.library.harvard.edu/", - "tags": ["data sciecne", "harvard"], + "tags": ["data science", "harvard"], "date-added": "11-28-2023", "status" : "active", "description": "" diff --git a/data/resources/tag-csv/.gitignore b/data/resources/tag-csv/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/data/resources/tag-csv/.gitignore @@ -0,0 +1 @@ +* diff --git a/data/resources/tag-csv/R.csv b/data/resources/tag-csv/R.csv deleted file mode 100644 index 80881e5..0000000 --- a/data/resources/tag-csv/R.csv +++ /dev/null @@ -1,7 +0,0 @@ -Resource,Tags -R for data science book,data science R -Modern statistics for modern biology,bioinformatics data science R statistics -Tidy Tuesday,data science python R -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Riffomonas project: R tutorials for biologist on YouTube,data science data visualization R -Guided workflows for R package Suerat (for RNA-seq),bioinformatics R RNA seq single cell diff --git a/data/resources/tag-csv/RNA-seq.csv b/data/resources/tag-csv/RNA-seq.csv deleted file mode 100644 index 689b518..0000000 --- a/data/resources/tag-csv/RNA-seq.csv +++ /dev/null @@ -1,4 +0,0 @@ -Resource,Tags -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq -Guided workflows for R package Suerat (for RNA-seq),bioinformatics R RNA seq single cell diff --git a/data/resources/tag-csv/bioinformatics.csv b/data/resources/tag-csv/bioinformatics.csv deleted file mode 100644 index 9f6697f..0000000 --- a/data/resources/tag-csv/bioinformatics.csv +++ /dev/null @@ -1,7 +0,0 @@ -Resource,Tags -Data carpentry data wrangling for genomics,bioinformatics genomics variant calling -Modern statistics for modern biology,bioinformatics data science R statistics -Metagenomics wiki,bioinformatics metagenomics -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq -Guided workflows for R package Suerat (for RNA-seq),bioinformatics R RNA seq single cell diff --git a/data/resources/tag-csv/data-science.csv b/data/resources/tag-csv/data-science.csv deleted file mode 100644 index 3fdb8be..0000000 --- a/data/resources/tag-csv/data-science.csv +++ /dev/null @@ -1,10 +0,0 @@ -Resource,Tags -R for data science book,data science R -Modern statistics for modern biology,bioinformatics data science R statistics -Tidy Tuesday,data science python R -Harvard library data services youtube series on data management,data science harvard -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Riffomonas project: R tutorials for biologist on YouTube,data science data visualization R -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq -The Python Tutorial,data science data visualization python -Python for data science handbook,data science data visualization machine learning python diff --git a/data/resources/tag-csv/data-visualization.csv b/data/resources/tag-csv/data-visualization.csv deleted file mode 100644 index 95dc96d..0000000 --- a/data/resources/tag-csv/data-visualization.csv +++ /dev/null @@ -1,4 +0,0 @@ -Resource,Tags -Riffomonas project: R tutorials for biologist on YouTube,data science data visualization R -The Python Tutorial,data science data visualization python -Python for data science handbook,data science data visualization machine learning python diff --git a/data/resources/tag-csv/genome-assembly.csv b/data/resources/tag-csv/genome-assembly.csv deleted file mode 100644 index e016b9e..0000000 --- a/data/resources/tag-csv/genome-assembly.csv +++ /dev/null @@ -1,2 +0,0 @@ -Resource,Tags -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq diff --git a/data/resources/tag-csv/genomics.csv b/data/resources/tag-csv/genomics.csv deleted file mode 100644 index 0953e10..0000000 --- a/data/resources/tag-csv/genomics.csv +++ /dev/null @@ -1,5 +0,0 @@ -Resource,Tags -Data carpentry data wrangling for genomics,bioinformatics genomics variant calling -Bacterial and viral bioinformatics resource center,genomics metagenomics microbiology -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq diff --git a/data/resources/tag-csv/git.csv b/data/resources/tag-csv/git.csv deleted file mode 100644 index efef90d..0000000 --- a/data/resources/tag-csv/git.csv +++ /dev/null @@ -1,3 +0,0 @@ -Resource,Tags -Software carpentry novice git lesson,git unix -Missing semester of your CS education,git unix diff --git a/data/resources/tag-csv/harvard.csv b/data/resources/tag-csv/harvard.csv deleted file mode 100644 index e7971b7..0000000 --- a/data/resources/tag-csv/harvard.csv +++ /dev/null @@ -1,7 +0,0 @@ -Resource,Tags -Harvard library data services,data sciecne harvard -Harvard library data services youtube series on data management,data science harvard -FAS RC User Codes,harvard high-performance computing unix -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Harvard Research Computing quickstart guide,harvard high-performance computing unix -Harvard Statistics department consulting office hours,harvard statistics diff --git a/data/resources/tag-csv/high-performance-computing.csv b/data/resources/tag-csv/high-performance-computing.csv deleted file mode 100644 index dbc3e9b..0000000 --- a/data/resources/tag-csv/high-performance-computing.csv +++ /dev/null @@ -1,4 +0,0 @@ -Resource,Tags -FAS RC User Codes,harvard high-performance computing unix -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Harvard Research Computing quickstart guide,harvard high-performance computing unix diff --git a/data/resources/tag-csv/machine-learning.csv b/data/resources/tag-csv/machine-learning.csv deleted file mode 100644 index 3fa5ef3..0000000 --- a/data/resources/tag-csv/machine-learning.csv +++ /dev/null @@ -1,3 +0,0 @@ -Resource,Tags -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Python for data science handbook,data science data visualization machine learning python diff --git a/data/resources/tag-csv/metagenomics.csv b/data/resources/tag-csv/metagenomics.csv deleted file mode 100644 index 0f86231..0000000 --- a/data/resources/tag-csv/metagenomics.csv +++ /dev/null @@ -1,4 +0,0 @@ -Resource,Tags -Bacterial and viral bioinformatics resource center,genomics metagenomics microbiology -Metagenomics wiki,bioinformatics metagenomics -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq diff --git a/data/resources/tag-csv/microbiology.csv b/data/resources/tag-csv/microbiology.csv deleted file mode 100644 index a2e1191..0000000 --- a/data/resources/tag-csv/microbiology.csv +++ /dev/null @@ -1,2 +0,0 @@ -Resource,Tags -Bacterial and viral bioinformatics resource center,genomics metagenomics microbiology diff --git a/data/resources/tag-csv/nextflow.csv b/data/resources/tag-csv/nextflow.csv deleted file mode 100644 index e016b9e..0000000 --- a/data/resources/tag-csv/nextflow.csv +++ /dev/null @@ -1,2 +0,0 @@ -Resource,Tags -Bioinformatics workbook,bioinformatics data science genome assembly genomics metagenomics nextflow RNA seq diff --git a/data/resources/tag-csv/python.csv b/data/resources/tag-csv/python.csv deleted file mode 100644 index 1a9d032..0000000 --- a/data/resources/tag-csv/python.csv +++ /dev/null @@ -1,5 +0,0 @@ -Resource,Tags -Tidy Tuesday,data science python R -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -The Python Tutorial,data science data visualization python -Python for data science handbook,data science data visualization machine learning python diff --git a/data/resources/tag-csv/single-cell.csv b/data/resources/tag-csv/single-cell.csv deleted file mode 100644 index 03c0347..0000000 --- a/data/resources/tag-csv/single-cell.csv +++ /dev/null @@ -1,2 +0,0 @@ -Resource,Tags -Guided workflows for R package Suerat (for RNA-seq),bioinformatics R RNA seq single cell diff --git a/data/resources/tag-csv/statistics.csv b/data/resources/tag-csv/statistics.csv deleted file mode 100644 index 5b30cd9..0000000 --- a/data/resources/tag-csv/statistics.csv +++ /dev/null @@ -1,4 +0,0 @@ -Resource,Tags -Modern statistics for modern biology,bioinformatics data science R statistics -Data analysis for the life sciences Harvard EdX course,bioinformatics data science genomics harvard high-performance computing machine learning python R RNA seq statistics -Harvard Statistics department consulting office hours,harvard statistics diff --git a/data/resources/tag-csv/template.csv b/data/resources/tag-csv/template.csv deleted file mode 100644 index 484a142..0000000 --- a/data/resources/tag-csv/template.csv +++ /dev/null @@ -1 +0,0 @@ -Resource,Tags diff --git a/data/resources/tag-csv/unix.csv b/data/resources/tag-csv/unix.csv deleted file mode 100644 index eaaeb3c..0000000 --- a/data/resources/tag-csv/unix.csv +++ /dev/null @@ -1,5 +0,0 @@ -Resource,Tags -Software carpentry novice git lesson,git unix -Missing semester of your CS education,git unix -FAS RC User Codes,harvard high-performance computing unix -Harvard Research Computing quickstart guide,harvard high-performance computing unix diff --git a/data/resources/tag-csv/variant-calling.csv b/data/resources/tag-csv/variant-calling.csv deleted file mode 100644 index f29b756..0000000 --- a/data/resources/tag-csv/variant-calling.csv +++ /dev/null @@ -1,2 +0,0 @@ -Resource,Tags -Data carpentry data wrangling for genomics,bioinformatics genomics variant calling diff --git a/docs/resources/Workshops/R/R-workshop-2023-Part3.md b/docs/resources/Workshops/R/R-workshop-2023-Part3.md index c875c3b..fd3d795 100644 --- a/docs/resources/Workshops/R/R-workshop-2023-Part3.md +++ b/docs/resources/Workshops/R/R-workshop-2023-Part3.md @@ -74,7 +74,7 @@ Furthermore, while these basic plots are easy to generate, more complex plots, s ## Introduction to ggplot -[ggplot](https://ggplot2.tidyverse.org/) is a **package** (library of code with various functions) that is part of the **tidyverse**. It uses a somewhat standardized 'grammar of graphics' ([book](http://id.lib.harvard.edu/alma/990138412570203941/catalog); [paper](https://hollis.harvard.edu/permalink/f/1mdq5o5/TN_cdi_informaworld_taylorfrancis_310_1198_jcgs_2009_07098)) in its syntax to make almost every aspect of a plot customizable. Using ggplot it is easy to make reproducible scientific figures that look nice and are easily understandable. With ggplot, I rarely need to tweak my figures outside of R. +[ggplot](https://ggplot2.tidyverse.org/) is a **package** (library of code with various functions) that is part of the **tidyverse**. It uses a somewhat standardized 'grammar of graphics' ([book](https://id.lib.harvard.edu/alma/990138412570203941/catalog); [paper](https://hollis.harvard.edu/permalink/f/1mdq5o5/TN_cdi_informaworld_taylorfrancis_310_1198_jcgs_2009_07098)) in its syntax to make almost every aspect of a plot customizable. Using ggplot it is easy to make reproducible scientific figures that look nice and are easily understandable. With ggplot, I rarely need to tweak my figures outside of R. This workshop is also heavily influenced by the book [Fundamentals of Data Visualization](https://hollis.harvard.edu/permalink/f/1s5nto6/01HVD_ALMA512300276480003941) by [Claus Wilke](https://clauswilke.com/). diff --git a/docs/resources/Workshops/R/css/rmd_header.html b/docs/resources/Workshops/R/css/rmd_header.html index 9956e66..a85a95d 100644 --- a/docs/resources/Workshops/R/css/rmd_header.html +++ b/docs/resources/Workshops/R/css/rmd_header.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/resources/Workshops/R/end.html b/docs/resources/Workshops/R/end.html index 68037ac..b62dc0c 100644 --- a/docs/resources/Workshops/R/end.html +++ b/docs/resources/Workshops/R/end.html @@ -61,7 +61,7 @@
- +
Source unknown.
diff --git a/docs/resources/Workshops/R/index-old.md b/docs/resources/Workshops/R/index-old.md deleted file mode 100644 index d6358d0..0000000 --- a/docs/resources/Workshops/R/index-old.md +++ /dev/null @@ -1,26 +0,0 @@ -# Learning R - -## Our workshops - -We have a number of resources to help you with R. - -We regularly run an Intro to R workshop. Here's a link to our workshop materials: [link](R-workshop-2023-Part1.md) - -## Outside resources - -Here are other links to other R resources: - -### Introductory -* [Data Analysis for the Life Sciences Series](http://rafalab.github.io/pages/harvardx.html): A course by Rafael Irizarry at Dana Farber -* [Introduction to Computational Biology](https://biodatascience.github.io/compbio/): Tutorial by Mike Love, the author of DESeq2 and other R packages -* [Posit/RStudio Cheatsheets](https://posit.co/resources/cheatsheets/): Cheatsheets for R, RStudio, and Tidyverse packages -* [Posit Recipes](https://posit.cloud/learn/recipes): Quick code snippets for common tasks in R, such as working with data, statistics, and making plots - -### Intermediate -* [Introduction to Bioconductor](https://www.edx.org/course/introduction-to-bioconductor-annotation-and-analys): The structure, annotation, normalization, and interpretation of genome scale assays (free edX course) -* [R for Data Science 2nd Edition](https://r4ds.hadley.nz/): by Hadley Wickham, developer of Tidyverse and many other things - -### Advanced -* [Advanced Bioconductor](https://www.edx.org/course/advanced-bioconductor): Learn advanced approaches to genomic visualization, reproducible analysis, data architecture, and exploration of cloud-scale consortium-generated genomic data (free edX course) -* [Advanced R](https://adv-r.hadley.nz/): Advanced course by Hadley Wickham -* [Bioconductor courses and conferences](https://www.bioconductor.org/help/course-materials/): Overview of Bioconductor training resources diff --git a/docs/resources/Workshops/R/index.html b/docs/resources/Workshops/R/index.html index a59aa76..d6869ec 100644 --- a/docs/resources/Workshops/R/index.html +++ b/docs/resources/Workshops/R/index.html @@ -116,7 +116,7 @@

Welcome to the Fall 2023 Gregg Thomas: A bioinformatics scientist in the FAS Informatics group at Harvard University and recent postdoc - at the University of Montana where he studied the phylogenetics and comparative + at the University of Montana where he studied the phylogenetics and comparative genomics of the mouse and rat radiation. He got his PhD at Indiana University where he worked on comparative genomics of arthropods, mutation rate evolution in primates, and convergent evolution using comparative genomics. In general, Gregg uses and develops computational methods to study molecular evolution and phylogenetics to determine what forces drive divergence and diff --git a/docs/resources/Workshops/R/links.html b/docs/resources/Workshops/R/links.html index 9f4ee09..0c00977 100644 --- a/docs/resources/Workshops/R/links.html +++ b/docs/resources/Workshops/R/links.html @@ -126,7 +126,7 @@

Find here a list of links to relevant resources.