|
Running 2.15.0 on Slackware-13.1 with all packages in /usr/lib/R/library.
Package reshape2 is in the library but there are no vignettes seen by R. If this is the result of something I did incorrectly, please point out how to install the vignettes with the package. I can get help for melt and cast but no reference on how to access the vignettes. Pointer appreciated, Rich ______________________________________________ [hidden email] 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. |
|
What makes you think reshape2 has a vignette? I don't see one on CRAN:
http://cran.r-project.org/web/packages/reshape2/index.html Michael On Mon, May 7, 2012 at 6:19 PM, Rich Shepard <[hidden email]> wrote: > Running 2.15.0 on Slackware-13.1 with all packages in /usr/lib/R/library. > Package reshape2 is in the library but there are no vignettes seen by R. If > this is the result of something I did incorrectly, please point out how to > install the vignettes with the package. > > I can get help for melt and cast but no reference on how to access the > vignettes. > > Pointer appreciated, > > Rich > > ______________________________________________ > [hidden email] 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. ______________________________________________ [hidden email] 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. |
|
On Mon, 7 May 2012, R. Michael Weylandt wrote:
> What makes you think reshape2 has a vignette? I don't see one on CRAN: > http://cran.r-project.org/web/packages/reshape2/index.html Michael, I don't find one there, either. But, I thought that last autumn I read one or two about the package. It was probably another package, not reshape2. Regardless, taking time to cogitate over a couple of mugs of coffee this afternoon allowed me to resolve my uncertainties about wide and long data formats. This is why I sought reshape2 vignettes, to work out for myself the differences in formats. Now that I grok the two I don't need to look for reshape2 vignettes to explain them. Thanks very much, Rich ______________________________________________ [hidden email] 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. |
|
You might have been thinking of Hadley's webpage for reshape2:
http://had.co.nz/reshape/ or the JSS article: http://www.jstatsoft.org/v21/i12 Hope this helps, Michael On Mon, May 7, 2012 at 8:54 PM, Rich Shepard <[hidden email]> wrote: > On Mon, 7 May 2012, R. Michael Weylandt wrote: > >> What makes you think reshape2 has a vignette? I don't see one on CRAN: >> http://cran.r-project.org/web/packages/reshape2/index.html > > > Michael, > > I don't find one there, either. But, I thought that last autumn I read one > or two about the package. It was probably another package, not reshape2. > > Regardless, taking time to cogitate over a couple of mugs of coffee this > afternoon allowed me to resolve my uncertainties about wide and long data > formats. This is why I sought reshape2 vignettes, to work out for myself the > differences in formats. > > Now that I grok the two I don't need to look for reshape2 vignettes to > explain them. > > Thanks very much, > > Rich > > ______________________________________________ > [hidden email] 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. ______________________________________________ [hidden email] 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. |
| Powered by Nabble | Edit this page |
