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...&
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
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