The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
30063 8065 d 2 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
26797 8308 d 22 h bates /trunk/src/ Add tolerance check to Lapack-based solve  
25919 8371 d 1 h luke /trunk/src/main/ Added some byte code profiling entries.  
25303 8407 d 13 h ripley /trunk/src/ tweaks to LAPACK-based det function  
24931 8434 d 4 h luke /trunk/src/main/ Added support code for lazy loading of packages.  
24910 8435 d 1 h luke /trunk/src/main/ Moved serialize/unserialize code into base.  
23185 8563 d 2 h ripley /trunk/ add double LAPACK versions of solve.default and QR routines  
23133 8568 d 9 h ripley /trunk/src/main/ add experimental support of in-memory compression of scalar strings  
23058 8573 d 13 h ripley /trunk/src/main/ add copyright, some explanation in basedecl.h  
22887 8582 d 23 h duncan /trunk/src/main/ Declarations now correct (hopefully) for the routines that used to be in ROUTINES (and withoithout any type information)  
22858 8584 d 8 h hornik /trunk/ New function r2dtable() and corresponding C function R_r2dtable() for
generating random samples of two-way tables with given marginals.
 
22838 8584 d 23 h tlumley /trunk/ mapply -- multivariate version of sapply  
22284 8629 d 23 h duncan /trunk/src/ Switched the way we make symbols in base available to .C/.Call/.External/.Fortran calls. Rather than using ROUTINES, we now use the registration mechanism. Tested on all the standard platforms except HP and AIX. Tidy up to follow now the basics are in.