search for: xdemo_main

Displaying 4 results from an estimated 4 matches for "xdemo_main".

2011 Jan 21
1
glitch in building R package
...turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo.cpp -o XDemo.o g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo_main.cpp -o XDemo_main .o g++ -shared -s -static-libgcc -o FirstPack.dll tmp.def XDemo.o XDemo_main.o -Lc: /R/R-2.12.0/bin/i386 -lR installing to c:/R/R-2.12.0/library/FirstPack/libs/i386 ** R ** data Warning: empty 'data' directory ** preparing package for lazy loading Error in .C("DemoAut...
2009 Apr 01
1
problems with package tutorial
...pefully it won't get sent out weirdly like it did earlier. ? The link to what I'm trying to follow is http://www.stat.columbia.edu/~gelman/stuff_for_blog/AlanRPackageTutorial.pdf ? I've been going through the tutorial but when I got to page 9 and did R CMD SHLIB Xdemo.cc Xdemo_main.cc -o Xdemo.dll I got the following error: XDemo_res.rc:15:38: warning: missing terminating " character XDemo_res.rc:23:34: warning: missing terminating ' character c:\mark\research\Rtools\MinGW\bin\windres.exe: XDemo_res.rc:16: syntax error Then XDemo_res.rc file that gets...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
Hi Everyone: I've been going through Alan Lenarcic's package tutorial but when I did R CMD SHLIB Xdemo.cc Xdemo_main.cc -o Xdemo.dll I got the following error: XDemo_res.rc:15:38: warning: missing terminating " character XDemo_res.rc:23:34: warning: missing terminating ' character c:\mark\research\Rtools\MinGW\bin\windres.exe: XDemo_res.rc:16: syntax error make: *** [XDemo_res.o] Error...
2011 Jan 22
0
how to call BayesX in R to see the graph
...t; turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo.cpp -o XDemo.o g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo_main.cpp -o XDemo_main .o g++ -shared -s -static-libgcc -o FirstPack.dll tmp.def XDemo.o XDemo_main.o -Lc: /R/R-2.12.0/bin/i386 -lR installing to c:/R/R-2.12.0/library/FirstPack/libs/i386 ** R ** data Warning: empty 'data' directory ** preparing package for lazy loading Error in .C("DemoAut...