psychTestR
psychTestR: An R package for designing and conducting behavioural psychological experiments - Published in JOSS (2020)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 13 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
psychTestR - an R package for developing behavioural experiments
Basic Info
- Host: GitHub
- Owner: pmcharrison
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://pmcharrison.github.io/psychTestR
- Size: 10.9 MB
Statistics
- Stars: 28
- Watchers: 5
- Forks: 8
- Open Issues: 24
- Releases: 42
Metadata Files
README.md
psychTestR
psychTestR is an R package for creating behavioural experiment interfaces. To learn more about psychTestR, visit the following resources:
- Overview paper in the Journal of Open Source Software
- Introductory tutorial
- Other vignettes under the 'Articles' tab
- Function-level documentation
- Guide to creating a server for online R experiments using psychTestR (Anthony Chmiel)
- Video tutorial (2 hours, for beginners, by Anthony Chmiel)
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:
r
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:
r
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.
Owner
- Name: Peter Harrison
- Login: pmcharrison
- Kind: user
- Location: Cambridge, UK
- Website: https://cms.mus.cam.ac.uk/staff/dr-peter-harrison
- Twitter: pmcharrison
- Repositories: 69
- Profile: https://github.com/pmcharrison
Music cognition researcher, director of the Centre for Music and Science at Cambridge
JOSS Publication
psychTestR: An R package for designing and conducting behavioural psychological experiments
Authors
Tags
psychology experiment designGitHub Events
Total
- Create event: 2
- Issues event: 3
- Release event: 2
- Watch event: 3
- Issue comment event: 20
- Push event: 4
- Pull request review event: 2
- Pull request event: 4
- Fork event: 1
Last Year
- Create event: 2
- Issues event: 3
- Release event: 2
- Watch event: 3
- Issue comment event: 20
- Push event: 4
- Pull request review event: 2
- Pull request event: 4
- Fork event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Peter M C Harrison | p****n@g****m | 702 |
| fmhoeger | 5****r | 6 |
| ViolaPsch | 4****h | 5 |
| Seb Silas | s****s@g****m | 5 |
| Klaus Frieler | kf@o****e | 2 |
| Kilian Sander | 6****r | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 39
- Total pull requests: 61
- Average time to close issues: 4 months
- Average time to close pull requests: 15 days
- Total issue authors: 4
- Total pull request authors: 6
- Average comments per issue: 0.9
- Average comments per pull request: 1.61
- Merged pull requests: 54
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 6 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 3.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pmcharrison (28)
- sebsilas (8)
- klausfrieler (2)
- remidefleurian (1)
Pull Request Authors
- pmcharrison (34)
- sebsilas (12)
- fmhoeger (7)
- ViolaPsch (6)
- KilianSander (4)
- klausfrieler (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- R.utils >= 2.6.0 imports
- R6 >= 2.2.2 imports
- RPushbullet >= 0.3.1 imports
- checkmate >= 1.8.5 imports
- htm2txt * imports
- htmltools >= 0.3.6 imports
- jsonlite * imports
- magrittr >= 1.5 imports
- markdown >= 0.8 imports
- methods * imports
- parallel * imports
- purrr * imports
- rstudioapi >= 0.7 imports
- shiny >= 1.1.0 imports
- shinyBS >= 0.61 imports
- shinyjs >= 1.0 imports
- shinythemes >= 1.1.1 imports
- tibble * imports
- tidyr >= 0.8.1 imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- shinytest * suggests
- testthat * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
