Package: realtest
Type: Package
Version: 0.2.3
Date: 2023-05-15
Title: Where Expectations Meet Reality: Realistic Unit Testing
Description:
    A framework for unit testing for realistic minimalists,
    where we distinguish between expected, acceptable, current, fallback,
    ideal, or regressive behaviour. It can also be used for monitoring
    third-party software projects for changes.
Authors@R: c(
    person("Marek", "Gagolewski",
        role = c("aut", "cre", "cph"),
        email = "marek@gagolewski.com",
        comment = c(ORCID = "0000-0003-0637-6028"))
    )
Depends:
    R (>= 4.0)
Imports: utils
BugReports: https://github.com/gagolews/realtest/issues
URL:
    https://realtest.gagolewski.com,
    https://github.com/gagolews/realtest
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
