← Back to home
Comparison · Analytics

parzer vs sdtm.oak

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

parzer vs sdtm.oak: at a glance

Featureparzersdtm.oak
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesgeospatial, string-parsing, coordinates, ropensciclinical-trials, sdtm, pharmaverse, r-package
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is parzer?

A coordinate parser whose entire job is surviving how badly humans write latitude and longitude.

parzer converts messy coordinate strings — degrees, minutes, seconds, assorted symbols, arbitrary whitespace — into decimal degrees. Development is slow and sporadic, with three-year gaps between releases, and the work splits between C++ performance in the internal scrub() path and a long tail of parsing bugs. The most recent release, 0.4.4, fixed two genuinely dangerous ones: a leading space could silently drop a negative sign, and an E in a longitude string returned NA while a W parsed fine.

Read the full parzer trajectory →

What is sdtm.oak?

Two releases in, the open-source SDTM toolkit now covers the domains it originally excluded.

sdtm.oak builds SDTM datasets — the tabulation standard clinical trial submissions are filed in — from raw collected data. The 0.1.0 release shipped the mapping algorithm functions and derived-variable helpers but explicitly excluded DM, trial design domains, and several others. Version 0.2.0 closes the largest of those gaps, adding DM domain support via calc_min_max_date() and oak_calc_ref_dates(), plus generate_sdtm_supp() for supplemental qualifier domains.

Read the full sdtm.oak trajectory →

parzer vs sdtm.oak: editorial side-by-side

P
parzer
ANALYTICS
0.0

A coordinate parser whose entire job is surviving how badly humans write latitude and longitude.

◆ Current state

parzer converts messy coordinate strings — degrees, minutes, seconds, assorted symbols, arbitrary whitespace — into decimal degrees. Development is slow and sporadic, with three-year gaps between releases, and the work splits between C++ performance in the internal scrub() path and a long tail of parsing bugs. The most recent release, 0.4.4, fixed two genuinely dangerous ones: a leading space could silently drop a negative sign, and an E in a longitude string returned NA while a W parsed fine.

◆ Where it's heading

The package has settled its scope — 0.4.1 explicitly rewrote the documentation to say it parses coordinates rather than validates them — and now moves only when someone finds a string it mishandles. Recent work has also been about shedding weight: Rcpp dependence reduced, the C++ requirement dropped from DESCRIPTION, suggested dependencies removed, and the vignette builder moved to Quarto. Maintainership passed to a new maintainer in 2022 and the package has stayed within rOpenSci.

◆ Prediction

The next release will most likely be another batch of parsing edge cases reported by users, since that is what every release since 0.2.0 has been. Nothing in these entries points to new functionality.

S
sdtm.oak
ANALYTICS
0.0

Two releases in, the open-source SDTM toolkit now covers the domains it originally excluded.

◆ Current state

sdtm.oak builds SDTM datasets — the tabulation standard clinical trial submissions are filed in — from raw collected data. The 0.1.0 release shipped the mapping algorithm functions and derived-variable helpers but explicitly excluded DM, trial design domains, and several others. Version 0.2.0 closes the largest of those gaps, adding DM domain support via calc_min_max_date() and oak_calc_ref_dates(), plus generate_sdtm_supp() for supplemental qualifier domains.

◆ Where it's heading

This is the pharmaverse pattern of building submission tooling in the open, one domain class at a time, with the release history running through GitHub release-candidate tags before each CRAN submission. The direction is clear from the domain checklist: start with the mechanically simple Findings and Events domains, then work toward the ones with cross-dataset dependencies. DM and SUPP were the two that most often forced teams back to bespoke code.

◆ Prediction

The remaining exclusions from the 0.1.0 scope — trial design domains, SV, SE, RELREC and the EPOCH variable — are the obvious next targets, with EPOCH likely first since it depends on the reference dates 0.2.0 just added. Expect the same rhythm of release candidates ahead of each CRAN submission.

Alternatives to parzer and sdtm.oak

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 parzer or sdtm.oak.

See all parzer alternatives → · See all sdtm.oak alternatives →

Recent activity from parzer and sdtm.oak

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

  1. 1y agoparzerFixes dropped negative signs and mis-parsed E longitudes
  2. 1y agosdtm.oaksdtm.oak v0.2.0 CRAN release
  3. 1y agosdtm.oaksdtm.oak v0.1.1 CRAN release
  4. 1y agosdtm.oaksdtm.oak v0.1.0 CRAN release
  5. 1y agosdtm.oakv0.1.0rc4: [skip vbump] 90 cran comments (#91)
  6. 2y agosdtm.oakv0.1.0rc2: Fix CRAN Comments (#84)
  7. 2y agosdtm.oakv0.1.0: [skip vbump] Bump version for cran release (#77)
  8. 4y agoparzerScope clarified: parsing, not coordinate validation
  9. 5y agoparzerFaster scrub(); works around non-UTF8 locales on Windows
  10. 5y agoparzerFixes factor conversion in parse_llstr() on older R
  11. 5y agoparzerparse_llstr() parses latitude and longitude from one string
  12. 6y agoparzerMore degree symbols recognised; NA handling fixed in C++

Frequently asked questions

What is the difference between parzer and sdtm.oak?

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

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

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

What are the best alternatives to sdtm.oak?

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