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
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.
>>
>> --
>>
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
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
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
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
_
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
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