JKcme

Results 15 comments of JKcme

**Update:** This seems to run ok in repeat trials (changes in ** **): `zz

The output isn't mixed up as I key the data.table later. Each trade date returns exactly the same (71) columns. And yes, I'm trying to write the data to only...

Ah OK, I thought maybe that's what was doing it - something getting corrupted along the way. I'll try to buffer and go from there. I think I had originally...

In my query I can get the raw bytes from the content vector....just like you do in your examples. Problem is I have embedded nulls and can't get anything to...

Hey Ralf! Thanks so much - I'll try to get to this today or over the weekend. I'll let you know how this goes.

Hey Ralf - I tried the adjustments to **`src/Makevars.win`** by simply opening **`src/Makevars.in`** and copying your code as above and saving as **`Makevars.win`** in RStudio. (I put all of your...

Also, I did the above and then copied **`R/flags.R.in`** to **`R/flags.R`**. I then changed **`@AF_INCLUDE@`** to `-I$(AF_PATH)/include` and changed **`@AF_LIBS@`** to `-L$(AF_PATH)/lib -laf`. I also tried changing **`@AF_LIBS@`** to simply...

Well, I think you're on to something here...I might have to build ArrayFire from source using gcc. I made the changes you suggested above and got the following (a partial...

Good idea - let's see where that goes. I may have a couple of people I can approach as well.