Skip to content

Commit

Permalink
corrected structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abahde committed Oct 1, 2019
1 parent 551d631 commit 95c3a96
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 38 deletions.
11 changes: 0 additions & 11 deletions CircularStatistics/DESCRIPTION

This file was deleted.

10 changes: 0 additions & 10 deletions CircularStatistics/inst/DESCRIPTION

This file was deleted.

Empty file removed CircularStatistics/inst/NAMESPACE
Empty file.
11 changes: 11 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Package: CircularStatistics
Type: Package
Title: CircularStatistics Module for JASP
Version: 1.0
Date: 2019-10-01
Author: Aaron Bahde, Philipp Berens (University of Tuebingen)
Website: eye-tuebingen.de/berenslab
Maintainer: Philipp Berens <[email protected]>
Description: This module offers basic methods for directional data
License: GPL (>= 2)
Imports: circular, ggplot2
1 change: 1 addition & 0 deletions CircularStatistics/NAMESPACE → NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export(CircularStatisticsDescriptives)
export(CircularStatisticsOneSampleTests)
export(CircularStatisticsMultipleSampleTests)
import('circular');
import('ggplot2');
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ This is a circular statistics module for JASP. It can be installed additionally

### Prerequisites

An installed JASP version >= 0.10.
An installed JASP version >= 0.11 (it needs to support dynamic modules).

### Installing
The 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.

* Download the ``CircularStatistics.jaspMod`` directory to your local file system.
* Download the source ``CircularStatistics.tar.gz`` from the latest release to your local file system.
* Open JASP.
* Go to ``Preferences`` -> ``Advanced`` -> Enable ``Developer mode (beta)``
* Click the ``+`` button in the main ribbon and select ``install module``.
* Select the downloaded ``CircularStatistics.jaspMod``.
* Select the downloaded ``CircularStatistics.tar.gz``.

That's it! The module and all it's R dependencies will be installed automatically.

Expand Down Expand Up @@ -50,4 +52,4 @@ This project is licensed under the GNU General Public License v3.0 - see the [LI

Special 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.

The 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).
The 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).
19 changes: 6 additions & 13 deletions CircularStatistics/inst/description.json → inst/description.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
{
"moduleDescription" :
{
"title" : "Circular Statistics",
"description" : "This module offers basic methods for directional data.",
"version" : "0.1.0",
"author" : "Aaron Bahde, Philipp Berens (Berens Lab, University of Tuebingen)",
"maintainer" : "JASP Team <[email protected]>",
"website" : "jasp-stats.org",
"title" : "CircularStatistics",
"description" : "This module offers basic methods for directional data",
"version" : "1.0",
"author" : "Aaron Bahde, Philipp Berens (University of Tuebingen)",
"maintainer" : "Philipp Berens <[email protected]>",
"website" : "eye-tuebingen.de/berenslab/",
"license" : "GPL (>= 2)",
"icon" : "analysis-circstats-descriptives.svg"
},

"requiredPackages": ["circular", "ggplot2"],
//"requiredPackages" [
// {
// "package": "circular",
// "version": "0.4-93"
// }
//],

"menu":
[
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 95c3a96

Please sign in to comment.