Skip to content

Commit

Permalink
Merge pull request #158 from SISBID/setup24
Browse files Browse the repository at this point in the history
updating setup to include config package and rendering html
  • Loading branch information
carriewright11 authored Aug 7, 2024
2 parents f4b16cd + 7ab4888 commit ccf51f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions lecture_notes/Setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ output:
df_print: paged
---

```{r, include=FALSE}
library(config)
```



- [Installing `R`](#installing-r)
- [Installing `RStudio`](#installing-rstudio)
- [`R` packages](#r-packages)
Expand Down
18 changes: 9 additions & 9 deletions lecture_notes/Setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1648,18 +1648,18 @@ <h4 class="author">Data Wrangling in R</h4>
<div id="installing-r" class="section level1">
<h1>Installing <code>R</code></h1>
<p>We recommend installing the most recent version or <code>R</code>
(4.3.0 (called ‘Already Tomorrow’) as of April 21, 2023). <strong>If you
have had installed <code>R</code> already some time ago, we recommend
updating/reinstalling it to the most recent version.</strong> Use a link
below to launch download of <code>R</code> installers (if the download
does not start, a fix may be to copy-paste the below link to your
browser):</p>
(4.4.1 (called ‘Race for Your Life’) as of June 14, 2024). <strong>If
you have had installed <code>R</code> already some time ago, we
recommend updating/reinstalling it to the most recent version.</strong>
Use a link below to launch download of <code>R</code> installers (if the
download does not start, a fix may be to copy-paste the below link to
your browser):</p>
<ul>
<li><p><a href="https://cloud.r-project.org/bin/macosx/big-sur-arm64/base/R-4.3.0-arm64.pkg">Download
<li><p><a href="https://cloud.r-project.org/bin/macosx/big-sur-arm64/base/R-4.4.1-arm64.pkg">Download
For Mac users (M1 chip)</a></p></li>
<li><p><a href="https://cloud.r-project.org/bin/macosx/big-sur-x86_64/base/R-4.3.0-x86_64.pkg">Download
<li><p><a href="https://cloud.r-project.org/bin/macosx/big-sur-x86_64/base/R-4.4.1-x86_64.pkg">Download
For Mac users (Intel chip)</a></p></li>
<li><p><a href="https://cloud.r-project.org/bin/windows/base/R-4.3.0-win.exe">Download
<li><p><a href="https://cloud.r-project.org/bin/windows/base/R-4.4.1-win.exe">Download
For Windows users</a></p></li>
</ul>
<p>For other operating systems, or if you prefer to access the download
Expand Down

0 comments on commit ccf51f8

Please sign in to comment.