[R] Problems with reshape2 on Mac

2010-09-13 Thread Paul Metzner
Hi! I updated to reshape2 yesterday and tried to make it work. Unfortunately, it mainly throws error messages at me (good thing it's reshape2 1.0 and not reshape 2.0). The most recent is: Error in match.fun(FUN) : object 'id' not found When I manually create an object 'id', it says: Error in

Re: [R] Problems with reshape2 on Mac

2010-09-13 Thread Uwe Ligges
Is this a recent version of R? If so, please report to the maintainer. Otherwise, please also report that it does not work with your version of R so that the maintainer can add a version dependency. Best, Uwe Ligges On 13.09.2010 17:42, Paul Metzner wrote: Hi! I updated to reshape2

Re: [R] Problems with reshape2 on Mac

2010-09-13 Thread Hadley Wickham
Hi Uwe, The problem is most likely because the original poster doesn't have the latest version of plyr. I correctly declare this dependency in the DESCRIPTION (http://cran.r-project.org/web/packages/reshape2/index.html), but unfortunately R doesn't seem to use this information at run time,