Displaying 2 results from an estimated 2 matches for "do_seq".
Did you mean:
do_req
2004 May 27
0
How to use R Library in VC++ wrapper dll (SOS)
...le dll project.
2)inclued <R.h> in the .cpp file.
3) added path <R_HOME>\src\include, <R_HOME>\src\R_ext\include in the user settiing include & path in advanced system settings
4) added R.dll in the project path. I dont have R.lib
5) from some wrapper function calling int i = do_seq(1, 1, 1, 1); function (do_seq is in export symbols in R.dll).
Now it is not recoginising.
So , guide me in first l how to use SEXP varaible, and make me run 1 functionality .pls Reply ASAP.
* I will appreciate if I can chat with the person who has soln for my problem for 10-15 min to help me liv...
1998 Mar 03
1
":" (seq) bug -- should not always coerce to integer!
The problem seems that ":" always coerces to integer, but should not..
9.9:12
## R: [1] 9 10 11
## S-plus 3.4: [1] 9.9 10.9 11.9
## and many more examples....
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or