Other files ignored by Codecov
man/diff_myers.Rd
has changed.
178 | 178 | #' |
|
179 | 179 | #' Implementation of Myer's Diff algorithm with linear space refinement |
|
180 | 180 | #' originally implemented by Mike B. Allen as part of |
|
181 | - | #' \href{libmba}{http://www.ioplex.com/~miallen/libmba/} |
|
181 | + | #' \href{http://www.ioplex.com/~miallen/libmba/}{libmba} |
|
182 | 182 | #' version 0.9.1. This implementation is a heavily modified version of the |
|
183 | 183 | #' original C code and is not compatible with the \code{libmba} library. |
|
184 | 184 | #' The C code is simplified by using fixed size arrays instead of variable |