RNiftyReg
Medical image registration, maintained with unusual care for other people's conventions.
A side-by-side editorial comparison of profileCI and quickr — release velocity, themes, recent moves, and the top alternatives to consider.
Profile-likelihood confidence intervals for any fitted model, in a feed that publishes out of order.
profileCI computes confidence intervals from the profile log-likelihood for user-supplied fitted models, generalising what confint.glm does for GLMs to any model object exposing a log-likelihood. The releases handle the awkward cases that make profiling fail in practice: infinite limits when the profile never drops below the interval threshold, bounded profiling ranges, and interpolation that breaks down near the limits. Only convex log-likelihoods are supported, so disjoint intervals are out of scope by design.
quickr's R-to-Fortran compiler now handles matrices, closures and OpenMP.
quickr compiles a subset of R to Fortran and calls it back from R, so numerical code can run without hand-writing C or Fortran. Version 0.3.0 is the release where that subset stops being small: matrix and linear algebra operations lower to the same BLAS/LAPACK that R uses, local closures and sapply() are supported with copy-on-modify semantics preserved, and for loops and sapply() calls can be marked for OpenMP parallelism via declare(parallel()).
profileCI computes confidence intervals from the profile log-likelihood for user-supplied fitted models, generalising what confint.glm does for GLMs to any model object exposing a log-likelihood. The releases handle the awkward cases that make profiling fail in practice: infinite limits when the profile never drops below the interval threshold, bounded profiling ranges, and interpolation that breaks down near the limits. Only convex log-likelihoods are supported, so disjoint intervals are out of scope by design.
Work is concentrated on numerical reliability rather than scope: 1.1.1 replaced quadratic with monotonic cubic spline interpolation because the quadratic form could fail, and corrected parameter values stored near the confidence limits. The feed publishes these out of order, with the v1.0.0 entry stamped six months after v1.1.0 and carrying the package's full description rather than a changelog, so release order should be read from the version numbers rather than the dates. The same maintainer's revdbayes has been in pure maintenance across this period, which places profileCI as the more active project.
Expect further robustness work at the profiling limits and more logLikFn methods for common model classes, following the nls method added in 1.1.0.
quickr compiles a subset of R to Fortran and calls it back from R, so numerical code can run without hand-writing C or Fortran. Version 0.3.0 is the release where that subset stops being small: matrix and linear algebra operations lower to the same BLAS/LAPACK that R uses, local closures and sapply() are supported with copy-on-modify semantics preserved, and for loops and sapply() calls can be marked for OpenMP parallelism via declare(parallel()).
The first two releases filled in language basics, control flow, arithmetic operators, multiple return values. Version 0.3.0 shifts to the constructs real numerical code is actually written in, and the compiler work underneath it, nested compilation scopes and block-scoped temporaries, is aimed at large functions and heap-versus-stack control for big temporaries. Toolchain work points the same way: LLVM flang is used on macOS when present, and the minimum R version was lowered to 4.3.0 to widen who can install it.
Expect the next releases to keep extending the compilable subset toward the remaining apply-family functions and to build out the parallelism story that declare(parallel()) opens.
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 profileCI or quickr.
Medical image registration, maintained with unusual care for other people's conventions.
A small R parser quietly becoming format-agnostic about front matter.
Submission validation for forecast hubs, rebuilt around which file each check belongs to.
rextendr put Rust-backed R packages in the browser, then tore itself down for a 1.0.0 rebuild
kwb.pkgbuild's CI templates went four years without a refresh, then had to be rebuilt for current runners
saperlipopette turned Git disasters into practice exercises, then passed peer review
See all profileCI alternatives → · See all quickr alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
Both compete on the same themes — r-package — within Infra & APIs. profileCI and quickr 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. profileCI and quickr 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.
Top profileCI alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "profileCI alternatives" section above for the current picks, or visit /alternatives/profileci for the full list with editorial commentary on each.
Top quickr alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "quickr alternatives" section above for the current picks, or visit /alternatives/quickr for the full list with editorial commentary on each.