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:Colin Rundel [aut, cre], Google Inc. [cph], Neil Fraser [cph], Mike Slemmer [cph], Sergey Nozhenko [cph], Christian Leutloff [cph]

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'))

Peer review:

Bug tracker:https://github.com/rundel/diffmatchpatch/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

12 exports 5 stars 1.10 score 2 dependencies 11 scripts 149 downloads

Last updated 3 years agofrom:930ed4e156. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 08 2024
R-4.5-win-x86_64OKSep 08 2024
R-4.5-linux-x86_64OKSep 08 2024
R-4.4-win-x86_64OKSep 08 2024
R-4.4-mac-x86_64OKSep 08 2024
R-4.4-mac-aarch64OKSep 08 2024
R-4.3-win-x86_64OKSep 08 2024
R-4.3-mac-x86_64OKSep 08 2024
R-4.3-mac-aarch64OKSep 08 2024

Exports:diff_from_deltadiff_levenshteindiff_makediff_text_destdiff_text_sourcediff_to_deltadiff_to_htmldiff_to_patchdmp_optionsmatch_findpatch_applypatch_make

Dependencies:cliRcpp

Readme and manuals

Help Manual

Help pageTopics
Compute diffs between text stringsdiff diff_from_delta diff_levenshtein diff_make diff_text_dest diff_text_source diff_to_delta diff_to_html diff_to_patch
diffmatchpatch settingsdmp_options
Fuzzy matching of a text stringmatch match_find
Create and apply patches to a text stringpatch patch_apply patch_make