Package: pacs 0.6.0

pacs: Supplementary Tools for R Packages Developers

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.

Authors:Maciej Nasinski [aut, cre]

pacs_0.6.0.tar.gz
pacs_0.6.0.zip(r-4.7)pacs_0.6.0.zip(r-4.6)pacs_0.6.0.zip(r-4.5)
pacs_0.6.0.tgz(r-4.6-any)pacs_0.6.0.tgz(r-4.5-any)
pacs_0.6.0.tar.gz(r-4.7-any)pacs_0.6.0.tar.gz(r-4.6-any)
pacs_0.6.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
pacs/json (API)

# Install 'pacs' in R:
install.packages('pacs', repos = c('https://polkas.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/polkas/pacs/issues

Pkgdown/docs site:https://polkas.github.io

On CRAN:

Conda:

bioconductordependencieslibrarylifedurationrenvshinytoolsutils

5.53 score 26 stars 13 scripts 269 downloads 36 exports 9 dependencies

Last updated from:df8f859b58. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK116
source / vignettesOK235
linux-release-x86_64OK122
macos-release-arm64OK161
macos-oldrel-arm64OK82
windows-develOK92
windows-releaseOK92
windows-oldrelOK98
wasm-releaseOK104

Exports:app_depsapp_sizebio_releasesbiocran_reposchecked_packagescompareVersionsMaxcompareVersionsMincran_flavorsdir_sizelib_validatelock_validatematch_flavorspac_checkpagepac_checkredpac_compare_namespacepac_compare_newspac_compare_versionspac_depspac_deps_devpac_deps_heavypac_deps_timemachinepac_deps_userpac_descriptionpac_healthpac_isinpac_islastpac_lastpac_lifedurationpac_namespacepac_newspac_sizepac_timemachinepac_true_sizepac_validatepacs_basepacs_lifeduration

Dependencies:cachemclicurlfastmapjsonlitememoiserlangstringixml2

tinyverse
Introduction | tinyverse badges | tinyverse vs tidyverse | R package Dependencies | tinytest vs testthat | How to reduce the number of dependencies | Delayed loading of packages | pacs package | References

Last update: 2024-09-08
Started: 2022-03-15

Walk-through pacs
Hints | Validate the library | Investigate by filtering | Core idea behind lib_validate | renv library | renv lock file | R CRAN packages check page statuses | Package health and life duration | Simulate a package download with the withr package | Per package utils | Time Machine | Package dependencies | Package DESCRIPTION file | Package NAMESPACE file | Compare different package versions | Comparing DESCRIPTION files between different package versions | Comparing NAMESPACE files between different package versions | Package size | The shiny app utils | Base packages

Last update: 2023-02-26
Started: 2022-02-16

Readme and manuals

Help Manual

Help pageTopics
The shiny app dependenciesapp_deps
Size of the shiny appapp_size
Retrieving all Bioconductor releasesbio_releases
CRAN and Bioconductor repositoriesbiocran_repos
Retrieving all R CRAN packages check pages statuses.checked_packages
Maximum version across the vectorcompareVersionsMax
Minimum version across the vectorcompareVersionsMin
Retrieving all R CRAN servers flavorscran_flavors
Size of the packagedir_size
Validate the local librarylib_validate
Validate a specific renv lock filelock_validate
Get all matched CRAN servers to the local 'OS'match_flavors
Retrieving the R CRAN package check pagepac_checkpage
Checking the R CRAN package check page statuspac_checkred
Compare NAMESPACE exports between specific CRAN packages versionspac_compare_namespace
Compare NEWS files between specific CRAN packages versionspac_compare_news
Compare DESCRIPTION files dependencies between specific CRAN packages versionspac_compare_versions
Package dependenciespac_deps
Package dependencies - developer perspectivepac_deps_dev
Package direct dependencies and number of dependencies for each of thempac_deps_heavy
R CRAN package dependencies for a certain version or time pointpac_deps_timemachine
Package dependencies - user perspectivepac_deps_user
package DESCRIPTION filepac_description
CRAN package health state at a specific Date or for a specific versionpac_health
Checking if a package is in repositoriespac_isin
Checking if a package version is the most recent onepac_islast
Getting the most recent package versionpac_last
Package version life duration at specific Date or for a specific versionpac_lifeduration
package NAMESPACE filepac_namespace
Get NEWS for a packagepac_news
Size of the packagepac_size
Package metadata for all releasespac_timemachine
True size of the packagepac_true_size
Validate a specific local packagepac_validate
Get base R packagespacs_base
Packages life duration for a specific versionpacs_lifeduration