Skip to content

About

Citing pilotr

If you use pilotr in published work, please cite it:

Bernabeu, P. (2026). pilotr: Simulate experimental and behavioural data from a portable design specification (Version 0.2.1) [Computer software]. https://doi.org/10.5281/zenodo.21266313

@software{bernabeu2026pilotr,
  author  = {Pablo Bernabeu},
  title   = {{pilotr}: Simulate experimental and behavioural data from a portable design specification},
  year    = {2026},
  version = {0.2.1},
  doi     = {10.5281/zenodo.21266313},
  url     = {https://doi.org/10.5281/zenodo.21266313}
}

Download the BibTeX entry

In R, citation("pilotr") returns the same reference.

The developer

pilotr is developed by Pablo Bernabeu, a researcher in the Department of Education at the University of Oxford. His work spans cognitive psychology, neuroscience, linguistics, education and research methods, with hands-on experience of behavioural experiments, EEG, corpus analysis, computational modelling and statistics. He develops open, reproducible research software in R and Python, and is a Fellow of the Software Sustainability Institute. pilotr and its R twin share one design specification, keeping a simulation reproducible across both languages. His ORCID record lists his other work.

Licence

pilotr is released under the MIT licence, reproduced in full on the licence page. The licence covers the Python and R packages, the no-code app and the design specification alike.

Versioning and archival

Each release is tagged on GitHub and archived on Zenodo. The concept DOI, 10.5281/zenodo.21266313, always resolves to the latest archived version, so a citation stays current without naming a version. The changelog records what changed in each release.

Contributing and support

Bugs and feature requests are best raised on the GitHub issues page. The contributing guide describes the development setup and the conventions the repository follows, including the cross-language random-number contract that any change to the generative core must keep intact.