jasp-desktop
jasp-desktop copied to clipboard
JASP aims to be a complete statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS
to disable Windows GameDVR in msix. Im just added the .reg file but not make it work with Msix installer, I leave it to you @RensDofferhoff and you may push...
Fixes: https://github.com/jasp-stats/jasp-issues/issues/25 Fixes: https://github.com/jasp-stats/INTERNAL-jasp/issues/2123 **Not For 0.18.2** Not a really 100% strict mode, for example this will also capitalize short conjunctions (e.g., “and,” “as,” “but,” “for,” “if,” “nor,” “or,” “so,”...
This feature parses configuration files such as these: ``` Format: 0.1.0 #humble start JASP_Version: 0.17.1 # onwards! rain = true Enable Modules: jaspAudit #nice module Module jaspAudit # lets alter...
Fixes: https://github.com/jasp-stats/INTERNAL-jasp/issues/2254 A lot of changes for something so small.
JASP can now be started with JASP --generateWrappers It generates then all wrappers for this module
Fixes https://github.com/jasp-stats/jasp-test-release/issues/2662
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [JASP/jaspDesktop](https://hosted.weblate.org/projects/jasp/jaspdesktop/). Current translation status: 
Switches to renv lockfiles installed using jaspModuleInstaller. Renv lockfiles in each jasp Module contain all dependencies of the module. jaspModuleInstaller will add/alter records to this lockfile to produce _processedLockFile.lock. renv...
As discovered by @FBartos. Its possible to throw strings in result json where numbers would be expected. This causes the results screen to hang forever. So I add an ugly...