← Back to home
Comparison · Analytics

crul vs spatsoc

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

Shared themes:ropensci

crul vs spatsoc: at a glance

Featurecrulspatsoc
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themeshttp-client, async, mocking, ropenscimovement-ecology, social-networks, spatial-analysis, telemetry
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is crul?

crul took mocking back from webmockr and made it a property of the client itself

crul is the R6-based HTTP client underneath much of rOpenSci's package stack, covering synchronous requests, three flavours of async, pagination and retries. Its 1.6.0 release in July 2025 changed where test mocking lives: each client — HttpClient, Async, AsyncVaried — now takes a mocking parameter at initialisation or per method, and the standalone mock() function is deprecated. Mocking used to be something webmockr switched on from outside; it is now a setting on the client.

Read the full crul trajectory →

What is spatsoc?

One maintainer, one or two new collective-motion metrics per release, for two years straight

spatsoc turns animal relocation data into spatial and social groupings — dyads, fission-fusion events, group centroids — and the recent history is a metronomic accretion of collective-motion measures on top of that base. Since late 2024 nearly every release has added one or two: polarization, direction to leader, position along the group axis, directional correlation delay, edge alignment, edge zones. Development is essentially single-handed; almost every merged PR in this window carries the same author.

Read the full spatsoc trajectory →

crul vs spatsoc: editorial side-by-side

C
crul
ANALYTICS
0.0

crul took mocking back from webmockr and made it a property of the client itself

◆ Current state

crul is the R6-based HTTP client underneath much of rOpenSci's package stack, covering synchronous requests, three flavours of async, pagination and retries. Its 1.6.0 release in July 2025 changed where test mocking lives: each client — HttpClient, Async, AsyncVaried — now takes a mocking parameter at initialisation or per method, and the standalone mock() function is deprecated. Mocking used to be something webmockr switched on from outside; it is now a setting on the client.

◆ Where it's heading

The async surface has been the growth area for years — retries reached Async, AsyncVaried, AsyncQueue and HttpRequest in 1.4, AsyncQueue gained the response accessors in 1.2, and 1.5.0 wired async requests up to webmockr. The 1.6.0 change reverses that direction of dependency, and it landed within a minute of webmockr's own release severing its tie to vcr. Read together, the rOpenSci HTTP stack is being deliberately untangled so each package can be used without the others.

◆ Prediction

With mock() deprecated rather than removed, the next major release is the likely point of deletion. Expect the remaining work to follow the same decoupling theme rather than adding request features.

S
spatsoc
ANALYTICS
0.0

One maintainer, one or two new collective-motion metrics per release, for two years straight

◆ Current state

spatsoc turns animal relocation data into spatial and social groupings — dyads, fission-fusion events, group centroids — and the recent history is a metronomic accretion of collective-motion measures on top of that base. Since late 2024 nearly every release has added one or two: polarization, direction to leader, position along the group axis, directional correlation delay, edge alignment, edge zones. Development is essentially single-handed; almost every merged PR in this window carries the same author.

◆ Where it's heading

The December 2025 release changes register. Alongside three new calc_distance / calc_direction / calc_centroid functions and an internal assertion family, it deprecates the `projection` argument in favour of `crs` and lands a round of checks and tests explicitly staged ahead of a new spatial interface. Read together, that is a package finishing its metric catalogue and starting to rework the coordinate-handling layer underneath it to match modern R-spatial conventions — the same evolution that made it drop its startup warning back in 0.2.7.

◆ Prediction

The next release is likely the spatial-interface rework the 0.2.12 test and assertion work was staged for, with `projection` moving from deprecated to removed. Feature additions should slow while that lands.

Alternatives to crul and spatsoc

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 crul or spatsoc.

See all crul alternatives → · See all spatsoc alternatives →

Recent activity from crul and spatsoc

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

  1. 8mo agospatsoccalc_* functions added; projection deprecated ahead of a spatial rework
  2. 10mo agospatsocEdge zones and edge direction added; centroid NA handling fixed
  3. 11mo agospatsocEdge alignment metric added
  4. 1y agospatsocLeader edge delay added; units dependency moves to a CRAN release
  5. 1y agocrulMocking becomes a client parameter, independent of webmockr
  6. 1y agospatsocDirectional correlation delay added; longlat direction bug fixed
  7. 1y agospatsocLeadership and group-axis position measures added
  8. 2y agocrulAsync requests become mockable through webmockr
  9. 2y agocrulDocumentation fixes and test helper tweak
  10. 3y agocrulHTTP retries reach the async classes
  11. 3y agocrulClearer error for mismatched urls and disk lengths
  12. 4y agocrulAsyncQueue gains response accessors; results print as a summary

Frequently asked questions

What is the difference between crul and spatsoc?

Both compete on the same themes — ropensci — within Analytics. crul and spatsoc 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 crul better than spatsoc?

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

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

What are the best alternatives to spatsoc?

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