Package: pacs Title: Supplementary Tools for R Packages Developers Version: 0.6.0 Authors@R: person(given = "Maciej", family = "Nasinski", role = c("aut", "cre"), email = "nasinski.maciej@gmail.com") Maintainer: Maciej Nasinski Description: Supplementary utils for CRAN maintainers and R packages developers. Validating the library, packages and lock files. Exploring a complexity of a specific package like evaluating its size in bytes with all dependencies. The shiny app complexity could be explored too. Assessing the life duration of a specific package version. Checking a CRAN package check page status for any errors and warnings. Retrieving a DESCRIPTION or NAMESPACE file for any package version. Comparing DESCRIPTION or NAMESPACE files between different package versions. Getting a list of all releases for a specific package. The Bioconductor is partly supported. License: GPL (>= 3) URL: https://github.com/Polkas/pacs, https://polkas.github.io/pacs/ BugReports: https://github.com/Polkas/pacs/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2 Depends: R (>= 3.5.0) Imports: curl, memoise, jsonlite, xml2, stringi Suggests: remotes, renv, withr, pkgsearch, mockery, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://polkas.r-universe.dev Date/Publication: 2024-09-27 20:25:39 UTC RemoteUrl: https://github.com/polkas/pacs RemoteRef: HEAD RemoteSha: df8f859b5833f07815eaf3ad416742592d0f09d2 NeedsCompilation: no Packaged: 2026-06-17 07:22:39 UTC; root Author: Maciej Nasinski [aut, cre]