← Back to home
Comparison · Infra & APIs

usethis vs waldo

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

usethis vs waldo: at a glance

Featureusethiswaldo
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesdeveloper-tooling, quarto, positron, formattingtesting, diffing, dependencies, s7
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is usethis?

usethis swaps in the Air formatter and stops assuming RStudio is the editor

usethis is the tidyverse's project-scaffolding tool and, unlike much of the r-lib cohort, is still actively developed. Recent work moves it off its own assumptions: the cli package replaced its homegrown UI layer in 3.0.0, and 3.2.0 replaced tidy-style formatting with Air while widening what counts as a project root.

Read the full usethis trajectory →

What is waldo?

waldo keeps shedding dependencies while teaching its diff engine new object systems

waldo produces the object comparisons that testthat failure messages are built from. The recent releases do two things: drop dependencies - tibble, rematch2 and fansi have all gone - and extend comparison to object systems that did not exist when it was written, notably S7. Correctness of missing-value and tolerance semantics accounts for most of the rest.

Read the full waldo trajectory →

usethis vs waldo: editorial side-by-side

U
usethis
INFRA · APIS
0.0

usethis swaps in the Air formatter and stops assuming RStudio is the editor

◆ Current state

usethis is the tidyverse's project-scaffolding tool and, unlike much of the r-lib cohort, is still actively developed. Recent work moves it off its own assumptions: the cli package replaced its homegrown UI layer in 3.0.0, and 3.2.0 replaced tidy-style formatting with Air while widening what counts as a project root.

◆ Where it's heading

The direction is de-RStudio-ing. Project detection now recognizes a VS Code settings file, a Quarto config, or an renv lockfile; use_course() opens folders in Positron as readily as RStudio; Quarto is a first-class vignette and project format. usethis is being rebuilt around the editor and format plurality that has grown up around R, and the pre-3.0 RStudio-and-styler era is being deprecated out.

◆ Prediction

Expect Quarto and Positron support to keep filling in - create_quarto_project() is still flagged experimental - and further deprecation of the RStudio-specific and styler-era helpers.

W
waldo
INFRA · APIS
0.0

waldo keeps shedding dependencies while teaching its diff engine new object systems

◆ Current state

waldo produces the object comparisons that testthat failure messages are built from. The recent releases do two things: drop dependencies - tibble, rematch2 and fansi have all gone - and extend comparison to object systems that did not exist when it was written, notably S7. Correctness of missing-value and tolerance semantics accounts for most of the rest.

◆ Where it's heading

This is a package deliberately shrinking its footprint while widening what it understands. Since it is imported by testthat, every dependency it drops is one fewer package in the check environment of most of CRAN, which is clearly the motivation. The comparison logic itself changes only when R gains a new way to represent objects.

◆ Prediction

Expect S7 support to deepen from basic to complete as S7 adoption grows, and further dependency removals; the diff algorithm itself looks settled.

Alternatives to usethis and waldo

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 usethis or waldo.

See all usethis alternatives → · See all waldo alternatives →

Recent activity from usethis and waldo

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

  1. 11mo agousethiscreate_quarto_project() exits early without the Quarto CLI
  2. 11mo agousethisuse_air() adopts the Air formatter; project detection widens
  3. 1y agowaldoCompares weakrefs, ignores read-only S7 properties
  4. 1y agousethisuse_vignette() and use_article() support Quarto
  5. 1y agowaldoOnly uses bit64 comparison when bit64 is installed
  6. 1y agowaldoDrops tibble and rematch2; adds basic S7 support
  7. 1y agowaldoDrops the fansi dependency
  8. 2y agousethisUI moves to cli; Travis and AppVeyor helpers removed
  9. 2y agousethisCRAN-requested documentation fixes
  10. 2y agowaldoFixes for upcoming R-devel changes
  11. 3y agousethisVersion comparisons always pass character input
  12. 3y agowaldoTolerance now governs both display and NaN equality

Frequently asked questions

What is the difference between usethis and waldo?

They serve adjacent needs but don't currently overlap on shipped themes. usethis and waldo 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 usethis better than waldo?

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

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

What are the best alternatives to waldo?

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