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
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
> 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
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
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
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
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
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