search for: do_gzfile

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

2020 May 06
3
defining r audio connections
...or "file", "url", "pipe", "fifo", "socketConnection", etc. Is there a tutorial or an example package where a new type of connection is defined, so that I can see how to do this properly in a package? I can see from the R source that, for example, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei`...
2020 May 06
2
defining r audio connections
..., "pipe", "fifo", "socketConnection", etc. > > Is there a tutorial or an example package where a new type of connection is defined, so that I can see how to do this properly in a package? > > I can see from the R source that, for example, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g...
2020 May 06
2
defining r audio connections
...t;, "socketConnection", etc. > > > > Is there a tutorial or an example package where a new type of connection is defined, so that I can see how to do this properly in a package? > > > > I can see from the R source that, for example, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > > > I only want an object that I can use `readBin` and `writeBin` on, to read and write aud...
2006 May 02
1
compile R on Solaris 9
...onnections.c:919: structure has no member named `open64' connections.c: In function `do_pipe': connections.c:978: structure has no member named `open64' connections.c: In function `newgzfile': connections.c:1114: structure has no member named `open64' connections.c: In function `do_gzfile': connections.c:1163: structure has no member named `open64' connections.c: In function `newbzfile': connections.c:1295: structure has no member named `open64' connections.c: In function `do_bzfile': connections.c:1341: structure has no member named `open64' connections.c: I...
2020 May 07
1
defining r audio connections
...> > > > > Is there a tutorial or an example package where a new type of > > connection is defined, so that I can see how to do this properly in a > > package? > > > > > > > > I can see from the R source that, for example, `do_gzfile` is > > defined in `connections.c` and referenced in `names.c`. However, I > thought > > I should ask here first in case there is a better place to start, than > > trying to copy this code. > > > > > > > > I only want an object that I can...
2020 May 06
0
defining r audio connections
..."url", "pipe", "fifo", "socketConnection", etc. > > Is there a tutorial or an example package where a new type of connection is defined, so that I can see how to do this properly in a package? > > I can see from the R source that, for example, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_p...
2020 May 06
0
defining r audio connections
..., "fifo", "socketConnection", etc. > > > > Is there a tutorial or an example package where a new type of connection is defined, so that I can see how to do this properly in a package? > > > > I can see from the R source that, for example, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data...
2020 May 07
0
defining r audio connections
...t;, etc. > > > > > > Is there a tutorial or an example package where a new type of > connection is defined, so that I can see how to do this properly in a > package? > > > > > > I can see from the R source that, for example, `do_gzfile` is > defined in `connections.c` and referenced in `names.c`. However, I thought > I should ask here first in case there is a better place to start, than > trying to copy this code. > > > > > > I only want an object that I can use `readBin` and `writeBin`...
2001 Dec 21
0
{R} 1.4.0 compiling failed on sun sparc solaris 2.6
...0xaf0e18, 0x6, 0x8, 0xfffffff1, 0x8, 0x0), at 0xef6b2e48 [3] gz_open(0xaf0e18, 0x1122734, 0xffffffff, 0x0, 0x0, 0x0), at 0xef6b25a8 [4] gzopen(0xaf8138, 0x1122730, 0x6, 0x77, 0x81010100, 0x1122730), at 0xef6b3ba0 =>[5] gzfile_open(con = 0x1122728), line 750 in "connections.c" [6] do_gzfile(call = 0x46eb54, op = 0x329d1c, args = 0xb3d650, env = 0xb3d554), line 886 in "connections.c" [7] do_internal(call = 0x46eac8, op = 0x31b07c, args = 0xb3d650, env = 0xb3d554), line 1011 in "names.c" [8] Rf_eval(e = 0x46eac8, rho = 0xb3d554), line 400 in "eval.c"...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...5, {PP_FUNCALL, PREC_FN, 0}}, +{"url", do_url, 0, 11, 6, {PP_FUNCALL, PREC_FN, 0}}, {"pipe", do_pipe, 0, 11, 3, {PP_FUNCALL, PREC_FN, 0}}, {"fifo", do_fifo, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, {"gzfile", do_gzfile, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, @@ -983,7 +983,7 @@ FUNTAB R_FunTab[] = {"eSoftVersion",do_eSoftVersion, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}}, {"curlVersion", do_curlVersion, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}}, {"curlGetHeaders",do_curlGetHeaders...