formr
Companion R Package for the 'formr' Survey Framework
formr's R client reached CRAN and moved its recommended path to the v1 REST API.
◆Recent moves
- 1mo ago
OpenCPU-aware render directory and WASM-installable dependencies
Folds the render-path problem that produced the 1.1.2 hotfix into a proper fix — the write directory is now chosen with OpenCPU in mind rather than pinned or randomized — and makes the dependency set installable under WASM. The entry is a pull-request pointer, so how far the WASM work goes is not stated.
View source ↗ - 2mo ago
Hotfix: rendered output returns to knit.html
A same-week reversal of a CRAN-driven change. Routing formr_render() through tempdir() with a random filename satisfied review but broke rforms.org, which serves the page via getFiles("knit.html"); 1.1.2 restores the fixed name while keeping the calculate fix from 1.1.1. Anyone on 1.1.1 is told to upgrade or pin back.
View source ↗ - 2mo ago
calculate items no longer coerced to NA by as.numeric()
A silent data-corruption fix: calculate items can hold text that merely starts with a number, and force-coercing them turned whole columns to NA. They are now always returned as strings, with number and range items coerced only when lossless. Results pulled with earlier versions may be wrong rather than merely incomplete.
View source ↗ - 2mo ago
v1.0.0 — first CRAN release
⚡ SPARKThe release that put the package on CRAN and reset which API users should build against. Everything after it in this feed is repair work on paths this release established, which is the usual shape of a first stable release meeting real deployments.
View source ↗