Re: [R-pkg-devel] Forward function call

2020-06-09 Thread Jan Gorecki
"pkg::fun" cannot be a name because it is a function call already `::`(pkg, fun). On Tue, Jun 9, 2020 at 8:10 AM Martin Maechler wrote: > > > Göran Broström > > on Mon, 8 Jun 2020 23:02:30 +0200 writes: > > > Thanks for the responses! > > I found the suggestion > > > Call[

Re: [R-pkg-devel] Forward function call

2020-06-09 Thread Martin Maechler
> Göran Broström > on Mon, 8 Jun 2020 23:02:30 +0200 writes: > Thanks for the responses! > I found the suggestion > Call[[1]] <- quote(survival::coxph) > easiest to implement. And it works. and it is what we use in R's own R source code in several places (and that's