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.5)diffmatchpatch_0.1.0.zip(r-4.4)diffmatchpatch_0.1.0.zip(r-4.3)
diffmatchpatch_0.1.0.tgz(r-4.4-x86_64)diffmatchpatch_0.1.0.tgz(r-4.4-arm64)diffmatchpatch_0.1.0.tgz(r-4.3-x86_64)diffmatchpatch_0.1.0.tgz(r-4.3-arm64)
diffmatchpatch_0.1.0.tar.gz(r-4.5-noble)diffmatchpatch_0.1.0.tar.gz(r-4.4-noble)
diffmatchpatch_0.1.0.tgz(r-4.4-emscripten)diffmatchpatch_0.1.0.tgz(r-4.3-emscripten)
diffmatchpatch.pdf |diffmatchpatch.html✨
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 4 years agofrom:930ed4e156. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
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 |