Package: diffviewer
Title: HTML Widget to Show File Differences
Version: 0.1.1
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com"),
      person(given = "Joshua",
             family = "Kunst",
             role = "aut"),
      person(given = "Winston",
             family = "Chang",
             role = "aut",
             email = "winston@rstudio.com"),
      person(given = "RStudio",
             role = c("cph", "fnd")),
      person(given = "Paul",
             family = "Fitzpatrick",
             role = "cph",
             comment = "Author of included daff.js library"),
      person(given = "Rodrigo",
             family = "Fernandes",
             role = "cph",
             comment = "Author of included diff2html library"),
      person(given = "JQuery Foundation",
             role = "cph",
             comment = "Author of included jquery library"),
      person(given = "Kevin",
             family = "Decker",
             role = "cph",
             comment = "Author of included jsdiff library"),
      person(given = "Matthew",
             family = "Holt",
             role = "cph",
             comment = "Author of incldued PapaParse library"),
      person(given = "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
Imports: htmlwidgets, jsonlite
Suggests: covr, shiny
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-09-30 20:08:35 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Joshua Kunst [aut],
  Winston Chang [aut],
  RStudio [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@rstudio.com>
Repository: CRAN
Date/Publication: 2021-09-30 20:20:02 UTC
Built: R 4.2.0; ; 2022-03-22 12:20:50 UTC; unix
