I'm running a simple script using the melt function, but I get an
Error: could not find function "melt"
I have used the function before and it worked fine. The reshape package is installed and loaded. I removed it and reinstalled it, but still it does not work. Even "reshape" %in% rownames(installed.packages())
is TRUE
.