Re: [Rd] Depends: R (>= 4.1) for packages that use |> and \(...)

2025-01-21 Thread Kurt Hornik
> Kurt Hornik writes: I just committed c8761[2-4] to the trunk which adds an internal utility for finding package code using the pipe or function shorthand, teaches R CMD build to add a dependency on R >= 4.1.0 as necessary, and teaches R CMD check to NOTE a missing dependency on R >= 4.1.0, b

Re: [Rd] Will the R Project be a Mentoring Organization for GSOC 2025?

2025-01-21 Thread Toby Hocking
Hi Greg thanks for your interest! I plan to submit an application next week, on behalf of R project. Our wiki with a timeline is https://github.com/rstats-gsoc/gsoc2025/wiki#status-and-timeline If you would like to mentor, please add your project idea to https://github.com/rstats-gsoc/gsoc2025/wiki

Re: [Rd] Will the R Project be a Mentoring Organization for GSOC 2025?

2025-01-21 Thread Simon Urbanek
Please see the GSoC schedule - for 2025 the organisation applications won't close until February 12 so we may not know the answer until possibly sometime in March (that's assuming there are proposed projects). Cheers, Simon > On Jan 22, 2025, at 6:23 AM, Greg Forkutza wrote: > > Hi there, >

[Rd] Will the R Project be a Mentoring Organization for GSOC 2025?

2025-01-21 Thread Greg Forkutza
Hi there, I just wanted to confirm if this will be true this year. Best, Greg Forkutza [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] R test suite LAPACK error with AOCL

2025-01-21 Thread Christian Tuma
Hello, We are running an AMD-Genoa compute cluster. For this system I compiled R-4.4.2 configured and linked against AMD Optimizing CPU Libraries (AOCL) downloaded from https://www.amd.com/en/developer/aocl.html When running the R test suite (make check), I get this error: $ cat tests/lapac

Re: [Rd] Development version of R fails a regression test

2025-01-21 Thread Martin Maechler
> Berwin A Turlach > on Tue, 21 Jan 2025 13:23:17 +0800 writes: > G'day all, I have daily scripts running to install the > patched version of the current R version and the > development version of R on my linux box (Ubuntu 24.04.1 > LTS). > The last development ve

Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Hugh Parsonage
Apologies all. This must have been fixed in a recent version and the cloud error was a resource limit not associated with the issue. On Tue, 21 Jan 2025 at 23:06, Hugh Parsonage wrote: > > I tried doing this on a cloud instance of R 4.4.2 but the terminal > exited and the cloud ejected my session

Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Hugh Parsonage
I tried doing this on a cloud instance of R 4.4.2 but the terminal exited and the cloud ejected my session shortly after setting the breakpoint and running the program Function "Rf_errorcall" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 2 (Rf_errorcal

Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Ivan Krylov via R-devel
В Tue, 21 Jan 2025 16:51:34 +1100 Hugh Parsonage пишет: > x <- vector("list", 2^31) > > which triggers (presumably) billions of error messages like > Error: long vectors are not supported yet ../include/Rinlinedfuns.h I couldn't reproduce this with some released versions of R or a recent R-deve