Hi The message occurred from R, when I was selected of "optimization > block diagonal Fhiser matrix" and used the attached file on PFIM. Could you please advise me about the following message? ***************************** Loading required pakage: combinat Attaching package:'combinat' The following object(s) are masked from 'package:utils':combn ***************************** Kind regards, Fumie
Please help R error message "masked from 'package:utils':combn"
3 messages · Fumie Sugahara, Pascal Oettli, MacQueen, Don
Hi, It means that the functions "combn" from the package "utils" is masked because a function with the same name exists in loaded package "combinat". You still can access the one from the package "utils" using: > utils::combn HTH, Pascal Le 24/01/2013 15:04, Fumie Sugahara a ?crit :
Hi The message occurred from R, when I was selected of "optimization > block diagonal Fhiser matrix" and used the attached file on PFIM. Could you please advise me about the following message? ***************************** Loading required pakage: combinat Attaching package:'combinat' The following object(s) are masked from 'package:utils':combn ***************************** Kind regards, Fumie
______________________________________________ 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.
After you get that message, use conflicts() (and read the help page for the conflicts function) -Don
Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 1/23/13 10:04 PM, "Fumie Sugahara" <fumie.sugahara at gmail.com> wrote: >Hi > >The message occurred from R, when I was selected of "optimization > block >diagonal Fhiser matrix" and used the attached file on PFIM. > >Could you please advise me about the following message? > >***************************** >Loading required pakage: combinat >Attaching package:'combinat' >The following object(s) are masked from 'package:utils':combn >***************************** > >Kind regards, >Fumie