← Back to home
Comparison · Analytics

cyclocomp vs procs

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

Shared themes:r-package

cyclocomp vs procs: at a glance

Featurecyclocompprocs
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesstatic-analysis, code-complexity, linting, r-packagestatistics, sas-migration, r-package, clinical-reporting
Last editorial update25m ago1h ago
WebsiteVisit →Visit →

What is cyclocomp?

A cyclomatic complexity checker that ships once every couple of years, and lands when it does.

cyclocomp measures cyclomatic complexity of R functions and packages, and is best known as the engine behind lintr's complexity rule. It has three releases in the visible window spread across nearly three years. The current one, 1.1.2, adds a quiet argument to cyclocomp_package_dir(); the two before it, shipped a day apart in 2023, added a large speedup and the package-directory entry point itself.

Read the full cyclocomp trajectory →

What is procs?

An R package rebuilding SAS procedures one PROC at a time, now filling in their options.

procs reimplements SAS statistical procedures — FREQ, MEANS, TTEST, REG, SORT, TRANSPOSE — as R functions returning both datasets and report-ready output, as part of the r-sassy suite. The catalogue of procedures is largely assembled; recent releases concentrate on the parameters each one accepts rather than on adding new procedures. Validation documentation is maintained alongside the code, consistent with the regulated environments the suite targets.

Read the full procs trajectory →

cyclocomp vs procs: editorial side-by-side

C
cyclocomp
ANALYTICS
0.0

A cyclomatic complexity checker that ships once every couple of years, and lands when it does.

◆ Current state

cyclocomp measures cyclomatic complexity of R functions and packages, and is best known as the engine behind lintr's complexity rule. It has three releases in the visible window spread across nearly three years. The current one, 1.1.2, adds a quiet argument to cyclocomp_package_dir(); the two before it, shipped a day apart in 2023, added a large speedup and the package-directory entry point itself.

◆ Where it's heading

This is a small tool that reached feature-complete and now moves only when a downstream consumer needs something. Every change in the window is externally contributed, and each addresses a concrete integration need: a function that works on a local package tree rather than an installed one, complexity results sorted so the worst offenders come first, and output suppression for programmatic callers. The 2023 pair shipped a day apart because the new entry point immediately exposed a performance problem on long linear code.

◆ Prediction

Expect the next change to arrive the same way, as a contributed patch serving a linting or CI workflow rather than as planned development.

P
procs
ANALYTICS
0.0

An R package rebuilding SAS procedures one PROC at a time, now filling in their options.

◆ Current state

procs reimplements SAS statistical procedures — FREQ, MEANS, TTEST, REG, SORT, TRANSPOSE — as R functions returning both datasets and report-ready output, as part of the r-sassy suite. The catalogue of procedures is largely assembled; recent releases concentrate on the parameters each one accepts rather than on adding new procedures. Validation documentation is maintained alongside the code, consistent with the regulated environments the suite targets.

◆ Where it's heading

The work has shifted from breadth to fidelity: where earlier releases introduced whole procedures, recent ones add the options a SAS user expects to find on them, most visibly the where parameter spread across five functions at once and plotting support across three. Statistical output is being widened too, with AIC and adjusted Chi-Square appearing. The remaining gap is per-procedure option coverage rather than missing procedures.

◆ Prediction

Expect continued option-level parity work on the existing procedures, with new statistics added to their output tables, rather than a new proc_* function.

Alternatives to cyclocomp and procs

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 cyclocomp or procs.

See all cyclocomp alternatives → · See all procs alternatives →

Recent activity from cyclocomp and procs

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

  1. 2mo agoprocsproc_ttest() gains sides, freq and weight parameters
  2. 4mo agoprocsA where parameter arrives across five procedures
  3. 5mo agocyclocompcyclocomp_package_dir() gains a quiet argument
  4. 8mo agoprocsAdjusted Chi-Square added, altering the proc_freq() table
  5. 2y agoprocsproc_reg() added for regression
  6. 2y agoprocsOrdered-factor handling fixed across three procedures
  7. 2y agoprocsproc_ttest() added, plus factor casting on proc_sort()
  8. 2y agocyclocompLarge speedup on long linear code
  9. 2y agocyclocompComplexity checks run against a local package tree

Frequently asked questions

What is the difference between cyclocomp and procs?

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

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

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

What are the best alternatives to procs?

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