Duncan Murdoch wrote:
>
>
> On 25/09/2022 2:48 p.m., Dirk Eddelbuettel wrote:
> >
> > Andre,
> >
> > On 25 September 2022 at 18:09, GILLIBERT, Andre wrote:
> > | Please, find the patch attached, based on the latest R SVN trunk code.
> >
> > Well the mailing list software tends to drop attachmen
On 25/09/2022 2:48 p.m., Dirk Eddelbuettel wrote:
Andre,
On 25 September 2022 at 18:09, GILLIBERT, Andre wrote:
| Please, find the patch attached, based on the latest R SVN trunk code.
Well the mailing list software tends to drop attachments. There is a reason
all these emails suggest to use
Hi. That change is much more ambitious than I would have guessed. R
Core might prefer it to arrive via bugzilla.
A couple of small comments:
1. Your last test, "dfa[,cols]" produces a really long message:
> dfa[,cols]
Error in `[.data.frame`(dfa, , cols) :
undefined columns selected: 4,
Andre,
On 25 September 2022 at 18:09, GILLIBERT, Andre wrote:
| Please, find the patch attached, based on the latest R SVN trunk code.
Well the mailing list software tends to drop attachments. There is a reason
all these emails suggest to use bugs.r-project.org.
Dirk
--
dirk.eddelbuettel.co
Duncan Murdoch wrote:
> On 24/09/2022 9:56 a.m., GILLIBERT, Andre wrote:
> > Dear R developers,
> >
> >
> > One of the error messages that make me loose the most time is the
> > "undefined columns selected" of `[.data.frame`.
> >
> > It ought to specify the list of bad column names, but current
On 24/09/2022 9:56 a.m., GILLIBERT, Andre wrote:
Dear R developers,
One of the error messages that make me loose the most time is the "undefined columns
selected" of `[.data.frame`.
It ought to specify the list of bad column names, but currently does not.
Fortunately, this can easily be fixe
> GILLIBERT, Andre
> on Sat, 24 Sep 2022 13:56:26 + writes:
> Dear R developers, One of the error messages that make me
> loose the most time is the "undefined columns selected" of
> `[.data.frame`.
> It ought to specify the list of bad column names, but
> cur