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-packages
(root)
/
branches
/
Matrix-APIchange
/
R
/
zzz.R
– Rev 4529
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
4529
6966 d 1 h
bates
/branches/Matrix-APIchange/
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series
4470
6980 d 20 h
maechler
/trunk/Matrix/
misc. cleanup
4207
7061 d 22 h
maechler
/trunk/Matrix/
omit cbind/rbind again, and use cBind/rBind only
4199
7064 d 23 h
maechler
/trunk/Matrix/
+ diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state
4071
7142 d 3 h
maechler
/trunk/Matrix/R/
add "..." to as.matrix()
3959
7202 d 17 h
maechler
/trunk/Matrix/
host of changes; mostly indexing(sub-set & -assign) for symmetric and [ cbind(i,j) ]
3209
7355 d 23 h
maechler
/trunk/Matrix/
R >= 2.4 needs more hacking for base::as.matrix assignment
2278
7474 d 7 h
maechler
/trunk/Matrix/R/
require(utils) in .OnLoad()
2019
7551 d 22 h
maechler
/trunk/Matrix/R/
require(methods) needed according to the docs
1906
7597 d 18 h
maechler
/trunk/Matrix/R/
isSymmetric() & simulate() updates; sparse subsetting
1869
7604 d 21 h
maechler
/trunk/Matrix/
more coercions; particularly "d" <-> "l"; more tests (and more FIXMEs!); fixing two "index-0 bugs"; ...
1804
7626 d 23 h
maechler
/trunk/Matrix/
cbind() / cbind2() methods for R >= 2.2.0
1700
7658 d 6 h
maechler
/trunk/Matrix/R/
re-assign as.matrix() in base (!) -- experimental