Displaying 4 results from an estimated 4 matches for "winutf8".
Did you mean:
win_utf8
2023 Mar 13
1
Versioning Rtools ARP entries
...in the installer [3] for
future Rtools releases again, like it used to be in Rtools 4.0 [4]?
Thanks!
Daniel
[1] https://github.com/microsoft/winget-pkgs/blob/master/FAQ.md#what-is-an-arp-entry
[2] https://github.com/microsoft/winget-cli
[3] https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/rtools/rtools64.iss
[4] https://github.com/r-windows/rtools-installer/commit/7f23f0d0442d72922014ec4082c8bdd437364cef
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
On Sat, Aug 22, 2020 at 8:39 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 8/21/20 11:45 PM, m19tdn+9alxwj7d2bmk--- via R-devel wrote:
> > Ah yes, this is related. I reported v2010 below, but it looks like I was updated to this Insider Build overnight without my knowledge, and conflated it with the new installation R v4 this morning.
> >
> > I will
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
...spect anymore.
>
> I may not be able to work on this in the next few days or a week, so
> if anyone gets there first, please let me know what you find out.
Btw could you please try out if the UCRT build of R crashes as well in
the Insider Windows build ?
https://www.r-project.org/nosvn/winutf8/R-devel-win.exe
Thanks
Tomas
(from
https://developer.r-project.org/Blog/public/2020/07/30/windows/utf-8-build-of-r-and-cran-packages)
>
> Thanks,
> Tomas
>
>
2023 Aug 13
2
a quick and dirty way to compile R on win arm64 using clangarm64
hello everyone:
On this boring weekend, I tried compile R-trunk on windows 11 arm64 using clangarm64+msys2 on macbook m1 , it surprisingly easy to compiled and run.
more investigation and test and code modify need to be done ,but IMO this is a good beginning !!
to compile R on windows 11 arm64 just need :
1 svn checkout R-trunk and add USE_LLVM=YES in MKRules.dist or Mkrules.local
2 install