Skip to content

Commit

Permalink
Fixing RTools link. Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jan 24, 2024
1 parent cc860d7 commit d64d0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rmd/rSetup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rToolsVersion <- gsub("\\.", "", gsub("\\.[0-9]+$", "", rVersion$rVersion))
rToolsUrl <- sprintf("https://cran.r-project.org/bin/windows/Rtools/rtools%s/rtools.html", rToolsVersion)
```

1. Go to [`r rToolsUrl`](%60r%20rToolsUrl%60), and download the RTools installer.
1. Go to [`r rToolsUrl`](`r rToolsUrl`), and download the RTools installer.

2. After downloading has completed run the installer. Select the default options everywhere.

Expand Down
2 changes: 1 addition & 1 deletion docs/rSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h2>Installing R</h2>
<h2>Installing RTools</h2>
<ol style="list-style-type: decimal">
<li><p>Go to <a
href="%60r%20rToolsUrl%60">https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html</a>,
href="https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html">https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html</a>,
and download the RTools installer.</p></li>
<li><p>After downloading has completed run the installer. Select the
default options everywhere.</p></li>
Expand Down

0 comments on commit d64d0bc

Please sign in to comment.