Package: no.evaluable.code
Title: A test package modelled after "assertive" with no evaluable code
Version: 1.0.0
Authors@R: 
    person("Author", "McAuthor",
      role = c("aut", "cre"),
      email = "author.mcauthor@example.com"
    )
Description: 
    A package which contains no evaluable code. This may be that it only
    provides data, documentation or reexports, meaning that "covr" would not
    inject any traces that could be used by "covtracer".
License:
    Inheritted From Parent Package
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
    testthat
