Re: [R] help using function merge_all()

2010-11-16 Thread arjun
Hi Josh, I thought of giving up and started writing code in excel using VBA but then I saw ur message and gave a try in R. I got it, the location from which I am calling the package "plyr" is not working out so called from different CRANmirror location and then I was able load the pac

Re: [R] help using function merge_all()

2010-11-16 Thread arjun
Hi Josh, Thanks for your reply. While I am loading the package, it says package plyr is required and I tried to install plyr package but I am unable to do so because it is giving an error message as shown below. Please help me. library(reshape) Loading required pa

Re: [R] help using function merge_all()

2010-11-16 Thread Joshua Wiley
Hi, Did you also load the package (you'll need to load it every session you want to use it)? ## load reshape package library(reshape) ## now try merge_all(Br, Ki, Lu, Pr, by="Genes") If this does not resolve your problem, please run: sessionInfo() at your console and report the output (it wil