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.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

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

On CRAN:

Conda:

cpp

3.80 score 7 stars 18 scripts 235 downloads 12 exports 2 dependencies

Last updated from:930ed4e156. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK107
linux-devel-x86_64OK114
source / vignettesOK172
linux-release-arm64OK131
linux-release-x86_64OK118
macos-release-arm64OK105
macos-release-x86_64OK218
macos-oldrel-arm64OK105
macos-oldrel-x86_64OK286
windows-develOK109
windows-releaseOK107
windows-oldrelOK88
wasm-releaseOK101

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