-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
865e1ae
commit b6e2a6f
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule jaspModuleInstaller
updated
4 files
+114 −15 | R/findChangedModules.R | |
+7 −20 | R/installModule.R | |
+6 −7 | R/renvOverrides.R | |
+61 −42 | renv/activate.R |
Submodule jaspJags
updated
8 files
Submodule jaspReliability
updated
3 files
+3 −3 | DESCRIPTION | |
+4 −0 | NEWS.md | |
+2 −2 | inst/Description.qml |
Submodule jaspSem
updated
25 files
+1 −0 | .Rprofile | |
+25 −0 | NEWS.md | |
+99 −16 | R/common.R | |
+78 −130 | R/lgcm.R | |
+91 −62 | R/mediationanalysis.R | |
+46 −111 | R/mimic.R | |
+545 −546 | R/sem.R | |
+260 −2 | inst/help/SEM.md | |
+21 −0 | inst/help/forQml/tooltipEstimators.md | |
+7 −0 | inst/help/forQml/tooltipFitIndices.md | |
+35 −74 | inst/qml/LatentGrowthCurve.qml | |
+47 −94 | inst/qml/MediationAnalysis.qml | |
+39 −87 | inst/qml/Mimic.qml | |
+194 −133 | inst/qml/SEM.qml | |
+60 −0 | inst/qml/common/Advanced.qml | |
+58 −0 | inst/qml/common/ErrorCalculation.qml | |
+1,981 −202 | renv.lock | |
+7 −0 | renv/.gitignore | |
+1,220 −0 | renv/activate.R | |
+19 −0 | renv/settings.json | |
+140 −0 | tests/testthat/test-lgcm.R | |
+97 −38 | tests/testthat/test-mediationanalysis.R | |
+80 −0 | tests/testthat/test-mimic.R | |
+1 −1 | tests/testthat/test-plssem.R | |
+292 −343 | tests/testthat/test-sem.R |