Package: diffviewer
Title: HTML Widget to Show File Differences
Version: 0.1.2.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
person("Joshua", "Kunst", role = "aut"),
person("Winston", "Chang", , "winston@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Paul", "Fitzpatrick", role = "cph",
comment = "Author of included daff.js library"),
person("Rodrigo", "Fernandes", role = "cph",
comment = "Author of included diff2html library"),
person("JQuery Foundation", role = "cph",
comment = "Author of included jquery library"),
person("Kevin", "Decker", role = "cph",
comment = "Author of included jsdiff library"),
person("Matthew", "Holt", role = "cph",
comment = "Author of incldued PapaParse library"),
person("Huddle", role = "cph",
comment = "Author of included resemble library")
)
Description: A HTML widget that shows differences between files (text,
images, and data frames).
License: MIT + file LICENSE
URL: https://diffviewer.r-lib.org, https://github.com/r-lib/diffviewer
BugReports: https://github.com/r-lib/diffviewer/issues
Depends: R (>= 3.6.0)
Imports: htmlwidgets, jsonlite
Suggests: covr, shiny
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/pak/sysreqs: make libuv1-dev
Repository: https://r-lib.r-universe.dev
Date/Publication: 2024-06-12 21:21:41 UTC
RemoteUrl: https://github.com/r-lib/diffviewer
RemoteRef: HEAD
RemoteSha: 3c69fb9d7891a25a4d0b792844f863743d1cd36e
NeedsCompilation: no
Packaged: 2026-06-06 06:55:18 UTC; root
Author: Hadley Wickham [aut, cre],
Joshua Kunst [aut],
Winston Chang [aut],
Posit Software, PBC [cph, fnd],
Paul Fitzpatrick [cph] (Author of included daff.js library),
Rodrigo Fernandes [cph] (Author of included diff2html library),
JQuery Foundation [cph] (Author of included jquery library),
Kevin Decker [cph] (Author of included jsdiff library),
Matthew Holt [cph] (Author of incldued PapaParse library),
Huddle [cph] (Author of included resemble library)
Maintainer: Hadley Wickham