Displaying 5 results from an estimated 5 matches for "strict_r_head".
2006 Dec 18
0
R 2.4.1 is released
...and
        cm.colors() all gain an 'alpha' argument to be passed to hsv().
    o   dput() will give an incorrect representation of the row names
        of a data frame with integer row names.  This is now corrected
        when the object is recreated.
C-LEVEL FACILITIES
    o   Using STRICT_R_HEADERS applies to more reported clashes with
        Windows headers, including Calloc and Realloc.  These and
        Free need to be prefixed by R_ when STRICT_R_HEADERS is defined.
DEPRECATED & DEFUNCT
    o   The previously undocumented behaviour of structure() in adding a
        class when...
2006 Dec 18
0
R 2.4.1 is released
...and
        cm.colors() all gain an 'alpha' argument to be passed to hsv().
    o   dput() will give an incorrect representation of the row names
        of a data frame with integer row names.  This is now corrected
        when the object is recreated.
C-LEVEL FACILITIES
    o   Using STRICT_R_HEADERS applies to more reported clashes with
        Windows headers, including Calloc and Realloc.  These and
        Free need to be prefixed by R_ when STRICT_R_HEADERS is defined.
DEPRECATED & DEFUNCT
    o   The previously undocumented behaviour of structure() in adding a
        class when...
2003 Jan 31
1
Embedding R in C++
Hi Folks,
Alright, so I'm figuring out how to embed from the various docs and 
other nuggets of hidden information, and I've managed to get a nice 
little C++ framework going which is supposed to make working with R 
embedded stuff much easier.  The problem is, R likes to define things 
that other libraries also like to define.  For example, the libg++-v3 
library has a macro called
2003 Apr 16
2
R-1.7.0 is released
...ile (in src/appl/) and associated scripts to
	generate FFTab.h and FFDecl.h are no longer used.
    o	Entry point Rf_append is no longer in the installed headers
	(but is still available).  It is apparently unused.
    o	Many conflicts between other headers and R's can be avoided by
	defining STRICT_R_HEADERS and/or R_NO_REMAP -- see `Writing R
	Extensions' for details.
    o	New entry point R_GetX11Image and formerly undocumented
	ptr_R_GetX11Image are in new header R_ext/GetX11Image.	These
	are used by package tkrplot.
BUG FIXES
    o	Sys.sleep() on Unix was having trouble with waits of les...
2003 Apr 16
2
R-1.7.0 is released
...ile (in src/appl/) and associated scripts to
	generate FFTab.h and FFDecl.h are no longer used.
    o	Entry point Rf_append is no longer in the installed headers
	(but is still available).  It is apparently unused.
    o	Many conflicts between other headers and R's can be avoided by
	defining STRICT_R_HEADERS and/or R_NO_REMAP -- see `Writing R
	Extensions' for details.
    o	New entry point R_GetX11Image and formerly undocumented
	ptr_R_GetX11Image are in new header R_ext/GetX11Image.	These
	are used by package tkrplot.
BUG FIXES
    o	Sys.sleep() on Unix was having trouble with waits of les...