[R] faisalconjoint

2015-02-17 Thread BRC
I am developing a r package faisalconjoint, when i run R CMD check --as-cran faisalconjoint, got the following notes. * using log directory 'D:/r-test-packages/faisalconjoint/faisalconjoint.Rcheck' * using R version 3.1.2 (2014-10-31) * using platform: i386-w64-mingw32 (32-bit) * using session cha

[R] Data mtcars

2014-11-27 Thread BRC
I remembered that I had seen instruction to store mtcars build data in r, but right now I missed it, Please advise how I can see it or what will be procedure to define data frame with row and column names. I need to develop dendrogram of my own dataset contains 15 variables and more than 100 obser

[R] r code for mtcars data frame

2014-11-28 Thread BRC
I need r-code of data frame of "mtacrs". please advise how I can find it. regards faisal [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt

Re: [R] r code for mtcars data frame

2014-11-28 Thread BRC
it is not as I remembered, but I got the my requirement, so I can do my task at my data. Thanks It helped me a lot. On Sat, Nov 29, 2014 at 2:48 AM, Boris Steipe wrote: > try: > dput(mtcars) > > > B. > > On Nov 28, 2014, at 8:24 AM, BRC wrote: > > > I need r