← Back to home
Comparison · Infra & APIs

BAS vs fio

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

Shared themes:r-package

BAS vs fio: at a glance

FeatureBASfio
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesbayesian-statistics, model-averaging, mcmc, r-packageinput-output-analysis, regional-economics, rust-backend, breaking-changes
Last editorial update1h ago6h ago
WebsiteVisit →Visit →

What is BAS?

A Bayesian model-averaging package spending its 2.0 on memory, not methods.

BAS performs Bayesian variable selection and model averaging for linear and generalized linear models, sampling from a model space too large to enumerate. The visible history splits cleanly: 2023-2024 added sampling machinery — an adaptive independent MCMC sampler with Horvitz-Thompson estimation, hereditary-constraint counting — while 2.0.0 in late 2025 reworked how sampler output is allocated in C. The 2.0.2 patch is a PROTECT fix for rchk warnings.

Read the full BAS trajectory →

What is fio?

Input-output economics in R with a Rust core, now spanning multiple regions.

fio builds and analyses input-output models in R, using an R6 object for the model and Rust with the faer crate for the linear algebra behind technical coefficients and the Leontief inverse. Version 1.0.0 extended it from single-region tables to multi-regional models with spillover analysis, and 1.1.0 immediately corrected the naming and measures that release introduced, renaming shock-origin columns that had been labelled as destinations and replacing an interdependence index with spillover balance and export share.

Read the full fio trajectory →

BAS vs fio: editorial side-by-side

B
BAS
INFRA · APIS
0.0

A Bayesian model-averaging package spending its 2.0 on memory, not methods.

◆ Current state

BAS performs Bayesian variable selection and model averaging for linear and generalized linear models, sampling from a model space too large to enumerate. The visible history splits cleanly: 2023-2024 added sampling machinery — an adaptive independent MCMC sampler with Horvitz-Thompson estimation, hereditary-constraint counting — while 2.0.0 in late 2025 reworked how sampler output is allocated in C. The 2.0.2 patch is a PROTECT fix for rchk warnings.

◆ Where it's heading

Memory is the binding constraint and the releases say so directly. The hereditary-constraint counter, the GROW option, and the replacement of over-allocation with resizing all attack the same problem: n.models is a guess, and guessing high wastes memory on problems where few unique models are actually visited. The 2.0.0 work was additionally forced by R tightening its C API against non-API calls like SETLENGTH, a constraint every C-heavy CRAN package has been absorbing. Method development has been quiet since 1.7.x.

◆ Prediction

The 1.7.5 notes call the hereditary-constraint counting a first step and say future updates will cover other constraint types, including polynomials, which remain unhandled. That is the one concrete commitment in this history, though nothing since has returned to it.

F
fio
INFRA · APIS
0.0

Input-output economics in R with a Rust core, now spanning multiple regions.

◆ Current state

fio builds and analyses input-output models in R, using an R6 object for the model and Rust with the faer crate for the linear algebra behind technical coefficients and the Leontief inverse. Version 1.0.0 extended it from single-region tables to multi-regional models with spillover analysis, and 1.1.0 immediately corrected the naming and measures that release introduced, renaming shock-origin columns that had been labelled as destinations and replacing an interdependence index with spillover balance and export share.

◆ Where it's heading

The package built its foundation first and its scope second. The 0.1.x releases were almost entirely about making a Rust-backed R package install reliably across platforms and toolchain versions, with the actual economics settled at 0.1.0. Once that was stable, 1.0.0 added the multi-regional layer in one release, and 1.1.0 shows the usual consequence of a large surface arriving at once: names and derived measures needing correction before they harden. Breaking changes are being taken freely while the multi-regional interface is young.

◆ Prediction

Expect further refinement of the multi-regional measures before the interface settles, given that 1.1.0 revised them within three months of their introduction. The Rust core makes larger multi-regional systems tractable, so extending coverage to more published multi-region tables is the obvious direction, though these entries name no specific dataset.

Alternatives to BAS and fio

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 BAS or fio.

See all BAS alternatives → · See all fio alternatives →

Recent activity from BAS and fio

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

  1. 2mo agofioSpillover columns renamed to name the shock's origin
  2. 5mo agofioMulti-regional input-output models and spillover analysis
  3. 8mo agoBASBAS 2.0.2
  4. 8mo agoBASBAS 2.0.0
  5. 1y agofioToolchain fixes for R-devel and Windows linking
  6. 1y agoBASBAS 1.7.5
  7. 1y agoBASBAS 1.7.3
  8. 1y agoBASBAS 1.7.2
  9. 1y agofioSystem check scripts handle a missing Rust toolchain
  10. 1y agofioRust minimum version lowered to widen installability
  11. 2y agofioFirst release: Rust-backed input-output modelling in R
  12. 2y agoBASBAS 1.7.1

Frequently asked questions

What is the difference between BAS and fio?

Both compete on the same themes — r-package — within Infra & APIs. BAS and fio 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 BAS better than fio?

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

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

What are the best alternatives to fio?

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