A wrapper for Google diff-match-patch library. It provides basic tools for computing diffs, finding fuzzy matches and constructing/applying patches to strings.
A wrapper for Google diff-match-patch library. It provides basic tools for computing diffs, finding fuzzy matches and constructing/applying patches to strings.
To install R-diffmatchpatch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-diffmatchpatch
To see what files were installed by R-diffmatchpatch, run:
port contents R-diffmatchpatch
To later upgrade R-diffmatchpatch, run:
sudo port selfupdate && sudo port upgrade R-diffmatchpatch
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.