-
-
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
2bd47bc
commit f77408c
Showing
24 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
Submodule jaspBase
updated
8 files
+4 −0 | NAMESPACE | |
+99 −0 | R/mixedColumns.R | |
+2 −2 | R/zzzWrappers.R | |
+165 −0 | inst/examples/ex-mixedColumns.R | |
+19 −0 | src/jaspObject.cpp | |
+14 −3 | src/jaspObject.h | |
+44 −10 | src/jaspTable.cpp | |
+12 −0 | src/jaspTable.h |
Submodule jaspModuleInstaller
updated
7 files
+0 −1 | .gitignore | |
+4 −1 | R/findChangedModules.R | |
+70 −67 | R/installModule.R | |
+13 −25 | R/renvOverrides.R | |
+6 −20 | R/utils.R | |
+3 −7 | inst/getModuleDependencies.R | |
+2 −2 | renv.lock |
Submodule jaspAcceptanceSampling
updated
5 files
+1 −0 | po/QML-eo.po | |
+2 −0 | po/QML-fr.po | |
+1 −0 | po/QML-id.po | |
+2 −0 | po/QML-ja.po | |
+2 −0 | po/QML-nl.po |
Submodule jaspAnova
updated
4 files
+8 −8 | R/ancova.R | |
+3 −3 | R/anovarepeatedmeasures.R | |
+1 −1 | R/commonAnovaFreq.R | |
+1 −0 | po/QML-eo.po |
Submodule jaspCircular
updated
2 files
+ − | inst/qml/translations/jaspCircular-ru.qm | |
+3 −0 | po/QML-ru.po |
Submodule jaspLearnStats
updated
6 files
+1 −0 | po/QML-eo.po | |
+1 −0 | po/QML-id.po | |
+1 −0 | po/QML-ja.po | |
+1 −0 | po/QML-nl.po | |
+1 −0 | po/QML-pt.po | |
+1 −0 | po/QML-ru.po |
Submodule jaspPredictiveAnalytics
updated
16 files
+1 −0 | po/QML-de.po | |
+1 −0 | po/QML-eo.po | |
+1 −0 | po/QML-es.po | |
+1 −0 | po/QML-fr.po | |
+1 −0 | po/QML-gl.po | |
+1 −0 | po/QML-id.po | |
+1 −0 | po/QML-it.po | |
+1 −0 | po/QML-ja.po | |
+1 −0 | po/QML-nl.po | |
+1 −0 | po/QML-pl.po | |
+1 −0 | po/QML-pt.po | |
+1 −0 | po/QML-pt_BR.po | |
+1 −0 | po/QML-ru.po | |
+1 −0 | po/QML-tr.po | |
+1 −0 | po/QML-zh_Hans.po | |
+1 −0 | po/QML-zh_Hant.po |
Submodule jaspQualityControl
updated
15 files
+72 −2 | R/doeAnalysis.R | |
+74 −0 | inst/help/doeAnalysis.md | |
+45 −1 | inst/help/doeFactorial.md | |
+0 −2 | inst/help/doePlackettBurman.md | |
+50 −0 | inst/help/doeResponseSurfaceMethodology.md | |
+0 −2 | inst/help/factorialAnalysis.md | |
+15 −1 | inst/qml/doeAnalysis.qml | |
+23 −3 | inst/qml/doeFactorial.qml | |
+1 −1 | inst/qml/doeResponseSurfaceMethodology.qml | |
+1 −0 | po/QML-eo.po | |
+1 −0 | po/QML-ja.po | |
+1 −0 | po/QML-nl.po | |
+1 −0 | po/QML-ru.po | |
+2 −2 | tests/testthat/test-doeFactorial.R | |
+1 −1 | tests/testthat/test-msaAttribute.R |
Submodule jaspTTests
updated
3 files
+33 −33 | R/ttestindependentsamples.R | |
+1 −0 | R/ttestpairedsamples.R | |
+1 −2 | tests/testthat/test-ttestindependentsamples.R |
Submodule jaspTestModule
updated
4 files
+95 −0 | R/testMixedColumnsTable.R | |
+ − | inst/.DS_Store | |
+11 −4 | inst/Description.qml | |
+2 −1 | inst/qml/testMixedColumns.qml |
Submodule jaspTimeSeries
updated
16 files
+1 −0 | po/QML-de.po | |
+1 −0 | po/QML-eo.po | |
+1 −0 | po/QML-es.po | |
+1 −0 | po/QML-fr.po | |
+1 −0 | po/QML-gl.po | |
+1 −0 | po/QML-id.po | |
+1 −0 | po/QML-it.po | |
+1 −0 | po/QML-ja.po | |
+1 −0 | po/QML-nl.po | |
+1 −0 | po/QML-pl.po | |
+1 −0 | po/QML-pt.po | |
+1 −1 | po/QML-pt_BR.po | |
+1 −0 | po/QML-ru.po | |
+1 −0 | po/QML-tr.po | |
+1 −0 | po/QML-zh_Hans.po | |
+1 −0 | po/QML-zh_Hant.po |