Releases: pablobernabeu/pilotr
Release list
pilotr 0.2.1
The guides load a bundled design specification through pilotr_example() rather than by a path relative to the repository. The old path resolved only inside a checkout, so a reader who had installed pilotr and copied the line met a missing-file error.
The R package gains a package-level help topic, ?pilotr, and model_formula() now binds the global environment so a formula prints without the build-varying environment tag that leaked into the rendered reference pages.
Both twins move together, so the Python distribution is republished at the shared version.
pilotr 0.2.0
Adds pilotr_example() to both twins. It lists the design specifications shipped with the package, one per design family, and returns the path to each for load_spec().
The eight per-family JSON specifications now travel inside each package (r/pilotr/inst/examples/ and the Python wheel), so an installed copy can load them without a checkout of the repository. R gains a Worked examples article that simulates every one, matching the Python page.
Both twins move to 0.2.0. See NEWS.md and CHANGELOG.md.
pilotr 0.1.0
First release: simulate experimental and behavioural data from a portable JSON design specification, bit-identically across R, Python and the no-code app, with simulation-based power, Type S/M errors and precision/ROPE design analysis on the R side. Full details in NEWS.md and CHANGELOG.md.