On Sun, Dec 14, 2008 at 4:38 PM, Gabor Grothendieck
wrote:
> On Sun, Dec 14, 2008 at 2:53 PM, martin trobec
> wrote:
>>
>> I did have a variable called c and after removing it, sqldf works fine.
>
> OK. I will have to see if I can work around that for the next release.
> Thanks for reporting it.
On Sun, Dec 14, 2008 at 2:53 PM, martin trobec
wrote:
>
>
>
> Gabor Grothendieck wrote:
>>
>> Hi, I still can't reproduce this even with your entire data set.
>>
>> Note that your output indicates it was not done in a fresh session
>> as your old session was loaded first:
>>
>> [Previously saved w
Gabor Grothendieck wrote:
>
> Hi, I still can't reproduce this even with your entire data set.
>
> Note that your output indicates it was not done in a fresh session
> as your old session was loaded first:
>
> [Previously saved workspace restored]
>
> Please try it again in a fresh session b
Gabor Grothendieck wrote:
>
> I can't reproduce this.
>
> Make sure you are using the same version of sqldf as shown
> below, try it in a fresh session and if you still get an error provide the
> data in reproducible form using dput, i.e. dput(kdv)
>
Hi Gabor
Please find attached the kdv.
I can't reproduce this.
Make sure you are using the same version of sqldf as shown
below, try it in a fresh session and if you still get an error provide the
data in reproducible form using dput, i.e. dput(kdv)
> kdv <- data.frame(
+ dpss = c(0.117, 0.144, 0.164, 0.166, 0.165),
+ npdp = c(0.126
I'm getting an error message when using the new version of sqldf,
> library(sqldf)
> str(kdv)
'data.frame': 71 obs. of 3 variables:
$ dpss: num 0.117 0.144 0.164 0.166 0.165 ...
$ npdp: num 0.1264 0.0325 0.0109 0.0033 0.0055 ...
$ logk: num 1.12 1.29 1.41 1.41 1.42 ...
> test=sqldf("sele
6 matches
Mail list logo