On 12-05-14 2:37 PM, walco...@msu.edu wrote:
I'm trying to load a package locally from a zip file. When I load the
package, I first get this, which looks okay:

package ?IBGEPesq? successfully unpacked and MD5 sums checked

HOWEVER, when I try to use the package to use the data with
library(IBGEPesq)

I get this message:

   package ?IBGEPesq? does not have a NAMESPACE and should be re-installed

I've tried re-installing it, and I've tried following suggestions on
similar posts, but with no success.

The .zip file was likely produced by an earlier version of R. It is essentially a copy of an installed version of the package. You need a new .zip file, produced by the same version of R as you are using.

Duncan Murdoch

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to