> Thanks! That worked and the package and library are loaded, and it shows > that there is data there when I used > > data() > > However, now when I try to load the data to work with it, I get the > following: > > Error in data(ocupacao2005) : invalid 'setTime' argument > In addition: Warning message: > In data(ocupacao2005) : zipped data found for package ‘IBGEPesq’. > That is defunct, so please re-install the package. > > I'm playing around with it trying to fix it, but not sure exactly what it > means. Any suggestions? >
1) Does traceback() give any hints as to where the "setTime" error is coming from? 2) Zipping data sets in packages was made defunct in R 2.13.0. However, I believe R 2.15 will still load data sets that were zipped using older versions of R, albeit with the warning that you see. As you are not the package maintainer, you can ignore it. ----- Jeremy T. Hetzel Boston University -- View this message in context: http://r.789695.n4.nabble.com/Package-does-not-have-a-NAMESPACE-and-should-be-re-installed-tp4630059p4630162.html Sent from the R devel mailing list archive at Nabble.com. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel