Package: diffviewer
Title: HTML Widget to Show File Differences
Version: 0.1.2
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
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-06-12 16:12:51 UTC; hadleywickham
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 <hadley@posit.co>
Repository: CRAN
Date/Publication: 2024-06-12 21:00:14 UTC
Built: R 4.5.2; ; 2025-11-01 02:45:59 UTC; windows
