← Back to home
Comparison · Infra & APIs

checkhelper vs rstudio.prefs

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

Shared themes:r-packagesdeveloper-tools

checkhelper vs rstudio.prefs: at a glance

Featurecheckhelperrstudio.prefs
SectorInfra & APIsInfra & APIs
Velocity score2.52.5
Sparks · 30d00
Top themesr-packages, cran-compliance, static-analysis, developer-toolsr-packages, rstudio, developer-tools, configuration-as-code
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is checkhelper?

checkhelper grew from a check wrapper into a CRAN pre-submission auditor.

1.0.0 added a whole audit_* family — audit_downloads(), audit_description(), audit_dontrun() and audit_citation() — each parsing package source statically and returning a tibble of hits paired with a suggested fix. The package is now defending that position: 1.0.1 rc1 is a submission candidate answering a CRAN archival notice, after roxygen2 8.x moved DESCRIPTION's RoxygenNote field and broke a find_missing_tags() test fixture.

Read the full checkhelper trajectory →

What is rstudio.prefs?

Four years dormant, rstudio.prefs returns under a new maintainer.

The package scripts RStudio's own settings — preferences, secondary repositories, keyboard shortcuts — as code you can drop into a project or an onboarding doc. After 0.1.9 in July 2022 it went quiet for four years. 0.2.0 ends that with a maintainer handoff from Daniel D. Sjoberg to S.A. van der Wulp, a shortcut-removal path, and a fix for a corrupted addins.json entry that made reassigned shortcuts fail silently.

Read the full rstudio.prefs trajectory →

checkhelper vs rstudio.prefs: editorial side-by-side

C
checkhelper
INFRA · APIS
2.5

checkhelper grew from a check wrapper into a CRAN pre-submission auditor.

◆ Current state

1.0.0 added a whole audit_* family — audit_downloads(), audit_description(), audit_dontrun() and audit_citation() — each parsing package source statically and returning a tibble of hits paired with a suggested fix. The package is now defending that position: 1.0.1 rc1 is a submission candidate answering a CRAN archival notice, after roxygen2 8.x moved DESCRIPTION's RoxygenNote field and broke a find_missing_tags() test fixture.

◆ Where it's heading

The design commitment is static analysis — AST walks via getParseData(), line-by-line Rd reading, no eval() and no namespace loading — so the tool can report on a package it never runs. That commitment is what made the roxygen2 8.x break survivable: the audit pipeline itself was verified correct under 8.1.0 and only the test scaffolding had to go, now guarded by a dedicated regression test. fix_globals(write = TRUE) is being sanded down in parallel, no longer flattening per-function grouping comments or writing a degenerate empty globalVariables() shell.

◆ Prediction

The immediate move is the 1.0.1 submission itself, clearing the archival notice. Beyond that, each additional CRAN incoming-check rule remains a candidate for another audit_* function; the open question these notes still leave is whether the family ever gets a single combined entry point.

R
rstudio.prefs
INFRA · APIS
2.5

Four years dormant, rstudio.prefs returns under a new maintainer.

◆ Current state

The package scripts RStudio's own settings — preferences, secondary repositories, keyboard shortcuts — as code you can drop into a project or an onboarding doc. After 0.1.9 in July 2022 it went quiet for four years. 0.2.0 ends that with a maintainer handoff from Daniel D. Sjoberg to S.A. van der Wulp, a shortcut-removal path, and a fix for a corrupted addins.json entry that made reassigned shortcuts fail silently.

◆ Where it's heading

The through-line is teaching every setter how to unset. Secondary repositories got NULL removal back in 0.1.6; 0.2.0 extends the same convention to keyboard shortcuts. Most of the rest of 0.2.0 is arrears — a stale documentation URL that hid preferences such as enable_splash_screen, a deprecated purrr::update_list() call, and check_shortcut_consistency() erroring early on an unknown name.

◆ Prediction

With a new maintainer and refreshed GitHub Actions, the near-term work is likely more catch-up of the same kind: remaining deprecated dependencies and the preference list that fetch_rstudio_prefs() reads from RStudio's docs. Nothing in these notes points past RStudio settings as the scope.

Alternatives to checkhelper and rstudio.prefs

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 checkhelper or rstudio.prefs.

See all checkhelper alternatives → · See all rstudio.prefs alternatives →

Recent activity from checkhelper and rstudio.prefs

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

  1. 7h agorstudio.prefsShortcut removal, an addins.json fix, and a new maintainer
  2. 1d agocheckhelpercheckhelper 1.0.1 rc1 (CRAN submission candidate)
  3. 3mo agocheckhelperA static audit_* family for CRAN pre-submission checks
  4. 2y agocheckhelperTest fixes for roxygen2 changes
  5. 3y agocheckhelpercheckhelper 0.1.0 - First CRAN Release
  6. 4y agorstudio.prefsPreferences now read and written through rstudioapi
  7. 4y agorstudio.prefsConfig files left alone when nothing would change
  8. 4y agorstudio.prefsSecondary repositories can be deleted again
  9. 4y agorstudio.prefsRepository removal via NULL; config path helpers exported
  10. 5y agorstudio.prefsDocumentation, error messages, and array-type caution

Frequently asked questions

What is the difference between checkhelper and rstudio.prefs?

Both compete on the same themes — r-packages, developer-tools — within Infra & APIs. checkhelper and rstudio.prefs are shipping at a similar cadence (velocity 2.5 vs 2.5, 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 checkhelper better than rstudio.prefs?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. checkhelper and rstudio.prefs are shipping at a similar cadence (velocity 2.5 vs 2.5, 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 checkhelper?

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

What are the best alternatives to rstudio.prefs?

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