[Rd] make file.rename return invisible

2023-03-23 Thread Dipterix Wang
Dear R Core devs, I wonder if it makes sense to make function file.rename return invisible? This is not a big issue, but when running in RMarkdown or knitr, this function will print results. I have to manually call invisible to hide the output from showing in the final document: ```r invisible

Re: [Rd] Request: better default R_LIBS_USER

2023-03-23 Thread Gabriel Becker
Small but crucial typo correction: Perhaps this could be put on the list of possible changes for R 5.0, to be > bundled with other as-yet undecided breaking changes, members of R-core > feel the same way. > *if* members of R-core feel the same way. ~G > > Best, > ~G > > >> Cheers. >> >> -- >>

Re: [Rd] Request: better default R_LIBS_USER

2023-03-23 Thread Gabriel Becker
Felipe, Thanks for being interested in making R better. Its great to see engagement from a new "virtual face", so to speak. That said, without speaking for R-core, my experience is that the R-project and R-core team place a very high premium on backwards compatibility. They will make breaking chan

Re: [Rd] Request: better default R_LIBS_USER

2023-03-23 Thread Felipe Contreras
Hi, Pinging. On Thu, Mar 16, 2023 at 7:17 PM Felipe Contreras wrote: > On Thu, Mar 16, 2023 at 4:08 PM Dirk Eddelbuettel wrote: > > On 16 March 2023 at 13:39, Felipe Contreras wrote: > > | R should do the same: it should install packages to somewhere inside > > | ~/.local by default. > > rath

Re: [Rd] `dendrapply` Enhancements

2023-03-23 Thread Lakshman, Aidan H
No problem! I know it�s a lot of code and also not super high priority haha; I appreciate the feedback and comments. I had looked at precious multi sets, but I wasn�t quite sure how to implement them�the docs mentioned they were mainly intended for the interpreter, and I couldn�t find a ton of

[Rd] Edge case in rm() now failing in R-devel

2023-03-23 Thread Gábor Csárdi
This is new in R-devel: > rm(list = NULL) Error in rm(list = NULL) : invalid first argument It still works in r84020, but does not in r84023, possibly because of r84022 [1]. Gabor [1] https://github.com/wch/r-source/commit/4dc057f5d49d3c0590488100e418e39b68682c95 _

Re: [Rd] `dendrapply` Enhancements

2023-03-23 Thread Ivan Krylov
Hello Aidan, Sorry for dropping this for a while. В Thu, 2 Mar 2023 21:03:59 + "Lakshman, Aidan H" пишет: > //after > curnode = eval(lang3(R_Bracket2Symbol, parent->node, DEND_IND), env); lang3() always constructs a new language object. If you do end up using eval(), it may make sense to m

[Rd] Enable curl 8

2023-03-23 Thread Iñaki Ucar
Hi, Just a heads-up that curl 8 landed in Fedora Rawhide a couple of days ago. Note that R does **not** compile without a small fix [1] that allows the configuration to continue if the major version is > 7. [1] https://src.fedoraproject.org/rpms/R/blob/rawhide/f/R-4.2.3-curl-v8.patch Best, -- I