[R] Masking commands - Permutation in gregmisc and e1071

Uwe Ligges ligges at statistik.tu-dortmund.de
Tue Jan 25 12:09:04 CET 2011



On 24.01.2011 23:53, Peter Langfelder wrote:
> On Mon, Jan 24, 2011 at 2:47 PM, Yanika Borg<akinay.b at gmail.com>  wrote:
>> I am using the function permutations from the package *gregmisc*. However, I
>> am also making use of the package *e1071*, which also contains a function
>> called permutations. I want to use the function permutations from the *
>> gregmisc* package, however, the other package is masking this function. This
>> happens both when I load the *e1071* package before *gregmisc* and when I
>> load *e1071* after I load *gregmisc*.
>>
>> Is there any specific command to use the permutation from one package and
>> not the other please?
>
> To specify package when you call a function, use
> package::function(...), for example
> gregmisc::permutations.


You may also want to read about the NAMESPACE mechanism in R.

Best,
Uwe Ligges

>
> Peter
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list