Go to https://cran.r-project.org/bin/windows/base/old/4.2.3/, +href="https://cran.r-project.org/bin/windows/base/old/%60r%20rVersion$rVersion%60/">https://cran.r-project.org/bin/windows/base/old/4.2.3/, click on ‘R-4.2.3-win.exe’ to download.
After the download has completed, run the installer. Use the default options everywhere, with two exceptions: First, it is better not @@ -498,7 +498,7 @@
Go to https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html, +href="%60r%20rToolsUrl%60">https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html, and download the RTools installer.
After downloading has completed run the installer. Select the default options everywhere.
Go to https://posit.co/download/rstudio-desktop/, -select ‘Download RStudio Desktop For Windows’.
Go to https://posit.co/download/rstudio-desktop/, select +‘Download RStudio Desktop For Windows’.
After downloading, start the installer, and use the default options everywhere.
Go to https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html, +href="https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html" +class="uri">https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html, and select the Windows 64-bit JRE installer as highlighted below.
After downloading just run the installer.
The default maximum Java heap space is very small (only 512MB),
+so to avoid Java out-of-heap-memory errors, we must increase the maximum
+heap size. To set this for all R programs, add this line to the
+.Renviron
file:
_JAVA_OPTIONS='-Xmx4g'
+The easiest way to edit your .Renviron
file is by using
+the usethis
package:
install.packages("usethis")
+library(usethis)
+edit_r_environ()
+This will open .Renviron
in a text editor. Add the line,
+save the file, and restart R. Java will now have a maximum of 4GB of
+heap space available.
Go to https://cran.r-project.org/bin/macosx/base/, -click on ‘R-4.2.3.pkg’ to download.
Go to https://cran.r-project.org/bin/macosx/base/, click on +‘R-4.2.3.pkg’ to download.
After the download has completed, run the installer and accept all of the default options. You should see a screen indicating that the installation was successful.
@@ -559,9 +573,9 @@gfortran
. You should see an error that says “no input
files”.Go to https://www.xquartz.org/, download -the .dmg and run the installer.
Go to https://www.xquartz.org/, download the .dmg and run the +installer.
Verify that build tools are installed and available by opening an R console and running
Go to https://www.oracle.com/java/technologies/javase-jdk15-downloads.html, +href="https://www.oracle.com/java/technologies/javase-jdk15-downloads.html" +class="uri">https://www.oracle.com/java/technologies/javase-jdk15-downloads.html, and select the Mac OS installer for the Oracle JDK as highlighted below.
After downloading just run the installer. Check that java is