Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrumpLab/jspsychr
Write and run jspsych experiments with R studio
https://github.com/CrumpLab/jspsychr
Last synced: 10 days ago
JSON representation
Write and run jspsych experiments with R studio
- Host: GitHub
- URL: https://github.com/CrumpLab/jspsychr
- Owner: CrumpLab
- Created: 2019-08-05T21:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T10:41:24.000Z (over 2 years ago)
- Last Synced: 2024-08-01T00:48:36.036Z (3 months ago)
- Language: JavaScript
- Homepage: https://crumplab.github.io/jspsychr/
- Size: 4.61 MB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jspsychr
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
This is an R markdown template and functions for writing and running jspsych experiments using R studio.
- [jspsych](https://www.jspsych.org) is javascript library for web-based behavioral experiments written by Josh De Leeuw.
- If you are interested in other approaches to build jspsych experiments, also check out Danielle Navarro's [xprmntr](https://github.com/djnavarro/xprmntr), and [jaysire](https://github.com/djnavarro/jaysire)
- jspsychr developed as a forked offshoot of the original xprmntr package
## Install
```
# install.packages("devtools")
devtools::install_github("CrumpLab/jspsychr")
```Overview
Examples
Read the getting started article (above) for an overview of how `jspsychr` works, and/or head over to the examples repo to see some examples, https://github.com/CrumpLab/jspsychrexamples
Contributors
Matt Crump {jspsychr}, Danielle Navarro {code to run experiments locally with plumber, and to save data from a local session}; Josh De Leeuw {the jspsych javascript library}