Hello, I am having difficulty with a command. An error message pops up saying: Error: object 'RWGJ.wload' not found. I have installed the packages needed to run the analysis, and have saved them to my working directory. -- View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041.html Sent from the R help mailing list archive at Nabble.com.
Error Object Not Found
4 messages · Uwe Ligges, Court, Rui Barradas
On 08.06.2013 21:35, Court wrote:
Hello, I am having difficulty with a command. An error message pops up saying: Error: object 'RWGJ.wload' not found. I have installed the packages needed to run the analysis, and have saved them to my working directory.
And have you actually loaded them? Uwe Ligges
-- View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org 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.
Hi, I think that they are loaded. Here is the response that I get: package ?foreign? successfully unpacked and MD5 sums checked -- View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041p4669100.html Sent from the R help mailing list archive at Nabble.com.
Hello, Please quote context. The message you get means that package foreign is installed on your computer, you need to load it in the R session: library(foreign) Hope this helps, Rui Barradas Em 09-06-2013 23:07, Court escreveu:
Hi, I think that they are loaded. Here is the response that I get: package ?foreign? successfully unpacked and MD5 sums checked -- View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041p4669100.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org 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.