← Back to home
Comparison · Infra & APIs

checkhelper vs pkgcache

A side-by-side editorial comparison of checkhelper and pkgcache — release velocity, themes, recent moves, and the top alternatives to consider.

checkhelper vs pkgcache: at a glance

Featurecheckhelperpkgcache
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesr-packages, cran-compliance, static-analysis, developer-toolspackage-management, r-lib, repositories, authentication
Last editorial update3h ago1h ago
WebsiteVisit →Visit →

What is checkhelper?

checkhelper grew from a check wrapper into a CRAN pre-submission auditor.

Two years of near-silence ended with a 1.0.0 that adds a whole audit_* family: audit_downloads(), audit_description(), audit_dontrun() and audit_citation(), each parsing package source statically and returning a tibble of hits paired with a suggested fix. check_n_covr() runs R CMD check and coverage in a single test pass instead of two.

Read the full checkhelper trajectory →

What is pkgcache?

The metadata cache under pak now speaks to authenticated and corporate repositories.

pkgcache maintains the package metadata cache that pak and pkgdepends build on, so its releases are about knowing where packages live and what platform they were built for. Version 2.2.4 added support for authenticated repositories through repo_auth(), the first time the cache could reach private registries directly. The releases around it track a moving target: Posit Package Manager behaviour, R Universe binaries, macOS binary availability per R version, Bioconductor version mapping, and most recently comments in DESCRIPTION and PACKAGES files following a change in R-devel.

Read the full pkgcache trajectory →

checkhelper vs pkgcache: editorial side-by-side

C
checkhelper
INFRA · APIS
0.0

checkhelper grew from a check wrapper into a CRAN pre-submission auditor.

◆ Current state

Two years of near-silence ended with a 1.0.0 that adds a whole audit_* family: audit_downloads(), audit_description(), audit_dontrun() and audit_citation(), each parsing package source statically and returning a tibble of hits paired with a suggested fix. check_n_covr() runs R CMD check and coverage in a single test pass instead of two.

◆ Where it's heading

The design commitment is static analysis — AST walks via getParseData(), line-by-line Rd reading, no eval() and no namespace loading — so the tool can report on a package it never runs. The existing fix_globals() was reworked the same way: it merges with an existing R/globals.R instead of overwriting it, and separates data.table and rlang pronouns from real undeclared globals so they get an @importFrom line rather than a globalVariables() entry.

◆ Prediction

Each additional CRAN incoming-check rule is a candidate for another audit_* function; the open question these notes leave is whether the family ever gets a single combined entry point.

P
pkgcache
INFRA · APIS
0.0

The metadata cache under pak now speaks to authenticated and corporate repositories.

◆ Current state

pkgcache maintains the package metadata cache that pak and pkgdepends build on, so its releases are about knowing where packages live and what platform they were built for. Version 2.2.4 added support for authenticated repositories through repo_auth(), the first time the cache could reach private registries directly. The releases around it track a moving target: Posit Package Manager behaviour, R Universe binaries, macOS binary availability per R version, Bioconductor version mapping, and most recently comments in DESCRIPTION and PACKAGES files following a change in R-devel.

◆ Where it's heading

The work has shifted from CRAN-shaped assumptions toward the mixed reality of how R packages are actually distributed now — PPM snapshots, R Universe, private and authenticated registries, Bioconductor, and per-platform binaries across several R versions. Resilience is a recurring theme too: 2.2.5 makes an unreachable Bioconductor a non-fatal condition rather than a failure. MRAN's retirement, handled in 2.2.0 by resolving its prefix to PPM, is a reminder of how much of this package's job is absorbing other people's infrastructure changes.

◆ Prediction

Expect continued tracking of R-devel metadata format changes and new binary platforms as R 4.6 lands, since both already appear in 2.2.5. Further work on authenticated repository handling is the plausible follow-on, given how recently that capability arrived.

Alternatives to checkhelper and pkgcache

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either checkhelper or pkgcache.

See all checkhelper alternatives → · See all pkgcache alternatives →

Recent activity from checkhelper and pkgcache

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 3mo agocheckhelperA static audit_* family for CRAN pre-submission checks
  2. 4mo agopkgcacheParses comments in DESCRIPTION and PACKAGES files
  3. 1y agopkgcacherepo_auth() brings authenticated repositories to the cache
  4. 1y agopkgcacheStops using source URLs for archived PPM packages
  5. 2y agopkgcacheHandles macOS binaries for R 4.5 development builds
  6. 2y agocheckhelperTest fixes for roxygen2 changes
  7. 2y agopkgcacheImproves R to Bioconductor version matching
  8. 3y agopkgcacheMRAN prefix deprecated in favour of PPM; platform override added
  9. 3y agocheckhelpercheckhelper 0.1.0 - First CRAN Release

Frequently asked questions

What is the difference between checkhelper and pkgcache?

They serve adjacent needs but don't currently overlap on shipped themes. checkhelper and pkgcache are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is checkhelper better than pkgcache?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. checkhelper and pkgcache are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to checkhelper?

Top checkhelper alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "checkhelper alternatives" section above for the current picks, or visit /alternatives/checkhelper for the full list with editorial commentary on each.

What are the best alternatives to pkgcache?

Top pkgcache alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "pkgcache alternatives" section above for the current picks, or visit /alternatives/pkgcache for the full list with editorial commentary on each.