The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
74363 3064 d 10 h maechler /trunk/ missing parens patch from Duncan Murdoch (except those Kurt did in 74360)  
68948 4005 d 4 h ripley /trunk/src/library/ use https  
68939 4005 d 5 h ripley /trunk/src/library/ prefer https:  
67570 4204 d 8 h ripley /trunk/ correct copyright dates  
67384 4217 d 5 h hornik /trunk/ Fix URLs.  
64657 4586 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
63698 4719 d 8 h ripley /trunk/src/library/utils/man/ doc fix for PR#15340  
60324 5090 d 3 h ripley /trunk/src/library/ more docs on long vectors, missing header  
57074 5419 d 0 h hornik /trunk/ Add 'costs' argument to agrep().
Allow for specifying a cost bound in agrep().
Put common code for expanding approximate match bounds and costs into
internal utility functions .amatch_bounds() and .amatch_costs().
Change underlying C code to pass vectors of bounds and costs, and not
all individual elements separately.
Rename adist() costs argument to 'costs'.
 
57024 5426 d 23 h hornik /trunk/src/ Fix thinko when computing the edit transscript.
Handle infinite cost components correctly for full matches.
Optionally return the offsets of the matched substring when computing
the approximate match distance.
 
57012 5428 d 1 h hornik /trunk/src/ Compute Levenshtein distance ourselves using dynamic programming.
Optionally return a transformation achieving minimal distance.
 
56910 5441 d 10 h hornik /trunk/src/ Add option 'fixed' to adist().  
56896 5442 d 5 h hornik /trunk/ Document and export adist().