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
+25-10Lines changed: 25 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -396,34 +396,49 @@ g++ --version
396
396
make --version
397
397
```
398
398
399
-
CmdStan is known compatible with the RTools43 toolchain. The toolchain will require
399
+
CmdStan is known compatible with the RTools44 toolchain. The toolchain will require
400
400
updating your `PATH` variable, See [these instructions](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/)
401
401
for details on changing the `PATH` if you are unfamiliar. The following instructions will assume that the default installation
402
402
directory was used, so be sure to update the paths accordingly if you have chosen a different
403
403
directory.
404
404
405
405
406
-
##### RTools43
406
+
##### RTools44
407
407
408
408
All required utilities (e.g., `make`, `g++`) for compiling and running CmdStan models on Windows are
409
-
provided by the RTools43 toolchain from the R Project. Installation steps are provided below,
410
-
and for more technical details on the toolchain refer to the [R Project documentation](https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html).
409
+
provided by the RTools44 toolchain from the R Project. Installation steps are provided below,
410
+
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).
411
+
412
+
The R Project provides RTools44 for both Intel/AMD 64-bit (x86_64) and ARM 64-bit (aarch64) systems.
413
+
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.
414
+
If the 'System Type' field lists 'ARM-based processor', then you should follow the ARM64 instructions below.
411
415
412
416
Note that the toolchain is only available for 64-bit systems, and uses the new Universal C Runtime (UCRT).
413
417
UCRT is only natively supported on Windows 10 and newer, older systems will require a
0 commit comments