You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cmdstan-guide/installation.qmd
+11-19Lines changed: 11 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -397,20 +397,20 @@ g++ --version
397
397
make --version
398
398
```
399
399
400
-
CmdStan is known compatible with the RTools44 toolchain. The toolchain will require
400
+
CmdStan is known compatible with the RTools45 toolchain. The toolchain will require
401
401
updating your `PATH` variable, See [these instructions](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/)
402
402
for details on changing the `PATH` if you are unfamiliar. The following instructions will assume that the default installation
403
403
directory was used, so be sure to update the paths accordingly if you have chosen a different
404
404
directory.
405
405
406
406
407
-
##### RTools44
407
+
##### RTools45
408
408
409
409
All required utilities (e.g., `make`, `g++`) for compiling and running CmdStan models on Windows are
410
-
provided by the RTools44 toolchain from the R Project. Installation steps are provided below,
411
-
and for more technical details on the toolchain refer to the [R Project documentation](https://cran.r-project.org/bin/windows/Rtools/rtools44/rtools.html).
410
+
provided by the RTools45 toolchain from the R Project. Installation steps are provided below,
411
+
and for more technical details on the toolchain refer to the [R Project documentation](https://cran.r-project.org/bin/windows/Rtools/rtools45/rtools.html).
412
412
413
-
The R Project provides RTools44 for both Intel/AMD 64-bit (x86_64) and ARM 64-bit (aarch64) systems.
413
+
The R Project provides RTools45 for both Intel/AMD 64-bit (x86_64) and ARM 64-bit (aarch64) systems.
414
414
If you are unsure which to use, then you can check by going to the Windows Settings, selecting the 'System' menu and then the 'About' option.
415
415
If the 'System Type' field lists 'ARM-based processor', then you should follow the ARM64 instructions below.
416
416
@@ -422,32 +422,24 @@ UCRT is only natively supported on Windows 10 and newer, older systems will requ
422
422
423
423
Download the installer and complete the prompts for installation:
0 commit comments