Skip to content

Commit

Permalink
Merge pull request #1 from nlesc-jasp-projects/add-moderation-mediation
Browse files Browse the repository at this point in the history
Add core functionality
  • Loading branch information
maltelueken authored May 8, 2023
2 parents 9af254d + a2928f7 commit cefd636
Show file tree
Hide file tree
Showing 5 changed files with 1,495 additions and 8 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: jaspModule
Package: jaspProcess
Type: Package
Title: A module for JASP
Version: 0.1.0
Expand All @@ -11,9 +11,11 @@ License: GPL (>= 2)
Encoding: UTF-8
Imports:
jaspBase,
jaspGraphs
jaspGraphs,
jaspSem
Suggests:
testthat
Remotes:
jasp-stats/jaspBase,
jasp-stats/jaspGraphs
jasp-stats/jaspGraphs,
jasp-stats/jaspSem
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export(ClassicProcess)
import(jaspBase)
Loading

0 comments on commit cefd636

Please sign in to comment.