Package: PaRe
Type: Package
Title: A Way to Perform Code Review or QA on Other Packages
Version: 0.1.15
Language: en-US
Authors@R: 
    person("Maarten", "van Kessel", email = "m.l.vankessel@erasmusmc.nl",
           role = c("aut", "cre"), comment = c(ORCID = "0009-0006-8832-6030"))
Description: Reviews other packages during code review by looking at their
    dependencies, code style, code complexity, and how internally defined
    functions interact with one another.
URL: https://github.com/darwin-eu-dev/PaRe
BugReports: https://github.com/darwin-eu-dev/PaRe/issues
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: cli (>= 3.6.0), cyclocomp (>= 1.1.0), desc (>= 1.4.2),
        DiagrammeR (>= 1.0.9), DiagrammeRsvg (>= 0.1), dplyr (>=
        1.1.0), glue (>= 1.6.2), lintr (>= 3.0.2), magrittr (>= 2.0.3),
        pak (>= 0.2.0), rmarkdown (>= 2.20), rsvg (>= 2.4.0), stringr
        (>= 1.5.0), igraph (>= 1.3.5), utils, R6 (>= 2.5.1), git2r (>=
        0.31.0), checkmate (>= 2.1.0), parallel
Suggests: ggplot2, plotly, ggraph, DT, magick, withr, cowplot, knitr,
        curl, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: no
Packaged: 2024-11-29 15:09:28 UTC; mvankessel
Author: Maarten van Kessel [aut, cre] (<https://orcid.org/0009-0006-8832-6030>)
Maintainer: Maarten van Kessel <m.l.vankessel@erasmusmc.nl>
Repository: CRAN
Date/Publication: 2024-12-02 10:10:06 UTC
