← Back to home
Comparison · Infra & APIs

pkgload vs rgm

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

pkgload vs rgm: at a glance

Featurepkgloadrgm
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesr, package-development, devtools, ide-integrationmicrobiome, graphical-models, bayesian-inference, cran-maintenance
Last editorial update6d ago1h ago
WebsiteVisit →Visit →

What is pkgload?

pkgload is quietly wiring R package development into modern IDE tooling.

pkgload implements load_all(), the function that simulates installing and loading a package during development, and sits directly underneath devtools. Recent releases pair correctness work on the reload path with integrations aimed at editors: compile_commands.json generation for LSP servers, and breakpoint injection in Positron.

Read the full pkgload trajectory →

What is rgm?

A microbiome network model that got itself un-archived by deleting the dependency that killed it.

rgm implements the random graphical model for microbiome interactions across related environments, published in JABES in 2026. The package was archived from CRAN in February 2026 because of its dependency on huge; the recovery release drops that dependency entirely, which cost it the graphical-lasso warm start that used to seed the initial graph — the default is now an empty graph, with warm starts left to the user. A post-processing function returning ggplot diagnostics arrived in the same release.

Read the full rgm trajectory →

pkgload vs rgm: editorial side-by-side

P
pkgload
INFRA · APIS
0.0

pkgload is quietly wiring R package development into modern IDE tooling.

◆ Current state

pkgload implements load_all(), the function that simulates installing and loading a package during development, and sits directly underneath devtools. Recent releases pair correctness work on the reload path with integrations aimed at editors: compile_commands.json generation for LSP servers, and breakpoint injection in Positron.

◆ Where it's heading

Two threads run in parallel. One tightens namespace lifecycle handling — running unload hooks on reload, keeping the old namespace and DLL loaded so dangling references survive, demoting .onUnload() errors to warnings so a broken hook cannot block reloading. The other exports development metadata so external tools can reason about a package's compiled sources.

◆ Prediction

Expect deeper Positron and LSP integration, plus continued hardening of reload semantics as R restricts direct namespace manipulation further.

R
rgm
INFRA · APIS
0.0

A microbiome network model that got itself un-archived by deleting the dependency that killed it.

◆ Current state

rgm implements the random graphical model for microbiome interactions across related environments, published in JABES in 2026. The package was archived from CRAN in February 2026 because of its dependency on huge; the recovery release drops that dependency entirely, which cost it the graphical-lasso warm start that used to seed the initial graph — the default is now an empty graph, with warm starts left to the user. A post-processing function returning ggplot diagnostics arrived in the same release.

◆ Where it's heading

Three tags shipped inside two hours on one day, and the notes are candid about why: 1.1.0 held the actual work but was never released, 1.2.0 restated it under a higher version to signal the size of the change, and 1.2.1 answered CRAN pre-test feedback. Beyond the archival recovery, the visible work is housekeeping that had accumulated — a shadowed rmvnorm() definition, roxygen import tags that were silently emitting nothing, leftover C++ template scaffolding, and build artifacts under version control. The diagnostics function is the only genuinely new user-facing capability in the window.

◆ Prediction

The immediate task was restoring availability, and that is done; the open question the entries raise is whether losing the graphical-lasso warm start affects convergence in practice, which the new diagnostic plots are positioned to answer.

Alternatives to pkgload and rgm

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 pkgload or rgm.

See all pkgload alternatives → · See all rgm alternatives →

Recent activity from pkgload and rgm

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

  1. 2mo agopkgloadpkgload 1.5.3 runs unload hooks when reloading a package
  2. 3mo agorgmJournal DOI replaces the preprint; promotional wording removed
  3. 3mo agorgmBack on CRAN after dropping the dependency that caused archival
  4. 3mo agorgmUnreleased twin of the CRAN recovery release
  5. 3mo agopkgloadpkgload 1.5.2 improves S7 topic handling
  6. 4mo agopkgloadpkgload 1.5.0 supports breakpoint injection in Positron
  7. 11mo agopkgloadpkgload 1.4.1 adds a debug flag option, hardens compile_commands
  8. 2y agopkgloadpkgload 1.4.0 generates compile_commands.json for LSP servers
  9. 2y agopkgloadpkgload 1.3.4 exposes a parent temp directory for subprocesses
  10. 2y agorgmFirst release: simulation, estimation and post-processing

Frequently asked questions

What is the difference between pkgload and rgm?

They serve adjacent needs but don't currently overlap on shipped themes. pkgload and rgm 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 pkgload better than rgm?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. pkgload and rgm 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 pkgload?

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

What are the best alternatives to rgm?

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