Package: daff Version: 1.1.1 Title: Diff, Patch and Merge for Data.frames Authors@R: c( person("Paul", "Fitzpatrick", email="paul@robotrebuilt.com", role=c("aut"), comment="JavaScript original, http://paulfitz.github.io/daff/"), person("Edwin", "de Jonge", email="edwindjonge@gmail.com", role=c("aut","cre"), comment=c("R wrapper", ORCID="0000-0002-6580-4718")), person( c("Gregory", "R."), "Warnes", email="gwarnes@mdsol.com", role=c("aut")) ) Description: Diff, patch and merge for data frames. Document changes in data sets and use them to apply patches. Changes to data can be made visible by using render_diff(). The 'V8' package is used to wrap the 'daff.js' 'JavaScript' library which is included in the package. License: MIT + file LICENSE Imports: V8 (>= 0.6), jsonlite, utils URL: https://github.com/edwindj/daff Suggests: testthat RoxygenNote: 7.2.3 Encoding: UTF-8 Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://edwindj.r-universe.dev Date/Publication: 2024-02-15 07:44:35 UTC RemoteUrl: https://github.com/edwindj/daff RemoteRef: HEAD RemoteSha: cdc95d828dae03f10b7decc487ea05a88668a375 NeedsCompilation: no Packaged: 2026-07-04 13:00:53 UTC; root Author: Paul Fitzpatrick [aut] (JavaScript original, http://paulfitz.github.io/daff/), Edwin de Jonge [aut, cre] (R wrapper, ORCID: ), Gregory R. Warnes [aut] Maintainer: Edwin de Jonge