Package: pkgstats
Title: Metrics of R Packages
Version: 0.1.3
Authors@R: 
    person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2172-5265"))
Description: Static code analyses for R packages using the external code-tagging
    libraries "ctags" and "gtags". Static analyses enable packages to be
    analysed very quickly, generally a couple of seconds at most. The package
    also provides access to a database generating by applying the main function
    to the full CRAN archive, enabling the statistical properties of any package
    to be compared with all other CRAN packages.
License: GPL-3
URL: https://docs.ropensci.org/pkgstats/,
        https://github.com/ropensci-review-tools/pkgstats
BugReports: https://github.com/ropensci-review-tools/pkgstats/issues
Imports: brio, checkmate, dplyr, fs, igraph, methods, readr, sys, withr
Suggests: callr, curl, hms, jsonlite, knitr, parallel, pkgbuild, Rcpp,
        rmarkdown, roxygen2, testthat (>= 3.0.0), tibble, visNetwork
LinkingTo: cpp11
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: ctags, global, C++11
Packaged: 2022-12-08 11:21:24 UTC; smexus
Author: Mark Padgham [aut, cre] (<https://orcid.org/0000-0003-2172-5265>)
Maintainer: Mark Padgham <mark.padgham@email.com>
