Re: [R-pkg-devel] double colon

2016-02-08 Thread David McPearson
and to be on the safe side, in the future I'll write > 'MyPackage::fun_a'. (Of course, if I'm aware, I'll avoid same-name functions > altogether). > > kind regards, > Berry > > > > Subject: Re: [R-pkg-devel] double colon <... cut for brevity...&

Re: [R-pkg-devel] double colon

2016-01-29 Thread Duncan Murdoch
On 29/01/2016 10:56 AM, Uwe Ligges wrote: On 29.01.2016 15:21, Berry Boessenkool wrote: > > Hi, > in our Berlin R User Group meeting yesterday we talked about dependencies in package development. > One thing that came up is that it's a good practice to explicitly write package::function in

Re: [R-pkg-devel] double colon

2016-01-29 Thread Uwe Ligges
On 29.01.2016 15:21, Berry Boessenkool wrote: Hi, in our Berlin R User Group meeting yesterday we talked about dependencies in package development. One thing that came up is that it's a good practice to explicitly write package::function in the code. Is it worth to go through all of my