Displaying 3 results from an estimated 3 matches for "r_sock".
Did you mean:
rx_sock
2006 Feb 23
1
Utilizing the internet module
Hello all,
I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my
R package. The intent is to use these in conjunction with R_serialize()
to store R objects in a remote data store. I'm aware that version
2.2.1 of "Writing R extensions" explains that these may be undocumented
and unstable, but I have a c...
2006 Apr 24
0
R 2.3.0 is released
...ackward compatible, returning just the address of the symbol
and ignoring registration information.
o errorcall and warningcall are now declared in <Rinternals.h>
(they might be needed in front-ends).
o R_FlushConsole and R_ProcessEvents are now declared in <R.h>.
o The R_Sock* functions supporting socket connections are no
longer declared in R-ftp-http.h as they are not loaded into R
itself, and are now hidden in the module's DLL on suitable systems.
BUG FIXES
o Quoted arguments to the R script after --args are now
passed quoted to the R executable and so...
2006 Apr 24
0
R 2.3.0 is released
...ackward compatible, returning just the address of the symbol
and ignoring registration information.
o errorcall and warningcall are now declared in <Rinternals.h>
(they might be needed in front-ends).
o R_FlushConsole and R_ProcessEvents are now declared in <R.h>.
o The R_Sock* functions supporting socket connections are no
longer declared in R-ftp-http.h as they are not loaded into R
itself, and are now hidden in the module's DLL on suitable systems.
BUG FIXES
o Quoted arguments to the R script after --args are now
passed quoted to the R executable and so...