I'm also curious about this. Let me extend the question a little to what works while waiting for a native version. Any experience using current versions of RStudio on an ARM for Windows machine? Actually, same question about R as well as RStudio.
Hi Richard. I am presently using the latest x86 builds of both R and RStudio on a Windows 11 Pro laptop with an ARM CPU (Snapdragon X). It runs them via emulation, as it does with any other x86 software. So far it works just fine.
I have also installed ARM versions of both (Ubuntu) to run under WSL using the workaround which I linked earlier, but have yet to set that up properly.
My highly subjective answer: so far, I'm not feeling like it's that much of a problem. Inevitable caveats: I haven't done any heavy modelling or similarly CPU-intensive tasks so far, and I haven't yet got the native ARM setup running so I don't even have a subjective comparison. Further, I would tend to do seriously CPU-intensive tasks on a remote VM, so I doubt that it will become a problem for me in practice.
If you are contemplating the purchase of a Windows on ARM computer and this is a sticking point--for me, I wouldn't let it stop me (the battery life is wonderful).
I am hoping that we get (latest-release) versions of R and RStudio for ARM soon enough that this question becomes obsolete ..
They are not building new ones, though, but R-hub builds them and puts them at Releases · r-hub/R · GitHub. R-devel and R-next (patched, alpha, etc) builds are also available there. Note, however, that these builds are not signed currently.
@Gabor -- thank you! I knew about the older aarch64 R builds on CRAN, but not about the up-to-date unsigned builds on R-hub; I will try 4.6. I do wonder, though, about the packages, i.e. can I use x86-compiled packages with aarch64 base R. I guess we'll see.
Positron does indeed have an aarch64 build for Windows. I have downloaded it, but am yet to start using it.
You cannot. You need to compile packages from source, I am afraid, so you also need Rtools for aarch64 windows. (rig can also install this for you I believe.)