Skip to content
Prev 7511 / 12125 Next

[R-pkg-devel] R feature suggestion: Duplicated function arguments check

On 08/11/2021 11:48 a.m., Avi Gross via R-package-devel wrote:
That c=a*b only works with non-standard tidyverse evaluation.  It causes 
other problems, e.g. the inability to pass ... properly (see 
https://github.com/tidyverse/glue/issues/231 for an example).

Duncan Murdoch