Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-17 Thread Uwe Ligges
On 16.05.2012 23:29, walcotteric wrote: jthetzel wrote 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

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-16 Thread walcotteric
jthetzel wrote > > 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

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread jthetzel
> 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

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread walcotteric
jthetzel wrote > > If you do not have access to the package's source code, you can try > unzipping the the zip file, adding a NAMESPACE file, and re-zipping the > package. It's not ideal, but it should work. This post from Stack > Overflow has some more details: > http://stackoverflow.com/ques

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread jthetzel
If you do not have access to the package's source code, you can try unzipping the the zip file, adding a NAMESPACE file, and re-zipping the package. It's not ideal, but it should work. This post from Stack Overflow has some more details: http://stackoverflow.com/questions/8012596/error-with-asre

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread walcotteric
Duncan Murdoch-2 wrote > > On 12-05-14 2:37 PM, walcott3@ 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 packag

Re: [Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread Duncan Murdoch
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(IBGEP

[Rd] Package does not have a NAMESPACE and should be re-installed

2012-05-15 Thread walcott3
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 ?IBGEPes