search for: dya

Displaying 10 results from an estimated 10 matches for "dya".

Did you mean: dma
2010 Jan 18
1
problem of data manipulation
...he obervations have the same var1, var2 and var3 are, part1 (obs2 and obs3) and part2 (obs4,obs5, and obs6). For obs2 and obs3, their date difference is less than 7, so we donot need to delete any of them. For obs4,obs5, and obs6,we can see that obs6 should be deleted becuase its date is over 7 dyas longer than obs4. So the final dataset should obs1,obs2,obs3,obs4, and obs5. I have a lot of observations in my dataset, so i hope to do this automatically. Any ideas on this? Thanks. -- ----------------- Jane Chang Queen's [[alternative HTML version deleted]]
2012 May 08
1
R CMD check linking errors, when interfacing c++
...lt;< 1.0*it->first << endl; */ outfile.close(); delete R; Rprintf("done"); R_FlushConsole(); R_ProcessEvents(); return; // Return Nothing. } } Now when I run R CMD check, in file 00install.out I am getting the following linking errors: * installing *source* package ‘DyA’ ... ** libs ** arch - g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c conf-infomap.cpp -o conf-infomap.o g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c GreedyBase.cpp -o GreedyBase.o g++ -I/usr/share/R/include -DNDEBUG...
2015 Oct 05
2
[cfe-dev] Orc Windows C++
...version 12.0.40629.00 Update 5 Running the same code without llvm-rtdyld.exe (i.e. non-JIT) does so without error. Thanks very much for any response! (Sorry for the slow reply, was trying to get something as minimal as possible for you to look at) > On 2 Oct 2015, at 19:45, Andy Ayers <andya at microsoft.com> wrote: > > If LLVM is generating the x64 code and you have specified a large code model, you should not see any 32 bit relocations. > > So it would be interesting to determine what kind of relocation you are seeing and where it came from. > > -----Original...
2015 Oct 02
2
[cfe-dev] Orc Windows C++
Thanks for the link! There’s some code there that looks extremely relevant to say the least. > On 1 Oct 2015, at 19:00, Hayden Livingston <halivingston at gmail.com> wrote: > > Maybe looking at their code might help: > > https://github.com/dotnet/llilc/blob/dd12743f9cdb5418f1c39b2cd756da1e8396a922/lib/Jit/LLILCJit.cpp#L299 > > On Thu, Oct 1, 2015 at 10:45 AM, David
2015 Oct 05
2
[cfe-dev] Orc Windows C++
...e without llvm-rtdyld.exe (i.e. non-JIT) does so without error. >> >> Thanks very much for any response! >> >> (Sorry for the slow reply, was trying to get something as minimal as possible for you to look at) >> >>> On 2 Oct 2015, at 19:45, Andy Ayers <andya at microsoft.com> wrote: >>> >>> If LLVM is generating the x64 code and you have specified a large code model, you should not see any 32 bit relocations. >>> >>> So it would be interesting to determine what kind of relocation you are seeing and where it came...
2015 Oct 14
4
[cfe-dev] Orc Windows C++
...or. >> >> >> >> Thanks very much for any response! >> >> >> >> (Sorry for the slow reply, was trying to get something as minimal as >> possible for you to look at) >> >> >> >>> On 2 Oct 2015, at 19:45, Andy Ayers <andya at microsoft.com> wrote: >> >>> >> >>> If LLVM is generating the x64 code and you have specified a large >> code model, you should not see any 32 bit relocations. >> >>> >> >>> So it would be interesting to determine what kind of...
2008 Jun 10
1
NameError in AdminController, uninitialized constant
Hi there basically following the "Agile Web Development With Rails, 2nd Edition" i followed the tutorial exaclty, worked fine, so i decided to change one thing on page 74 instead of: ruby script/generate model product i used: ruby script/generate model propertys and: depot_a/db/migrate/001_create_products.rb ~/Rails/ecom/db/migrate$ cat 001_create_propertys.rb class
2012 May 07
0
R CMD check, interfacing c++ linking errors
...lt;< 1.0*it->first << endl; */ outfile.close(); delete R; Rprintf("done"); R_FlushConsole(); R_ProcessEvents(); return; // Return Nothing. } } Now when I run R CMD check, in file 00install.out I am getting the following linking errors: * installing *source* package ‘DyA’ ... ** libs ** arch - g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c conf-infomap.cpp -o conf-infomap.o g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c GreedyBase.cpp -o GreedyBase.o g++ -I/usr/share/R/include -DNDEBUG...
2012 May 08
0
R CMD check, c++ source linking errors
...lt;< 1.0*it->first << endl; */ outfile.close(); delete R; Rprintf("done"); R_FlushConsole(); R_ProcessEvents(); return; // Return Nothing. } } Now when I run R CMD check, in file 00install.out I am getting the following linking errors: * installing *source* package ‘DyA’ ... ** libs ** arch - g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c conf-infomap.cpp -o conf-infomap.o g++ -I/usr/share/R/include -DNDEBUG -fpic -I -Wall -O3 -funroll-loops -pipe -c GreedyBase.cpp -o GreedyBase.o g++ -I/usr/share/R/include -DNDEBUG...
2015 Oct 19
2
[cfe-dev] Orc Windows C++
...thout error. >> >> >> >> Thanks very much for any response! >> >> >> >> (Sorry for the slow reply, was trying to get something as minimal as possible for you to look at) >> >> >> >>> On 2 Oct 2015, at 19:45, Andy Ayers <andya at microsoft.com <mailto:andya at microsoft.com>> wrote: >> >>> >> >>> If LLVM is generating the x64 code and you have specified a large code model, you should not see any 32 bit relocations. >> >>> >> >>> So it would be interesti...