Warning message:
package ?reshape2? is not available (for R version 3.0.2)
When I went to the list of packages to look up reshape2, it said this package needs compilation. I did not see an indication of which R versions it is available for.
I went to the R for Windows FAQ, but it did not seem very helpful. The relevant sentences seemed to be:
"For packages with code that needscompilation you will need to collect and install several tools: you candownload them via the portal athttp://www.murdoch-sutherland.com/Rtools/. Once you have doneso, just run R CMD INSTALL pkgname at a Windows commandprompt."
I did the download, but I do not understand the meaning of the last sentence, since R does not recognize R CMD INSTALL as a valid code line, and the usual install.packages("reshape2") still returns the same error. What did I miss?
Jason Hernandez
[[alternative HTML version deleted]]