Package: pkgstats Title: Metrics of R Packages Version: 0.2.3.002 Authors@R: c(person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")), person("Michael", "Sumner", role = c("ctb"), comment = c(ORCID = "0000-0002-2471-7511")), person("Jeffrey", "Hollister", role = c("ctb"), comment = c(ORCID = "0000-0002-9254-9740")), person("Egor", "Kotov", role = c("ctb"), comment = c(ORCID = "0000-0001-6690-5345"))) 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, memoise, methods, readr, roxygen2, rprojroot, sys, withr Suggests: callr, curl, hms, httr2, jsonlite, knitr, parallel, piggyback, pkgbuild, Rcpp, rmarkdown, testthat (>= 3.0.0), tibble, toml, visNetwork LinkingTo: cpp11 VignetteBuilder: knitr Config/testthat/edition: 3 Config/ropensci/maintainer: staff Encoding: UTF-8 Language: en-US NeedsCompilation: yes Roxygen: list(markdown = TRUE) SystemRequirements: ctags, global Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev libx11-dev Repository: https://ropensci-review-tools.r-universe.dev Date/Publication: 2026-06-24 10:03:39 UTC RemoteUrl: https://github.com/ropensci-review-tools/pkgstats RemoteRef: HEAD RemoteSha: 8cbc64d99a21b1e5137bee65106c583f18b482de Packaged: 2026-06-24 10:26:36 UTC; root Author: Mark Padgham [aut, cre] (ORCID: ), Michael Sumner [ctb] (ORCID: ), Jeffrey Hollister [ctb] (ORCID: ), Egor Kotov [ctb] (ORCID: ) Maintainer: Mark Padgham