Skip to content

Autocompletion for the new S3 generic @ method?

4 messages · Tomasz Kalinowski, Gabriel Becker, Deepayan Sarkar

#
I agree, this is a good idea and would be very helpful in interactive contexts. 

I have a draft patch implementing this feature here: https://github.com/r-devel/r-svn/pull/122
(Append  ?.patch? to the URL to get a raw patch.)

Regards,
Tomasz
1 day later
#
Hi Tomasz,

I haven't had a chance to look at your patch yet (also I can't accept it as
I'm not on R-core), but patches for consideration should be submitted to
bugzilla (https://bugs.r-project.org), not the unofficial github mirror of
the the SVN repo.

Best,
~G

On Sun, Apr 2, 2023 at 6:09?AM Tomasz Kalinowski <kalinowskit at gmail.com>
wrote:

  
  
#
Thanks, we are discussing the details, but we will definitely add
something along those lines before 4.3.0 is released.

Best,
-Deepayan
On Sun, Apr 2, 2023 at 6:39?PM Tomasz Kalinowski <kalinowskit at gmail.com> wrote:
3 days later
#
This should be enabled now in R-devel and R 4.3.0 by writing
.AtNames() methods.

findMatches() is also exported now; this is basically grep(), but will
do fuzzy matching if it's activated.

Best,
-Deepayan

On Mon, Apr 3, 2023 at 9:37?AM Deepayan Sarkar
<deepayan.sarkar at gmail.com> wrote: