Skip to content

Commit dfd59d9

Browse files
authored
Merge pull request #840 from fkohrt/patch-1
Fix links to RStudio
2 parents 780599f + 3fdc5a2 commit dfd59d9

File tree

1 file changed

+4
-4
lines changed
  • _includes/install_instructions

1 file changed

+4
-4
lines changed

_includes/install_instructions/r.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h3>R</h3>
55
<a href="https://www.r-project.org">R</a> is a programming language
66
that is especially powerful for data exploration, visualization, and
77
statistical analysis. To interact with R, we use
8-
<a href="https://www.rstudio.com/">RStudio</a>.
8+
<a href="https://posit.co/products/open-source/rstudio/">RStudio</a>.
99
</p>
1010

1111
<div>
@@ -22,7 +22,7 @@ <h3>R</h3>
2222
<a href="https://cran.r-project.org/bin/windows/base/release.htm">this .exe file</a>
2323
from <a href="https://cran.r-project.org/index.html">CRAN</a>.
2424
Also, please install the
25-
<a href="https://www.rstudio.com/products/rstudio/download/#download">RStudio IDE</a>.
25+
<a href="https://posit.co/download/rstudio-desktop/">RStudio IDE</a>.
2626
Note that if you have separate user and admin accounts, you should run the
2727
installers as administrator (right-click on .exe file and select "Run as
2828
administrator" instead of double-clicking). Otherwise problems may occur later,
@@ -41,7 +41,7 @@ <h4>Video Tutorial</h4>
4141
<a href="https://cran.r-project.org/bin/macosx/R-latest.pkg">this .pkg file</a>
4242
from <a href="https://cran.r-project.org/index.html">CRAN</a>.
4343
Also, please install the
44-
<a href="https://www.rstudio.com/products/rstudio/download/#download">RStudio IDE</a>.
44+
<a href="https://posit.co/download/rstudio-desktop/">RStudio IDE</a>.
4545
</p>
4646
<h4>Video Tutorial</h4>
4747
<div class="yt-wrapper2">
@@ -59,7 +59,7 @@ <h4>Video Tutorial</h4>
5959
<code>sudo dnf install R</code> and for Debian/Ubuntu, add a ppa
6060
repository and then run <code>sudo apt-get install r-base</code>).
6161
Also, please install the
62-
<a href="https://www.rstudio.com/products/rstudio/download/#download">RStudio IDE</a>.
62+
<a href="https://posit.co/download/rstudio-desktop/">RStudio IDE</a>.
6363
</p>
6464
</article>
6565
</div>

0 commit comments

Comments
 (0)