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.3.8 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 (>= 4.1.0) License: GPL-2 | GPL-3 URL: https://github.com/brodieG/diffobj BugReports: https://github.com/brodieG/diffobj/issues Roxygen: list(load = "installed") VignetteBuilder: knitr Encoding: UTF-8 Suggests: knitr, rmarkdown Collate: 'capt.R' 'options.R' 'pager.R' 'check.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 Config/roxygen2/version: 8.0.0 Repository: https://brodieg.r-universe.dev Date/Publication: 2026-07-18 14:56:49 UTC RemoteUrl: https://github.com/brodieg/diffobj RemoteRef: HEAD RemoteSha: 1aa8d416c4574e933bb3e18bd019a415f790045c NeedsCompilation: yes Packaged: 2026-07-18 15:33:07 UTC; root Author: Brodie Gaslam [aut, cre], Michael B. Allen [ctb, cph] (Original C implementation of Myers Diff Algorithm) Maintainer: Brodie Gaslam