← Back to home
Comparison · Analytics

condformat vs fastrg

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

Shared themes:r-package

condformat vs fastrg: at a glance

Featurecondformatfastrg
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr-package, table-formatting, test-coverage, maintenance-debtrandom-graphs, stochastic-blockmodels, network-sampling, sparse-matrices
Last editorial update4h ago47m ago
WebsiteVisit →Visit →

What is condformat?

A dormant table-formatting package woken by a 20-PR correctness and coverage sweep

condformat applies conditional formatting rules to R data frames and renders them to HTML, LaTeX, Excel and grob output. After 0.10.1 in 2023 it went quiet for nearly three years. Version 0.11.0 breaks that silence with a single-maintainer sweep of roughly twenty pull requests: CI modernized across R-devel, release and oldrel; lockcells fixed for LaTeX and grob output; a rule_fill_bar() crash at zero width; theme_htmlTable() no longer dropping chained arguments; and a .col pronoun added across all rules.

Read the full condformat trajectory →

What is fastrg?

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

Read the full fastrg trajectory →

condformat vs fastrg: editorial side-by-side

C
condformat
ANALYTICS
0.0

A dormant table-formatting package woken by a 20-PR correctness and coverage sweep

◆ Current state

condformat applies conditional formatting rules to R data frames and renders them to HTML, LaTeX, Excel and grob output. After 0.10.1 in 2023 it went quiet for nearly three years. Version 0.11.0 breaks that silence with a single-maintainer sweep of roughly twenty pull requests: CI modernized across R-devel, release and oldrel; lockcells fixed for LaTeX and grob output; a rule_fill_bar() crash at zero width; theme_htmlTable() no longer dropping chained arguments; and a .col pronoun added across all rules.

◆ Where it's heading

This is a maintenance-debt payoff rather than a change of direction. The bulk of 0.11.0 is test coverage — render_gtable, knit_print, theme_grob, render_xlsx and rule_fill_bar all gained tests — which reads as a maintainer establishing a safety net before touching anything further. The .col pronoun and scalar recycling in the text rules are the only real API additions, and both smooth inconsistencies rather than extend the rule vocabulary.

◆ Prediction

With coverage and CI now in place, the next release is more likely to extend rule or output-format support than to continue with fixes, though the three-year gap makes cadence hard to call from these entries alone.

F
fastrg
ANALYTICS
0.0

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

◆ Current state

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

◆ Where it's heading

The package's development has been about semantic correctness more than speed. The 0.3.1 release moved edge-distribution arguments to the constructors and reinterpreted the mixing matrix S under Bernoulli parameterisation; 0.3.2 then flipped the meaning of X and Y in directed blockmodels so outgoing and incoming factors match the edge convention, and made block sorting conditional rather than unconditional. Both are corrections to what returned values mean, not to how fast they arrive. The 2025 release is CRAN documentation linking only.

◆ Prediction

With parameterisation settled and only a documentation release since 2023, the package reads as feature-complete for its sampling families. Nothing in the entries points to additional model types being queued.

Alternatives to condformat and fastrg

Other Analytics 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 condformat or fastrg.

See all condformat alternatives → · See all fastrg alternatives →

Recent activity from condformat and fastrg

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

  1. 1mo agocondformatEnds a three-year gap with a 20-PR fix and coverage sweep
  2. 1y agofastrgDocumentation cross-linking fixes for CRAN
  3. 2y agocondformatDocumentation fixes and internal S3 method registration
  4. 2y agofastrgDirected blockmodel X and Y factors swapped to match edge direction
  5. 3y agocondformatcondformat2grob() gains a draw argument for composite figures
  6. 4y agofastrgfastRG 0.3.1
  7. 6y agocondformatDrops the lazyeval API and replaces xlsx with openxlsx
  8. 7y agocondformatAdds bar, bold and color rules plus grob rendering
  9. 8y agocondformatIntroduces the tidy-evaluation API alongside the old one

Frequently asked questions

What is the difference between condformat and fastrg?

Both compete on the same themes — r-package — within Analytics. condformat and fastrg 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 condformat better than fastrg?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. condformat and fastrg 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 Analytics products to evaluate alongside.

What are the best alternatives to condformat?

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

What are the best alternatives to fastrg?

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