Hi, Thanks for this. By "assignment", do you mean as the "<-" is highlighted, or as the "=" is highlighted during a function call? Not sure which one is actually best here, but I would tend to choose the second one (as := is not an assignment for e.g. rlang and is a bit of both for data.table).
Cheers, Pierre. Le mercredi 29 août 2018, 20:43:20 CEST meik michalke a écrit : > hi pierre, > > Am Mittwoch, 29. August 2018, 14:41:43 CEST schrieb Pierre de Villemereuil: > > The operator ":=" is used by at least two major packages (data.table to > > perform "assignment by reference" and tidyverse/rlang for quasiquosation on > > the LHS of a function argument). > > it's a reasonable request to add := to the known assignment operators. i've > just commited a fix for this to RKWard's master branch. > > @thomas: does this need to be synced with kate somehow? > > > viele grüße :: m.eik > >