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 @@
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()