-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
23 lines (23 loc) · 989 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: daff
Version: 1.1.1
Title: Diff, Patch and Merge for Data.frames
Authors@R: c( person("Paul", "Fitzpatrick", email="[email protected]", role=c("aut"),
comment="JavaScript original, http://paulfitz.github.io/daff/"),
person("Edwin", "de Jonge", email="[email protected]", role=c("aut","cre"),
comment=c("R wrapper", ORCID="0000-0002-6580-4718")),
person( c("Gregory", "R."), "Warnes", email="[email protected]", 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