Displaying 4 results from an estimated 4 matches for "r_tmpnam".
2011 Mar 18
1
[Patch suggestion] Adding 3rd arg to tempfile() to set extension
...tmppng <- tempfile(fileext=".png")
tmpjpeg <- tempfile(fileext=".jpeg")
Below is a short and simple patch which extends tempfile() to three arguments
with the new one (fileext) defaulting to "". If set, the extension is
appended to what we got from R_tmpnam(). I made this non-vectorised; this
could be changed. I left R_tmpnam() alone as its interface appears in a
header. I updated the manual page too.
I wrote this again current R-devel source from SVN, the patch reflects
that. The patch applies cleanly to R-alpha as well where 'make check' p...
2001 Jun 01
1
Unified naming for R<system>_tmpnam possible?
What is the reason that the system specific files (sys-unix.c et.al.) all define a specific
name for building tmpfile?
In main/devPS.c then there is an #ifdef sequence which calls depending on the
system defined the respective function.
Wouldn't it be better just to have one function R_tmpnam(), which is implemented
system dependent in the sys-<system>.c files?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscrib...
2002 Oct 01
6
R-1.6.0 is released
...ing. Use try(), as has long been recommended.
DOCUMENTATION CHANGES
o New demo(persp) containing some of the former example(persp) ones
and more.
C-LEVEL FACILITIES
o Rversion.h is no longer automatically included by R.h.
Include it explicitly if you need it.
o New entry point R_tmpnam in Utils.h.
o The Unix event loop interface has been changed to facilitate
integration with other loops. R_checkActivity and
R_runHandlers should eventually replace getSelectedHandler.
INSTALLATION CHANGES
o Perl 5.005 or newer is now required.
o R CMD INSTALL is now guaranteed t...
2002 Oct 01
6
R-1.6.0 is released
...ing. Use try(), as has long been recommended.
DOCUMENTATION CHANGES
o New demo(persp) containing some of the former example(persp) ones
and more.
C-LEVEL FACILITIES
o Rversion.h is no longer automatically included by R.h.
Include it explicitly if you need it.
o New entry point R_tmpnam in Utils.h.
o The Unix event loop interface has been changed to facilitate
integration with other loops. R_checkActivity and
R_runHandlers should eventually replace getSelectedHandler.
INSTALLATION CHANGES
o Perl 5.005 or newer is now required.
o R CMD INSTALL is now guaranteed t...