Package: waldo Title: Find Differences Between R Objects Version: 0.6.2.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Compare complex R objects and reveal the key differences. Designed particularly for use in testing packages where being able to quickly isolate key differences makes understanding test failures much easier. License: MIT + file LICENSE URL: https://waldo.r-lib.org, https://github.com/r-lib/waldo BugReports: https://github.com/r-lib/waldo/issues Depends: R (>= 4.0) Imports: cli, diffobj (>= 0.3.4), glue, methods, rlang (>= 1.1.0) Suggests: bit64, R6, S7, testthat (>= 3.0.0), withr, xml2 Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-07-11 15:26:56 UTC RemoteUrl: https://github.com/r-lib/waldo RemoteRef: HEAD RemoteSha: d9075e4488a45e4189d79f7847b54fcd94a29fff NeedsCompilation: no Packaged: 2026-06-19 09:23:21 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham