Package: covtracer Title: Contextualizing Tests Version: 0.0.2 Authors@R: c( person( "Doug", "Kelkhoff", , "doug.kelkhoff@gmail.com", role = c("aut"), comment = c(ORCID = "0009-0003-7845-4061") ), person( given = "Szymon", family = "Maksymiuk", role = c("aut", "cre"), email = "sz.maksymiuk@gmail.com", comment = c(ORCID = "0000-0002-3120-1601") ), person( given = "Andrew", family = "McNeil", role = c("aut"), email = "andrew.richard.mcneil@gmail.com" ), person( "F. Hoffmann-La Roche AG", role = c("cph", "fnd") ) ) Description: Dissects a package environment or 'covr' coverage object in order to cross reference tested code with the lines that are evaluated, as well as linking those evaluated lines to the documentation that they are described within. Connecting these three pieces of information provides a mechanism of linking tests to documented behaviors. URL: https://github.com/genentech/covtracer BugReports: https://github.com/genentech/covtracer/issues Depends: R (>= 3.2.0) Imports: tools, stats, methods Suggests: testthat, covr (>= 3.5.2), withr, R6, cli, dplyr, igraph, knitr, rmarkdown License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 VignetteBuilder: knitr Repository: https://pharmaverse.r-universe.dev Date/Publication: 2026-01-30 17:15:06 UTC RemoteUrl: https://github.com/Genentech/covtracer RemoteRef: HEAD RemoteSha: 50895e9af2ec46c10876321b3c7962be14a26d65 NeedsCompilation: no Packaged: 2026-05-31 07:29:11 UTC; root Author: Doug Kelkhoff [aut] (ORCID: ), Szymon Maksymiuk [aut, cre] (ORCID: ), Andrew McNeil [aut], F. Hoffmann-La Roche AG [cph, fnd] Maintainer: Szymon Maksymiuk