Skip to content

Commit

Permalink
Fixing 2024Q3 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Oct 2, 2024
1 parent 29e3646 commit a94c2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Rmd/installingHades.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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()
```
4 changes: 2 additions & 2 deletions docs/installingHades.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,12 @@ <h1>HADES-wide releases</h1>
href="https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q1/renv.lock">renv
lock file</a></li>
<li>2024Q3: <a
href="https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q3/renv.lock">renv
href="https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock">renv
lock file</a></li>
</ul>
<p>To build the R library corresponding to the latest release in your
current RStudio project, you can use:</p>
<pre class="r"><code>download.file(&quot;https://raw.githubusercontent.com/OHDSI/Hades/main/hadesWideReleases/2024Q3/renv.lock&quot;, &quot;renv.lock&quot;)
<pre class="r"><code>download.file(&quot;https://raw.githubusercontent.com/OHDSI/Hades/refs/heads/main/hadesWideReleases/2024Q3/renv.lock&quot;, &quot;renv.lock&quot;)
install.packages(&quot;renv&quot;)
renv::restore()</code></pre>
</div>
Expand Down

0 comments on commit a94c2b1

Please sign in to comment.