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
46659 6501 d 8 h murdoch /branches/djm-parseRd/ Create temporary branch for Rd parsing code.  
46543 6521 d 15 h maechler /trunk/ add montone Hermite "spline" interpolation  
46112 6578 d 5 h ripley /trunk/ separate out print method for summary.ecdf  
45800 6634 d 23 h deepayan /trunk/ added reorder.character() similar to reorder.factor()  
44648 6722 d 5 h maechler /trunk/src/library/stats/ S3method lines.isoreg()  
41573 7013 d 13 h ripley /trunk/ migrate gls/lme vcov methods to nlme (in 3.1-81)  
40852 7072 d 2 h maechler /trunk/ screeplot (S3)generic & default method  
40817 7083 d 6 h rgentlem /trunk/src/library/stats/ fixing a buglet that crept in from the change to have $ warn
when applied to an atomic vector
 
40440 7137 d 18 h ripley /trunk/ add get_all_vars  
39170 7263 d 7 h ripley /trunk/src/library/ tweaks  
39137 7264 d 15 h ripley /trunk/src/library/stats/ temporarily export median.default for package 'rv'  
39116 7265 d 11 h ripley /trunk/ make median S3-generic
improve detection of undeclared methods-using packages
 
39002 7272 d 13 h ripley /trunk/ migrate r2dtable to package stats  
38956 7279 d 1 h ripley /trunk/ do_bind was not using R_LookupMethod and hence missing registered methods  
38910 7284 d 9 h maechler /trunk/ factor out format.ftable() from write.ftable  
38242 7362 d 5 h ripley /trunk/ add [<-.ts  
38104 7375 d 14 h ripley /trunk/ add an as.data.frame method for ftable  
37215 7482 d 11 h ripley /trunk/src/library/stats/ take profiler() internal  
37159 7489 d 6 h ripley /trunk/ no longer export nlsModel, since it is intimately connected to nls internals
and so has had to changed considerably to support algorithm="port"
 
36918 7514 d 13 h duncan /trunk/src/library/ Support in useDynLib() for a prefix and postfix via the .fixes
argument. Reorganization of the computations for mapping native
symbols in name space so more of it happens when the NAMESPACE file is
parsed, i.e. at installation. And changed several of the base packages
to use this registration approach. stats still has some of the
original name/PACKAGE. This allows us to test both mechanisms. stats
also uses the prefix. Will add documentation for new functions in
base later or move them into the parseNamespace() function. If we use
the .registration in grDevices, we get a warning on Windows about
savePlot being an existing R variable. This is legitimate, so we
explicitly enumerate the symbols. We will have to add an .omit
argument to useDynLib() or use a different prefix or explicitly map
all symbols. Or we can use additional useDynLib directives in the
conditional statements.
 

Show All