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
47757 6391 d 4 h jmc /branches/R-classInheritance/ create branch for class inheritance  
42961 6882 d 16 h ripley /trunk/src/library/ try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise  
42333 6941 d 18 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7020 d 3 h ripley /trunk/src/library/ add require() or :: calls where needed  
39745 7211 d 17 h murdoch /trunk/ Typos: redundant "the"  
38105 7376 d 21 h ripley /trunk/src/library/stats/ add explicit error messages for constant columns in correlation PCA  
37612 7425 d 15 h ripley /trunk/src/library/stats/man/ clarification  
37493 7446 d 17 h ripley /trunk/src/library/stats/man/ clarify 'data' argument  
36186 7571 d 7 h ripley /trunk/src/library/stats/man/ update details of napredict/naresid usage  
33734 7795 d 20 h ripley /trunk/ enhance predict() methods for "prcomp" and "princomp"  
31094 7992 d 9 h ripley /trunk/src/library/ add mention of packages if not standard set  
30593 8022 d 16 h ripley /trunk/ formula interface and predict method for prcomp.  
30449 8030 d 14 h ripley /trunk/src/library/ more removal of unneeded data() statements  
30004 8069 d 19 h ripley /trunk/ 1) data.frame(check.names=TRUE) enforces unique names
2) make.names has a new arg allow_
3) remove USE_UNDERSCORE_IN_NAMES
4) attempt to warn if newdata is not used in prediction, and document better
 
29861 8077 d 19 h ripley /trunk/src/library/ branch update  
28090 8223 d 15 h ripley /trunk/ fix PR#6452
warn if both x and covmat are supplied to princomp, and don't
give scores under those circumstances unless covmat is a list
 
27474 8267 d 6 h ripley /trunk/ merge mva into stats