Single Package Functions

Functions to assess versions of a single package.

pkg_info()

Get Information for a Package

pkg_diff()

Compare Package Versions

pkg_stability()

Calculate Stability Score for a Package

pkg_versions()

Retrieves All Versions of a Package

print(<pinfo>)

Print a Package Info Object

print(<pdiff>)

Print a Package Difference Object

print(<pdiff_score>)

Print a Stability Score Object

Repository Functions

Functions to assess groups of packages.

pkg_repo()

Retrieve Package Versions from a Repository

repo_breakages()

Identify Breakages for a Repository

repo_stability()

Generate Stability Scores for a Repository

print(<prepo>)

Print a Package Repo Object

print(<rbreak>)

Print a Repo Breakages Object

print(<rstability>)

Print a Repo Stability Object

Cache Functions

Functions to query the package cache.

pkg_cache()

Queries the Package Cache

print(<pcache>)

Print a Package Cache Object