← Back to home
Comparison · Infra & APIs

rsofun vs surveytidy

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

rsofun vs surveytidy: at a glance

Featurersofunsurveytidy
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesecosystem-modelling, carbon-isotopes, land-use-change, fortransurvey-statistics, tidyverse, dplyr-verbs, metadata-tracking
Last editorial update1h ago4h ago
WebsiteVisit →Visit →

What is rsofun?

An ecosystem model starts tracking carbon isotopes and land-use change.

rsofun wraps the P-model and BiomeE vegetation models in R with Fortran cores, covering photosynthesis, water balance and forest demography, plus Bayesian calibration. The 5.1.0 release is the first in the window to widen what the models simulate rather than reorganise them. Before it, the history is renaming, cost-function rewrites and output-format consistency work.

Read the full rsofun trajectory →

What is surveytidy?

surveytidy taught every dplyr verb to operate on a whole collection of surveys at once.

surveytidy is the tidyverse-facing half of a two-package survey stack, wrapping survey design objects from surveycore so filter, mutate, select and the rest work on them while carrying variable labels, value labels and a transformation log alongside the data. The May release extended that verb surface to survey_collection, the abstraction surveycore uses to hold several surveys as one object, so a pipeline written once dispatches across every member.

Read the full surveytidy trajectory →

rsofun vs surveytidy: editorial side-by-side

R
rsofun
INFRA · APIS
0.0

An ecosystem model starts tracking carbon isotopes and land-use change.

◆ Current state

rsofun wraps the P-model and BiomeE vegetation models in R with Fortran cores, covering photosynthesis, water balance and forest demography, plus Bayesian calibration. The 5.1.0 release is the first in the window to widen what the models simulate rather than reorganise them. Before it, the history is renaming, cost-function rewrites and output-format consistency work.

◆ Where it's heading

The direction is from a calibration harness toward a model that can answer different questions: isotope fractionation now comes out of the P-model, BiomeE handles land use and land-use change, and forcing can be recycled when a simulation outruns its data. Version stamps are unreliable here, with a v5.0 tag carrying only a build fix and predating v4.4, so the arc reads better through content than through numbering.

◆ Prediction

The isotope work is explicitly unfinished, with a constant atmospheric signature standing in for daily d13c forcing, so the next likely step is accepting that as model input.

S
surveytidy
INFRA · APIS
0.0

surveytidy taught every dplyr verb to operate on a whole collection of surveys at once.

◆ Current state

surveytidy is the tidyverse-facing half of a two-package survey stack, wrapping survey design objects from surveycore so filter, mutate, select and the rest work on them while carrying variable labels, value labels and a transformation log alongside the data. The May release extended that verb surface to survey_collection, the abstraction surveycore uses to hold several surveys as one object, so a pipeline written once dispatches across every member.

◆ Where it's heading

The package is being built in two layers that arrive in order: vector-level transformations first, structural dispatch second. The make_* family in 0.4.0 handles the recoding that survey work actually consists of — labelled to factor, multi-level to dichotomous, scale reversal, valence flipping — with value labels propagating automatically. Collection support then applies data-masking, tidyselect, grouping, slicing and collapsing verbs per survey, with joins explicitly refused and a typed message reporting which surveys were skipped. Metadata fidelity is the recurring bug source: labels surviving across(), stale labels left behind by recoding, the transformation log keeping up with what the verbs did.

◆ Prediction

Joins are the one verb family that errors on collections, with users directed to join before constructing the collection, so that restriction is the clearest outstanding gap. The re-export of surveycore's collection constructors suggests the package is positioning itself as the single import users need, which points toward more re-exports as surveycore's stable API settles.

Alternatives to rsofun and surveytidy

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 rsofun or surveytidy.

See all rsofun alternatives → · See all surveytidy alternatives →

Recent activity from rsofun and surveytidy

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

  1. 2mo agosurveytidymutate() syncs metadata for across() recodes
  2. 3mo agosurveytidydplyr and tidyr verbs dispatch across survey collections
  3. 5mo agosurveytidyFive label-aware recoding functions for use inside mutate()
  4. 10mo agorsofunCarbon isotope tracking and LULUC support across both models
  5. 1y agorsofunLM3-PPA renamed BiomeE; cost function and stress functions rewritten
  6. 1y agorsofunParallel make fix on the v5.0 tag
  7. 2y agorsofuncnmodel 0.1 research snapshot tag
  8. 4y agorsofunFortran crash guards and consistent P-model variable names
  9. 4y agorsofunPublic release following a code refactor

Frequently asked questions

What is the difference between rsofun and surveytidy?

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

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

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

What are the best alternatives to surveytidy?

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