driveR
A cancer driver prioritization package that ships rarely and mostly to stay installable
A side-by-side editorial comparison of missSBM and pathfindR — release velocity, themes, recent moves, and the top alternatives to consider.
missSBM returns after four dormant years with a stricter API and a new refinement step.
The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.
pathfindR dropped Java from its subnetwork search and rebuilt it in C++
pathfindR runs active-subnetwork-oriented pathway enrichment on gene expression results. Version 3.0.0 re-implemented the greedy, simulated-annealing and genetic search algorithms in R and C++ through Rcpp, removing the Java dependency the package had carried since its early releases, and renamed three exported functions in the process. The two patches since have been consolidation: 3.0.1 fixed signed integer overflow in the new C++ hash function flagged by gcc-UBSAN and clang-UBSAN on CRAN, and 3.0.2 repaired tests after a companion data package changed a dataset structure.
The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.
The new release is maintenance-driven in the best sense: it targets the parts of the codebase that were hard to test or easy to misuse. Replacing free-form control lists with a function of named, defaulted arguments turns silent typos into errors, and pulling the exploration logic out of the collection class makes the search algorithm independently testable without changing it. The polish step addresses a known weakness, reaching individually misclassified nodes that split and merge moves cannot fix.
Given the gap before this release, the near-term question is whether the cadence resumes at all; the refactoring it contains would support further algorithmic work if it does.
pathfindR runs active-subnetwork-oriented pathway enrichment on gene expression results. Version 3.0.0 re-implemented the greedy, simulated-annealing and genetic search algorithms in R and C++ through Rcpp, removing the Java dependency the package had carried since its early releases, and renamed three exported functions in the process. The two patches since have been consolidation: 3.0.1 fixed signed integer overflow in the new C++ hash function flagged by gcc-UBSAN and clang-UBSAN on CRAN, and 3.0.2 repaired tests after a companion data package changed a dataset structure.
The dependency surface has been shrinking for two years and Java was the last heavy one. 2.4.0 removed magick, KEGGgraph and KEGGREST by moving KEGG visualization onto ggkegg; 2.7.0 pushed org.Hs.eg.db from Imports to Suggests under CRAN policy, with functions degrading to defaults when it is absent; 3.0.0 finished the job on the search engine itself. The corresponding cost is now visible in 3.0.1: owning the algorithms in C++ means owning their undefined-behaviour reports too.
Expect the near-term releases to keep hardening the Rcpp search code against sanitizer findings and to verify GA parity with the legacy JAR, since 3.0.0 claimed numerically identical results only for the greedy and simulated-annealing methods.
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 missSBM or pathfindR.
A cancer driver prioritization package that ships rarely and mostly to stay installable
A meteorology ggplot2 extension where the netCDF reader became the main event
An isotope geolocation package still recovering from the r-spatial retirement
Functional data clustering grew from one algorithm into a comparable suite
A forecast combination package that spun its profiler out into its own project
A survival curve package spending release after release correcting its own estimates
See all missSBM alternatives → · See all pathfindR alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
Both compete on the same themes — r-package — within Infra & APIs. missSBM is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. missSBM is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.
Top missSBM alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "missSBM alternatives" section above for the current picks, or visit /alternatives/misssbm for the full list with editorial commentary on each.
Top pathfindR alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "pathfindR alternatives" section above for the current picks, or visit /alternatives/pathfindr for the full list with editorial commentary on each.