search for: do_url

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

Did you mean: dc_url
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...mode, SEXP headers, int type); -/* op = 0: .Internal( url(description, open, blocking, encoding, method)) +/* op = 0: .Internal( url(description, open, blocking, encoding, method, headers)) op = 1: .Internal(file(description, open, blocking, encoding, method, raw)) */ SEXP attribute_hidden do_url(SEXP call, SEXP op, SEXP args, SEXP env) { - SEXP scmd, sopen, ans, class, enc; + SEXP scmd, sopen, ans, class, enc, headers = R_NilValue, + headers_flat = R_NilValue; char *class2 = "url"; const char *url, *open; int ncon, block, raw = 0, defmeth, @@ -5333,6 +5334,1...
2006 May 02
1
compile R on Solaris 9
...structure has no member named `open64' connections.c: In function `do_writechar': connections.c:3212: structure has no member named `open64' connections.c: In function `switch_or_tee_stdout': connections.c:3390: structure has no member named `open64' connections.c: In function `do_url': connections.c:3622: structure has no member named `open64' connections.c: In function `gzcon_open': connections.c:3673: structure has no member named `open64' connections.c: In function `do_gzcon': connections.c:3969: structure has no member named `open64' connections.c:39...
2010 Jun 22
4
seek() and gzfile() on 32-bit R2.12.0 in linux
I have installed both 32-bit and 64-bit versions of R2.12.0 (2010-06-15 r52300) on my Ubuntu 10.04 64-bit system. I observe the following behavior when running the examples from base::connections. There appears to be a problem with seek() on a .gz file when using a 32-bit installation of R2.12.0, but the problem doesn't appear in the 64-bit installation. I realize that seek() has been
2001 Jul 03
3
Some questions about R-(D)COM
Hello Thomas, I am writting to you because I have some questions about R-(D)COM. The first one is whether it can compiled using the MINGW C compiler, that is recomended by B. Ripley to compile R under Windows. The other questions are: - How can I open/close connections directly from C/C++? - Do you know about a free Visual Basic compiler? The final purpose of using R-(D)COM is to create a