Re: [Rd] Importing function that is previously imported by other package

2013-09-06 Thread Ulrike Grömping
Am 06.09.2013 12:53, schrieb Duncan Murdoch: On 13-09-06 5:36 AM, Ulrike Grömping wrote: Dear developeRs, I encounter the following problem: in the current version of my package FrF2, certain calls to a functioni do not work when package combinat is loaded, because function combn from combinat

Re: [Rd] Importing function that is previously imported by other package

2013-09-06 Thread Duncan Murdoch
On 13-09-06 5:36 AM, Ulrike Grömping wrote: Dear developeRs, I encounter the following problem: in the current version of my package FrF2, certain calls to a functioni do not work when package combinat is loaded, because function combn from combinat masks the function from utils that my package

[Rd] Importing function that is previously imported by other package

2013-09-06 Thread Ulrike Grömping
Dear developeRs, I encounter the following problem: in the current version of my package FrF2, certain calls to a functioni do not work when package combinat is loaded, because function combn from combinat masks the function from utils that my package uses. I tried to solve this issue by impor