{"id":29947804,"url":"https://github.com/pascalkieslich/mousetrap","last_synced_at":"2026-03-03T00:31:25.676Z","repository":{"id":56934288,"uuid":"51757146","full_name":"PascalKieslich/mousetrap","owner":"PascalKieslich","description":"Process and Analyze Mouse-Tracking Data","archived":false,"fork":false,"pushed_at":"2025-09-25T11:48:40.000Z","size":15508,"stargazers_count":47,"open_issues_count":1,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-25T13:33:02.908Z","etag":null,"topics":["analysis","clustering","mouse-tracking","r","visualization"],"latest_commit_sha":null,"homepage":"http://pascalkieslich.github.io/mousetrap","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PascalKieslich.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-15T13:26:02.000Z","updated_at":"2025-09-25T11:48:44.000Z","dependencies_parsed_at":"2023-12-26T09:05:57.680Z","dependency_job_id":"a1eaa312-5671-4fa7-87e4-dade3e25249e","html_url":"https://github.com/PascalKieslich/mousetrap","commit_stats":{"total_commits":534,"total_committers":9,"mean_commits":"59.333333333333336","dds":0.3089887640449438,"last_synced_commit":"bfc728b3329ae0e19674fd61d1a6210efdbacc4a"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/PascalKieslich/mousetrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PascalKieslich","download_url":"https://codeload.github.com/PascalKieslich/mousetrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278548018,"owners_count":26004818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","clustering","mouse-tracking","r","visualization"],"created_at":"2025-08-03T07:30:44.540Z","updated_at":"2026-03-03T00:31:25.660Z","avatar_url":"https://github.com/PascalKieslich.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# mousetrap \u003cimg src=\"man/figures/mousetrap.png\" align=\"right\" alt=\"\" width=\"120\" /\u003e\n\n[![cran version](http://www.r-pkg.org/badges/version/mousetrap)](https://CRAN.R-project.org/package=mousetrap)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.596640.svg)](https://doi.org/10.5281/zenodo.596640)\n[![downloads](https://cranlogs.r-pkg.org/badges/grand-total/mousetrap?color=yellow)](https://CRAN.R-project.org/package=mousetrap)\n\nMouse-tracking, the analysis of mouse movements in computerized experiments, is a method that is becoming increasingly popular in the cognitive sciences.\nThe `mousetrap` package offers functions for importing, preprocessing, analyzing, aggregating, and visualizing mouse-tracking data.\n\n## General Information\n\nThe `mousetrap` package is developed by Pascal Kieslich, Dirk Wulff, Felix Henninger, and Jonas Haslbeck. It is published under the GNU General Public License (version 3).\n\nAn overview of the functions in this package can be found [online](http://pascalkieslich.github.io/mousetrap/reference/mousetrap.html).\nIt can also be accessed from within R using `?mousetrap` once the package has been loaded.\nPlease see [news](http://pascalkieslich.github.io/mousetrap/news/) for a summary of changes in the package. Questions about using `mousetrap` can be asked in the [forum](https://forum.cogsci.nl/index.php?p=/categories/mousetrap).\n\nThe `mousetrap` package offers functions for importing mouse-tracking data in different formats and from various sources. One option to collect mouse-tracking data is by using the open-source graphical experiment builder [OpenSesame](https://osdoc.cogsci.nl/) in combination with the [mousetrap-os plugin](https://github.com/pascalkieslich/mousetrap-os).\n\n\n## Installation\n\nThe current stable version is available on CRAN and can be installed via `install.packages(\"mousetrap\")`.\n\nTo install the latest development version from GitHub, you need the `devtools` package .\nThe development version can be installed via `devtools::install_github(\"pascalkieslich/mousetrap@master\")`.\n\n## Questions\n\nQuestions about using `mousetrap` can be asked in the [forum](https://forum.cogsci.nl/index.php?p=/categories/mousetrap).\n\n## Citation\n\nIf you use the `mousetrap` package in your published research, we kindly ask that you cite the associated article:\n\nWulff, D. U.[\\*](https://doi.org/10.3758/s13428-025-02695-2 \"equal contribution\"), Kieslich, P. J.[\\*](https://doi.org/10.3758/s13428-025-02695-2 \"equal contribution\"), Henninger, F., Haslbeck, J. M. B., \u0026 Schulte-Mecklenbeck, M. (2025). Movement tracking of psychological processes: A tutorial using mousetrap. _Behavior Research Methods, 57_, 307. https://doi.org/10.3758/s13428-025-02695-2\n\n## Acknowledgments\n\nWe thank Johanna Hepp for helpful comments on the documentation of this package and Monika Wiegelmann for testing a development version. This work was supported by the University of Mannheim's Graduate School of Economic and Social Sciences, which is funded by the German Research Foundation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkieslich%2Fmousetrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalkieslich%2Fmousetrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkieslich%2Fmousetrap/lists"}