[Rd] large dataset - confused

2012-07-23 Thread walcotteric
I'm trying to load a dataset into R, but I'm completely lost. This is probably due mostly to the fact that I'm a complete R newb, but it's got me stuck in a research project. I've tried just opening the text file in WordPad and copying the data directly into R, but it's too big and causes the pro

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