Skip to content

Commit f3cc50d

Browse files
authored
Merge pull request jasp-stats#2 from juliuspfadt/newRemModule
New REM module
2 parents cc2d5d7 + 71dfe9b commit f3cc50d

34 files changed

+12182
-12
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
^renv$
2+
^renv\.lock$
13
^.*\.Rproj$
24
^\.Rproj\.user$
35
^\.travis\.yml$

.Rprofile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source("renv/activate.R")

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
REPO_KEY: ${{ secrets.REPOS_KEY }}
1414
WEBLATE_KEY: ${{ secrets.WEBLATE_KEY }}
1515
QML_REPO: jasptestmodule-qml
16-
R_REPO: jasttestmodule-r
16+
R_REPO: jasptestmodule-r
1717

1818
steps:
1919
- uses: jasp-stats/jasp-actions/wlcLock@master

DESCRIPTION

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Package: jaspModule
1+
Package: jaspRem
22
Type: Package
3-
Title: A module for JASP
4-
Version: 0.1.0
5-
Date: 2020-10-15
3+
Title: REM
4+
Version: 0.19.3
5+
Date: 2025-03-06
66
Author: JASP Team
77
Website: jasp-stats.org
88
Maintainer: JASP Team <[email protected]>
@@ -11,9 +11,14 @@ License: GPL (>= 2)
1111
Encoding: UTF-8
1212
Imports:
1313
jaspBase,
14-
jaspGraphs
14+
jaspGraphs,
15+
remify,
16+
remstats,
17+
remstimate,
18+
shrinkem
1519
Suggests:
1620
testthat
1721
Remotes:
1822
jasp-stats/jaspBase,
19-
jasp-stats/jaspGraphs
23+
jasp-stats/jaspGraphs,
24+
jomulder/shrinkem

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
import(jaspBase)
2+
export(relationalEventModeling)

R/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)