← Back to home
Comparison · Infra & APIs

carrier vs evaluate

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

Shared themes:r-packager-lib

carrier vs evaluate: at a glance

Featurecarrierevaluate
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesr-package, serialization, remote-execution, r-libr-lib, code-evaluation, knitr, graphics-capture
Last editorial update2h ago2h ago
WebsiteVisit →Visit →

What is carrier?

carrier's 0.3.0 quietly rewrites how crated functions see each other — and breaks code that relied on the old rules.

carrier packages an R function together with the data it needs so it can be shipped to another process or machine. 0.3.0 changed the semantics of functions passed through ...: they are now re-crated inside the main crate environment instead of inheriting from wherever they were defined. That fixes helper functions failing to resolve each other remotely, and stops local environments dragging large objects into the payload.

Read the full carrier trajectory →

What is evaluate?

The engine under every knitted R document reached 1.0 by making evaluation behave like the console.

evaluate captures the output, plots, messages and conditions produced by running R code, and it is the layer knitr and R Markdown sit on. The 1.0.0 release changed core semantics — multi-expression input now stops at the first error — and gave results a real class. Since then, releases have been graphics-focused: ragg-based capture when available, grid plot fixes, and a patch for ggplot2 4.0.0.

Read the full evaluate trajectory →

carrier vs evaluate: editorial side-by-side

C
carrier
INFRA · APIS
0.0

carrier's 0.3.0 quietly rewrites how crated functions see each other — and breaks code that relied on the old rules.

◆ Current state

carrier packages an R function together with the data it needs so it can be shipped to another process or machine. 0.3.0 changed the semantics of functions passed through ...: they are now re-crated inside the main crate environment instead of inheriting from wherever they were defined. That fixes helper functions failing to resolve each other remotely, and stops local environments dragging large objects into the payload.

◆ Where it's heading

Each release tightens the boundary between a crate and its surroundings. 0.2.0 introduced .parent_env defaulting to baseenv() to cut the crate off from the global search path and made unnamed ... arguments an error instead of a silent drop; 0.3.0 finishes the job by controlling the environment chain of the packed closures themselves. The package is trading backwards compatibility for predictable, self-contained payloads — a reasonable bet for something whose failures otherwise surface on a remote worker.

◆ Prediction

The 0.1.0 notes promised an automatic dependency-detection mode to replace explicit packing; nothing since has delivered it, and with the environment semantics now settled that is the obvious next move — though the entries give no date for it.

E
evaluate
INFRA · APIS
0.0

The engine under every knitted R document reached 1.0 by making evaluation behave like the console.

◆ Current state

evaluate captures the output, plots, messages and conditions produced by running R code, and it is the layer knitr and R Markdown sit on. The 1.0.0 release changed core semantics — multi-expression input now stops at the first error — and gave results a real class. Since then, releases have been graphics-focused: ragg-based capture when available, grid plot fixes, and a patch for ggplot2 4.0.0.

◆ Where it's heading

The package is being tightened rather than expanded. 1.0.0 removed complexity it could not justify, deprecated include_timing, dropped a function testing for an object it never created, and aligned error behaviour with the console; 1.0.4 then moved plot capture toward a faster, more capable device. The recurring theme is reliability of output capture across environments, which is exactly what a document-rendering substrate needs and what local_reproducible_output() exists to enforce.

◆ Prediction

Expect continued fast-follow patches keyed to graphics-stack releases — ggplot2 and ragg in particular — rather than new API surface.

Alternatives to carrier and evaluate

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 carrier or evaluate.

See all carrier alternatives → · See all evaluate alternatives →

Recent activity from carrier and evaluate

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

  1. 11mo agocarrierCrated helper functions can now see each other
  2. 11mo agoevaluatePatch for ggplot2 4.0.0 support
  3. 1y agocarriercrate() gains .parent_env and stricter argument handling
  4. 1y agoevaluatePlot capture moves to ragg when available
  5. 1y agoevaluateFix for rlang::abort() inside evaluate()
  6. 1y agoevaluate1.0 stops at the first error and gives results a class
  7. 2y agoevaluateSource handler gains access to the parsed call
  8. 3y agocarrierSource references dropped from crated functions
  9. 4y agocarrierInitial release with explicit-only crate packing

Frequently asked questions

What is the difference between carrier and evaluate?

Both compete on the same themes — r-package, r-lib — within Infra & APIs. carrier and evaluate 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 carrier better than evaluate?

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

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

What are the best alternatives to evaluate?

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