Package: ttdo Title: Extend 'tinytest' with 'diffobj' and 'tinysnapshot' Version: 0.0.10 Date: 2025-01-21 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Alton", "Barbehenn", role = "aut", comment = c(ORCID = "0009-0000-3364-7204"))) Description: The 'tinytest' package offers a light-weight zero-dependency unit-testing framework to which this package adds support via the 'diffobj' package for 'diff'-style textual comparison of R objects, as well as via 'tinysnapshot' package for visual differences in plots. License: GPL (>= 2) URL: https://github.com/eddelbuettel/ttdo/, https://dirk.eddelbuettel.com/code/ttdo.html BugReports: https://github.com/eddelbuettel/ttdo/issues NeedsCompilation: no Encoding: UTF-8 Imports: tinytest (>= 1.4.1), diffobj, tinysnapshot (>= 0.0.8), base64enc RoxygenNote: 7.3.2 Config/pak/sysreqs: libmagick++-dev gsfonts libssl-dev Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-02-26 00:27:04 UTC RemoteUrl: https://github.com/eddelbuettel/ttdo RemoteRef: HEAD RemoteSha: d77c32c3e34f9b83d1497d6587758d447bacd986 Packaged: 2026-07-03 13:55:17 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Alton Barbehenn [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel