tidytlg
A tables-listings-graphs package that reached CRAN and then went quiet.
A side-by-side editorial comparison of datasetjson and torchvision — release velocity, themes, recent moves, and the top alternatives to consider.
datasetjson rebuilt its object model to track the CDISC Dataset-JSON 1.1 schema.
datasetjson reads and writes CDISC Dataset-JSON, the JSON replacement for SAS transport files in clinical-trial submissions. The package went from a thin reader in 2023 to a redesigned interface in 0.3.0 that targets the 1.1.0 schema, uses yyjsonr as its JSON backend, and exposes column metadata as first-class arguments. Development is contributor-driven inside the Atorus and pharmaverse orbit.
R's torchvision is porting PyTorch's vision stack one task at a time — instance segmentation just landed.
torchvision for R has moved past being a thin tensor-transform helper into a task-complete vision library. The last three releases added dataset loaders by the dozen, then face detection and recognition, and now Mask R-CNN for instance segmentation. The 0.9.0 release also splits the COCO detection loader from a new segmentation loader, cutting memory use roughly in half for detection-only work.
datasetjson reads and writes CDISC Dataset-JSON, the JSON replacement for SAS transport files in clinical-trial submissions. The package went from a thin reader in 2023 to a redesigned interface in 0.3.0 that targets the 1.1.0 schema, uses yyjsonr as its JSON backend, and exposes column metadata as first-class arguments. Development is contributor-driven inside the Atorus and pharmaverse orbit.
The package's roadmap is not its own — it tracks a CDISC standard that is still moving, and 0.3.0 is what happens when the standard revises: object model, read and write paths, and JSON backend all changed together. Performance was addressed in the same pass, which matters because submission datasets are large enough that a slow serialiser is a real constraint.
The next significant release will most likely follow the next Dataset-JSON schema revision rather than an internal roadmap, given that 0.3.0 was driven entirely by the 1.1.0 update.
torchvision for R has moved past being a thin tensor-transform helper into a task-complete vision library. The last three releases added dataset loaders by the dozen, then face detection and recognition, and now Mask R-CNN for instance segmentation. The 0.9.0 release also splits the COCO detection loader from a new segmentation loader, cutting memory use roughly in half for detection-only work.
The pattern is a deliberate walk through PyTorch's torchvision feature matrix: datasets first, then model architectures, then the visualization and transform utilities that make each task usable end to end. Each release breaks a little API to align R naming with upstream PyTorch conventions — `$categories` became `$classes`, `coco_classes()` now matches the 90-class sparse PyTorch layout. Community contributors are doing most of the volume, with maintainers arbitrating the API shape.
Expect the next release to fill in the remaining segmentation and detection model families and continue aligning class and label handling with upstream PyTorch, given that every release so far has paired new models with a matching dataset loader.
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 datasetjson or torchvision.
A tables-listings-graphs package that reached CRAN and then went quiet.
Tplyr made clinical summary tables explain where every number came from.
Clinical listings that keep inheriting their hardest problem — pagination — from the layer below.
A cache-directory helper that has shipped nothing but CRAN-triggered patches for seven years.
gigs redesigned its whole conversion API for rOpenSci, then spent three releases getting the docs to build.
A weather-data client that keeps rewriting its HTTP layer while slowly tightening its API.
See all datasetjson alternatives → · See all torchvision alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. datasetjson and torchvision 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.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. datasetjson and torchvision 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.
Top datasetjson alternatives in Analytics are ranked by recent ship velocity. Browse the "datasetjson alternatives" section above for the current picks, or visit /alternatives/datasetjson for the full list with editorial commentary on each.
Top torchvision alternatives in Analytics are ranked by recent ship velocity. Browse the "torchvision alternatives" section above for the current picks, or visit /alternatives/torchvision for the full list with editorial commentary on each.