From a94c2b19639eb2ac233de4302ef27b573c214620 Mon Sep 17 00:00:00 2001 From: schuemie Date: Wed, 2 Oct 2024 15:38:46 +0200 Subject: [PATCH] Fixing 2024Q3 URL --- Rmd/installingHades.Rmd | 5 +++-- docs/installingHades.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Rmd/installingHades.Rmd b/Rmd/installingHades.Rmd index aad483e..9ef61b7 100644 --- a/Rmd/installingHades.Rmd +++ b/Rmd/installingHades.Rmd @@ -46,12 +46,13 @@ These releases are currently captured as [renv](https://rstudio.github.io/renv/a - 2023Q1: [renv lock file](https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2023Q1/renv.lock) - 2023Q3: [renv lock file](https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2023Q3/renv.lock) - 2024Q1: [renv lock file](https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q1/renv.lock) -- 2024Q3: [renv lock file](https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q3/renv.lock) +- 2024Q3: [renv lock file](https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock) + To build the R library corresponding to the latest release in your current RStudio project, you can use: ```r -download.file("https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q3/renv.lock", "renv.lock") +download.file("https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock", "renv.lock") install.packages("renv") renv::restore() ``` diff --git a/docs/installingHades.html b/docs/installingHades.html index 3fbd393..de9ae4d 100644 --- a/docs/installingHades.html +++ b/docs/installingHades.html @@ -507,12 +507,12 @@

HADES-wide releases

href="https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q1/renv.lock">renv lock file
  • 2024Q3: renv +href="https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock">renv lock file
  • To build the R library corresponding to the latest release in your current RStudio project, you can use:

    -
    download.file("https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q3/renv.lock", "renv.lock")
    +
    download.file("https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock", "renv.lock")
     install.packages("renv")
     renv::restore()