← Back to home
Comparison · Analytics

incase vs qtl2convert

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

Shared themes:r-package

incase vs qtl2convert: at a glance

Featureincaseqtl2convert
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesdata-wrangling, recoding, tidyverse, api-deprecationr-package, genetics, format-conversion, cran-maintenance
Last editorial update48m ago4h ago
WebsiteVisit →Visit →

What is incase?

A safer case_when that keeps hardening its guarantees while realigning to tidyverse naming.

incase supplies in_case(), switch_case(), grep_case() and fn_case() as vectorised recoding functions in the dplyr::case_when idiom, with _fct and _list variants that return factors or lists instead of forcing atomic type conversion. The 0.4.0 release deprecates the undotted preserve, default and ordered arguments in favour of dotted forms, starting a removal clock, and adds .exhaustive to error on unmatched inputs.

Read the full incase trajectory →

What is qtl2convert?

A conversion utility in pure maintenance mode, tracking R-devel breakage release by release

qtl2convert is the format-shim of the R/qtl2 ecosystem: it moves genotype probabilities and genetic maps between DOQTL, R/qtl and R/qtl2 representations. The last three releases contain no new conversion functions at all — 0.32 fixed a C string comparison flagged by CRAN, 0.34 restored attribute-clearing that R-devel 4.7 changed underneath the package, and 0.36 adjusted parallel core defaults plus a test tweak. The functional surface has been stable since 0.26 added cross2_ril_to_genril().

Read the full qtl2convert trajectory →

incase vs qtl2convert: editorial side-by-side

I
incase
ANALYTICS
0.0

A safer case_when that keeps hardening its guarantees while realigning to tidyverse naming.

◆ Current state

incase supplies in_case(), switch_case(), grep_case() and fn_case() as vectorised recoding functions in the dplyr::case_when idiom, with _fct and _list variants that return factors or lists instead of forcing atomic type conversion. The 0.4.0 release deprecates the undotted preserve, default and ordered arguments in favour of dotted forms, starting a removal clock, and adds .exhaustive to error on unmatched inputs.

◆ Where it's heading

The arc is consistently toward catching recoding mistakes at the call site rather than letting them pass silently. Early releases broadened how a match can be expressed — pattern matching, function application, factor and list returns. Recent work has shifted to guarantees about the result: correct factor level ordering relative to .default, and now an exhaustiveness check. Notably 0.4.0 reverses the 0.3.2 decision to accept arguments with or without dots, trading that flexibility for namespace safety against user-supplied case names.

◆ Prediction

The deprecation warnings introduced in 0.4.0 point to a follow-up release that removes the undotted arguments outright. Whether .exhaustive eventually becomes the default is unclear from these entries.

Q
qtl2convert
ANALYTICS
0.0

A conversion utility in pure maintenance mode, tracking R-devel breakage release by release

◆ Current state

qtl2convert is the format-shim of the R/qtl2 ecosystem: it moves genotype probabilities and genetic maps between DOQTL, R/qtl and R/qtl2 representations. The last three releases contain no new conversion functions at all — 0.32 fixed a C string comparison flagged by CRAN, 0.34 restored attribute-clearing that R-devel 4.7 changed underneath the package, and 0.36 adjusted parallel core defaults plus a test tweak. The functional surface has been stable since 0.26 added cross2_ril_to_genril().

◆ Where it's heading

This is a package whose release cadence is driven by its dependencies, not its roadmap. Two of the last three releases exist purely because upstream R or CRAN's check suite moved; the maintainer responds within weeks and ships. The cores=0 change in 0.36 is the only user-visible behavior shift in over a year, and it landed simultaneously in sibling package qtl2fst — this is a maintainer-wide convention change, not a qtl2convert decision.

◆ Prediction

Expect the next release to be triggered by another R-devel or CRAN check change rather than a feature request, following the same pattern as 0.32 and 0.34.

Alternatives to incase and qtl2convert

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 incase or qtl2convert.

See all incase alternatives → · See all qtl2convert alternatives →

Recent activity from incase and qtl2convert

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

  1. 1mo agoqtl2convertcores=0 now leaves one core free instead of taking all
  2. 2mo agoqtl2convertAttribute-clearing fix for R-devel 4.7
  3. 3mo agoqtl2convertC string comparison fix in encode_geno()
  4. 11mo agoincaseDotted arguments and an .exhaustive matching check
  5. 2y agoqtl2convertBug fix in probs_doqtl_to_qtl2()
  6. 2y agoincaseDotted and undotted arguments both accepted
  7. 4y agoqtl2convertMaintenance release for a NEWS.md typo
  8. 4y agoqtl2convertAdds cross2_ril_to_genril() for RIL cross conversion
  9. 5y agoincaseFix NULL return when no condition matches
  10. 5y agoincaseFactor and list return families arrive
  11. 5y agoincaseDrop unused stats import to clear a check NOTE
  12. 5y agoincasePattern and function-based matching families added

Frequently asked questions

What is the difference between incase and qtl2convert?

Both compete on the same themes — r-package — within Analytics. incase and qtl2convert 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 incase better than qtl2convert?

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

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

What are the best alternatives to qtl2convert?

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