R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-grid
/
src
/
main
/
basedecl.h
– Rev 26266
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
26266
8349 d 19 h
/branches/R-grid/
This commit was manufactured by cvs2svn to create branch 'R-grid'.
25919
8369 d 20 h
luke
/trunk/src/main/
Added some byte code profiling entries.
25303
8406 d 8 h
ripley
/trunk/src/
tweaks to LAPACK-based det function
24931
8433 d 0 h
luke
/trunk/src/main/
Added support code for lazy loading of packages.
24910
8433 d 20 h
luke
/trunk/src/main/
Moved serialize/unserialize code into base.
23185
8561 d 22 h
ripley
/trunk/
add double LAPACK versions of solve.default and QR routines
23133
8567 d 4 h
ripley
/trunk/src/main/
add experimental support of in-memory compression of scalar strings
23058
8572 d 8 h
ripley
/trunk/src/main/
add copyright, some explanation in basedecl.h
22887
8581 d 18 h
duncan
/trunk/src/main/
Declarations now correct (hopefully) for the routines that used to be in ROUTINES (and withoithout any type information)
22858
8583 d 3 h
hornik
/trunk/
New function r2dtable() and corresponding C function R_r2dtable() for
generating random samples of two-way tables with given marginals.
22838
8583 d 19 h
tlumley
/trunk/
mapply -- multivariate version of sapply
22284
8628 d 18 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.