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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
