Package: diffmatchpatch 0.1.0
diffmatchpatch: String Diff, Match, and Patch Utilities
A wrapper for Google's 'diff-match-patch' library. It provides basic tools for computing diffs, finding fuzzy matches, and constructing / applying patches to strings.
Authors:
diffmatchpatch_0.1.0.tar.gz
diffmatchpatch_0.1.0.zip(r-4.7)diffmatchpatch_0.1.0.zip(r-4.6)diffmatchpatch_0.1.0.zip(r-4.5)
diffmatchpatch_0.1.0.tgz(r-4.6-x86_64)diffmatchpatch_0.1.0.tgz(r-4.6-arm64)diffmatchpatch_0.1.0.tgz(r-4.5-x86_64)diffmatchpatch_0.1.0.tgz(r-4.5-arm64)
diffmatchpatch_0.1.0.tar.gz(r-4.7-arm64)diffmatchpatch_0.1.0.tar.gz(r-4.7-x86_64)diffmatchpatch_0.1.0.tar.gz(r-4.6-arm64)diffmatchpatch_0.1.0.tar.gz(r-4.6-x86_64)
diffmatchpatch_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
diffmatchpatch/json (API)
NEWS
| # Install 'diffmatchpatch' in R: |
| install.packages('diffmatchpatch', repos = c('https://rundel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rundel/diffmatchpatch/issues
Last updated from:930ed4e156. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 107 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 131 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-release-x86_64 | OK | 218 | ||
| macos-oldrel-arm64 | OK | 105 | ||
| macos-oldrel-x86_64 | OK | 286 | ||
| windows-devel | OK | 109 | ||
| windows-release | OK | 107 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 101 |
Exports:diff_from_deltadiff_levenshteindiff_makediff_text_destdiff_text_sourcediff_to_deltadiff_to_htmldiff_to_patchdmp_optionsmatch_findpatch_applypatch_make
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute diffs between text strings | diff diff_from_delta diff_levenshtein diff_make diff_text_dest diff_text_source diff_to_delta diff_to_html diff_to_patch |
| diffmatchpatch settings | dmp_options |
| Fuzzy matching of a text string | match match_find |
| Create and apply patches to a text string | patch patch_apply patch_make |
