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
Packaged: 2025-01-21 15:04:32 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  Alton Barbehenn [aut] (<https://orcid.org/0009-0000-3364-7204>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-01-21 15:40:02 UTC
Built: R 4.6.0; ; 2025-11-02 03:22:49 UTC; windows
