lifecycle DOI DOI R-CMD-check

psychTestR is an R package for creating behavioural experiment interfaces. To learn more about psychTestR, visit the following resources:

Installation

If you don’t have R installed, download and install it first.

We recommend also installing RStudio, a popular integrated development environment for R.

Then open R and install psychTestR:

install.packages("devtools")
devtools::install_github("pmcharrison/psychTestR")

For a quick test of psychTestR functionality, visit Simple demo.

Citation

You can cite psychTestR as follows:

Harrison, Peter M. C. (2020). psychTestR: An R package for designing and conducting behavioural psychological experiments. Journal of Open Source Software. https://doi.org/10.21105/joss.02088

The psychTestR source code is also permanently archived on Zenodo. You can find this permanent archive at the following DOI: http://doi.org/10.5281/zenodo.1415355. This DOI will always point to the latest release of the psychTestR package, but you can also find version-specific DOIs on the Zenodo page.

You might also want to mention the particular version of the package you used. To check the installed version, you can run the following code in your R console:

asNamespace("psychTestR")$`.__NAMESPACE__.`$spec[["version"]]

Community guidelines

The psychTestR documentation website answers many common questions about psychTestR usage. Further questions are welcomed via the GitHub issue tracker. This issue tracker is also the place to report issues or software problems. We welcome software contributions in the form of GitHub pull requests; if you are thinking of making a contribution, consider first beginning a discussion on the issue tracker so that we can discuss implementation details.