← Back to home
Comparison · Analytics

animovement vs fastrg

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

animovement vs fastrg: at a glance

Featureanimovementfastrg
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesanimal tracking, metapackage, pose estimation, data standardsrandom-graphs, stochastic-blockmodels, network-sampling, sparse-matrices
Last editorial update7h ago48m ago
WebsiteVisit →Visit →

What is animovement?

animovement stopped being a package and became a metapackage over seven focused ones.

animovement handles animal movement data — tracking output from pose-estimation and centroid trackers, cleaned into a standard form. Its 0.7.3 release, the first GitHub tag since November 2024, bundles the 0.5 through 0.7 development series and records a structural change: the codebase was split into aniframe, aniread, aniprocess, anicheck, animetric, anivis and anispace, which animovement now bundles and re-exports. The package has done this before at smaller scale, having renamed itself from trackballr in 0.2.0 to match a widened scope.

Read the full animovement trajectory →

What is fastrg?

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

Read the full fastrg trajectory →

animovement vs fastrg: editorial side-by-side

A
animovement
ANALYTICS
0.0

animovement stopped being a package and became a metapackage over seven focused ones.

◆ Current state

animovement handles animal movement data — tracking output from pose-estimation and centroid trackers, cleaned into a standard form. Its 0.7.3 release, the first GitHub tag since November 2024, bundles the 0.5 through 0.7 development series and records a structural change: the codebase was split into aniframe, aniread, aniprocess, anicheck, animetric, anivis and anispace, which animovement now bundles and re-exports. The package has done this before at smaller scale, having renamed itself from trackballr in 0.2.0 to match a widened scope.

◆ Where it's heading

Development has moved to the constituent packages, which release far more often than animovement itself — aniframe, aniread and aniprocess have each shipped multiple times in 2026 while animovement tagged once. That makes animovement a stable install surface rather than where the work happens, and the ani_df data class plus the frame-rate to sampling-rate terminology change are the contracts holding the suite together. Optional dependencies are handled through animovement_install_suggested() against r-universe and Bioconductor mirrors.

◆ Prediction

With the split done and the constituent packages iterating independently, animovement releases are likely to become periodic roll-ups of the suite rather than carriers of new functionality.

F
fastrg
ANALYTICS
0.0

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

◆ Current state

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

◆ Where it's heading

The package's development has been about semantic correctness more than speed. The 0.3.1 release moved edge-distribution arguments to the constructors and reinterpreted the mixing matrix S under Bernoulli parameterisation; 0.3.2 then flipped the meaning of X and Y in directed blockmodels so outgoing and incoming factors match the edge convention, and made block sorting conditional rather than unconditional. Both are corrections to what returned values mean, not to how fast they arrive. The 2025 release is CRAN documentation linking only.

◆ Prediction

With parameterisation settled and only a documentation release since 2023, the package reads as feature-complete for its sampling families. Nothing in the entries points to additional model types being queued.

Alternatives to animovement and fastrg

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 animovement or fastrg.

See all animovement alternatives → · See all fastrg alternatives →

Recent activity from animovement and fastrg

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

  1. 1mo agoanimovementanimovement becomes a metapackage over seven packages
  2. 1y agofastrgDocumentation cross-linking fixes for CRAN
  3. 1y agoanimovementread_animalta() patch
  4. 1y agoanimovementReaders for seven tracking and pose-estimation formats
  5. 1y agoanimovementtrackballr becomes animovement as scope widens
  6. 2y agofastrgDirected blockmodel X and Y factors swapped to match edge direction
  7. 4y agofastrgfastRG 0.3.1

Frequently asked questions

What is the difference between animovement and fastrg?

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

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

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

What are the best alternatives to fastrg?

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