{"id":34918908,"url":"https://github.com/jasp-stats/jaspcircular","last_synced_at":"2025-12-26T13:03:50.216Z","repository":{"id":37801896,"uuid":"365993861","full_name":"jasp-stats/jaspCircular","owner":"jasp-stats","description":"A  circular statistics module for JASP","archived":false,"fork":false,"pushed_at":"2025-12-17T03:07:48.000Z","size":993,"stargazers_count":3,"open_issues_count":0,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-20T17:02:10.400Z","etag":null,"topics":["hacktoberfest","jasp","statistics"],"latest_commit_sha":null,"homepage":"","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/jasp-stats.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-05-10T09:50:41.000Z","updated_at":"2025-12-17T03:07:52.000Z","dependencies_parsed_at":"2024-06-22T15:18:46.360Z","dependency_job_id":"48101214-8fda-4376-a58b-efb5e6153d05","html_url":"https://github.com/jasp-stats/jaspCircular","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/jasp-stats/jaspCircular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasp-stats%2FjaspCircular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasp-stats%2FjaspCircular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasp-stats%2FjaspCircular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasp-stats%2FjaspCircular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasp-stats","download_url":"https://codeload.github.com/jasp-stats/jaspCircular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasp-stats%2FjaspCircular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28055270,"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-12-26T02:00:06.189Z","response_time":55,"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":["hacktoberfest","jasp","statistics"],"created_at":"2025-12-26T13:03:37.634Z","updated_at":"2025-12-26T13:03:50.211Z","avatar_url":"https://github.com/jasp-stats.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Circular Statistics for JASP\n\nThis is a circular statistics module for JASP. It can be installed additionally to the [JASP core module](https://jasp-stats.org/). It provides basic methods in the JASP GUI such that analyses can be run without the need for programming. The underlying R code is based on the package [circular](https://CRAN.R-project.org/package=circular) by U. Lund et al..\n\n### Prerequisites\n\nAn installed JASP version \u003e= 0.11 (it needs to support dynamic modules).\n\n### Installing\nThe following works for JASP version 0.11. The process may vary for higher versions of JASP because dynamic modules are still beta in JASP version 0.11.\n\n* Download the source ``JASP-module-\u003cversion\u003e.tar.gz`` from the latest release to your local file system.\n* Open JASP.\n* Go to ``Preferences`` -\u003e ``Advanced`` -\u003e Enable ``Developer mode (beta)``\n* Click the ``+`` button in the main ribbon and select ``install module``.\n* Select the downloaded ``JASP-module-\u003cversion\u003e.tar.gz``.\n\nThat's it! The module and all it's R dependencies will be installed automatically.\n\nYou can now load a dataset in JASP as usual and start the analysis.\n\n### How to use it\nYou can use the submenus of ``Circular Statistics`` to run descriptive analysis (such as plotting) or hypothesis tests. Most important is that you specify the period of your data for each analysis. This can be done in every submenu separately. A documentation of the functionalities can be found in the GUI itself. Just press the information button in the submenus. A toy data set to play with is the [ElNino.csv](examples/ElNino.csv). A commented example analysis for this data set can be found [here](examples/ElNino.jasp). To look at it, just open the ``ElNino.jasp`` file in JASP.\n\n## Developed With\n\n* [QtCreator](https://www.qt.io/)\n* [RStudio](https://www.rstudio.com/)\n\n## Contributing\n\nIf you would like to contribute to the module, you can use JASP as a development tool:\n\n* Download, fork, or clone the CircularStatistics repo.\n* Open JASP and go to preferences.\n* Go to Advanced.\n* Set the development path to the CircularStatistics repo.\n* Then click the ``+`` button in the main ribbon.\n* Click ``Install Development Module``.\n\nThere you go! Any changes made to the GUI or the R code will be reflected in JASP immediately. For further details we refer to the [JASP development documentation](https://github.com/jasp-stats/jasp-desktop/tree/development/Docs/development).\n\n## Authors\n\n* **Aaron Bahde** and **Philipp Berens**\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\nSpecial thanks go to the JASP team of the University of Amsterdam who supported this project at any time. The compatibility of this module with the JASP core is due to their refactoring of the JASP design.\n\nThe inspiration for this module was given by Philipp Berens and his publication [CircStat: A Matlab Toolbox for Circular Statistics](https://www.jstatsoft.org/article/view/v031i10).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasp-stats%2Fjaspcircular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasp-stats%2Fjaspcircular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasp-stats%2Fjaspcircular/lists"}