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 6502 d 22 h murdoch /branches/djm-parseRd/ Create temporary branch for Rd parsing code.  
46543 6523 d 5 h maechler /trunk/ add montone Hermite "spline" interpolation  
46112 6579 d 19 h ripley /trunk/ separate out print method for summary.ecdf  
45800 6636 d 13 h deepayan /trunk/ added reorder.character() similar to reorder.factor()  
44648 6723 d 18 h maechler /trunk/src/library/stats/ S3method lines.isoreg()  
41573 7015 d 2 h ripley /trunk/ migrate gls/lme vcov methods to nlme (in 3.1-81)  
40852 7073 d 16 h maechler /trunk/ screeplot (S3)generic & default method  
40817 7084 d 19 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 7139 d 8 h ripley /trunk/ add get_all_vars  
39170 7264 d 20 h ripley /trunk/src/library/ tweaks  
39137 7266 d 4 h ripley /trunk/src/library/stats/ temporarily export median.default for package 'rv'  
39116 7267 d 1 h ripley /trunk/ make median S3-generic
improve detection of undeclared methods-using packages
 
39002 7274 d 3 h ripley /trunk/ migrate r2dtable to package stats  
38956 7280 d 15 h ripley /trunk/ do_bind was not using R_LookupMethod and hence missing registered methods  
38910 7285 d 23 h maechler /trunk/ factor out format.ftable() from write.ftable  
38242 7363 d 19 h ripley /trunk/ add [<-.ts  
38104 7377 d 4 h ripley /trunk/ add an as.data.frame method for ftable  
37215 7484 d 1 h ripley /trunk/src/library/stats/ take profiler() internal  
37159 7490 d 20 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 7516 d 3 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