-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Bug: MediumBugs that don't influence the basic function of the app, but it's better to fix them at some point.Bugs that don't influence the basic function of the app, but it's better to fix them at some point.DeveloperModule: jaspTTestsOS: Linux / FlatpakWaiting for requesterIf waiting for a long time it is reasonable to close an issueIf waiting for a long time it is reasonable to close an issue
Description
JASP Version
0.95.0
Commit ID
d2a328cc0cf0b28c032f0c598d58f355d5134821
JASP Module
T-Tests
What analysis are you seeing the problem on?
Bayesian One-Sample T-Test
What OS are you seeing the problem on?
Fedora
Bug Description
- For the main table in the Bayesian One-Sample T-Test, the Bayes Factor and Gaussian Error are NAs for some reason.
- Specifically, I get the error message:
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/danyu/.cache/R/renv/cache/v5/linux-fedora-42/R-4.5/x86_64-pc-linux-gnu/stringi/1.8.7/2b56088e23bdd58f89aebf43a0913457/stringi/libs/stringi.so': libicuuc.so.76: cannot open shared object file: No such file or directory
- This does not happen when I use the regular jaspTTests module, so it only happens when I load the cloned module as developer module in the nightly build.
- This also does not happen for the frequentist one-sample T-Test table with the development module, so it seems specific to the Bayesion One-sample T-Test in the development module


Expected Behaviour
I did not make any modification to the forked module, so I expected the Bayes Factor to be displayed as usually in the T-Test module:

Steps to Reproduce
- Fork and clone the jaspTTests module locally
- Install it as an R-library (via renv::install() or renv::restore())
- In JASP (nightly), set path and name for development module (in advanced) and load the development module
- Go to T-Tests, then Bayesian One-Sample T-Test, and enter a variable to see bug
- To see normal functionality do Bayesian One-Sample T-Test with the regular T-Test module
Log (if any)
JASP 2025-08-04 15_59_44 Desktop.log
JASP 2025-08-04 15_59_44 Engine 0.log
More Debug Information
-------- Application Info --------
JASP Version: JASP 0.95
Build Branch: HEAD
Build Date: Jul 22 2025 20:42:47 (Netherlands)
Last Commit: d2a328cc0cf0b28c032f0c598d58f355d5134821
-------- Basic Info --------
Operating System: KDE Flatpak runtime
Product Version: 6.8
Kernel Type: linux
Kernel Version: 6.15.8-200.fc42.x86_64
Architecture: x86_64
Install Path: /app/bin
Platfotm Name: wayland
System Local: en_US
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.
Metadata
Metadata
Labels
Bug: MediumBugs that don't influence the basic function of the app, but it's better to fix them at some point.Bugs that don't influence the basic function of the app, but it's better to fix them at some point.DeveloperModule: jaspTTestsOS: Linux / FlatpakWaiting for requesterIf waiting for a long time it is reasonable to close an issueIf waiting for a long time it is reasonable to close an issue