Re: [Rd] Writing in R // R 4.2.0 on Windows doesn't work with Dasher

2022-05-16 Thread Duncan Murdoch
On 16/05/2022 1:51 p.m., Ben Bolker wrote: You'll probably have to wait a day or so for a new build. The Windows binaries are only built once a day or so. They appear first at https://cran.r-project.org/bin/windows/base/rdevel.html and are mirrored to other sites later. Duncan Murdoch

Re: [Rd] Writing in R // R 4.2.0 on Windows doesn't work with Dasher

2022-05-16 Thread Tomas Kalibera
On 5/16/22 19:45, Paulo Barata wrote: Dear Tomas, Thank you very much for dealing with this issue. You said: "I've committed a fix to R-devel, 82368". It happens that, at this very moment (Monday 16 May 18:44 UTC), The R-devel that exists on both the Austria and the 0-Cloud CRAN pages is t

Re: [Rd] Rgui.exe 4.2.0 does not receive characters via the Windows API's PostMessage function

2022-05-16 Thread Tomas Kalibera
Dear Jose, On 5/15/22 01:31, jcfaria wrote: Dear Tomas, I am very grateful for your attention! I've been reading some things about the GraphApp toolkit(http://enchantia.com/software/graphapp/) that is being used in the development of new versions of Rgui. Really, if it's a matter of choice

Re: [Rd] Building R-4.1.3 from source - creating .msi fails

2022-05-16 Thread Gmail
Solution to this error was quite trivial in the end. There is 10,000 hard coded at around line 188 ff of the .../gnuwin32/installer/Makefile Referring to this part here: # currently use about 3500: allow for EXTRA_PKGS uuids: uuidgen.exe ./uuidgen 1 > $@ This calls uuidgen to gene

[Rd] Package build errors with parallel make on Ubuntu 18.04

2022-05-16 Thread Jeroen Ooms
After upgrading to R-4.2 we are seeing package build errors on Ubuntu 18.04: make[1]: *** read jobs pipe: No such file or directory. or: make[1]: *** write jobserver: Bad file descriptor. Stop. The problem seems to get triggered by the use of parallel make, but I cannot find the underlying