Package: diffobj
Type: Package
Title: Diffs for R Objects
Description: Generate a colorized diff of two R objects for an intuitive
    visualization of their differences.
Version: 0.1.10
Date: 2018-06-06
Authors@R: c(
    person(
    "Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
    role=c("aut", "cre")),
    person(
    "Michael B.", "Allen", email="ioplex@gmail.com",
    role=c("ctb", "cph"),
    comment="Original C implementation of Myers Diff Algorithm"))
Depends: R (>= 3.2.0)
License: GPL (>= 2)
LazyData: true
URL: https://github.com/brodieG/diffobj
BugReports: https://github.com/brodieG/diffobj/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, testthat
Collate: 'capt.R' 'check.R' 'pager.R' 'finalizer.R' 'misc.R' 'html.R'
        'styles.R' 's4.R' 'core.R' 'diff.R' 'get.R' 'guides.R'
        'hunks.R' 'layout.R' 'myerssimple.R' 'rdiff.R' 'rds.R' 'set.R'
        'subset.R' 'summmary.R' 'system.R' 'text.R' 'tochar.R' 'trim.R'
        'word.R'
Imports: crayon (>= 1.3.2), tools, methods, utils, stats
NeedsCompilation: yes
Packaged: 2018-06-10 17:13:39 UTC; brodie
Author: Brodie Gaslam [aut, cre],
  Michael B. Allen [ctb, cph] (Original C implementation of Myers Diff
    Algorithm)
Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
Repository: CRAN
Date/Publication: 2018-06-10 18:17:57 UTC
