jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
55 stars 29 forks source link

[Bug]: Using The Visual Modeling #2784

Open helenum opened 1 week ago

helenum commented 1 week ago

JASP Version

0.18.3

Commit ID

No response

JASP Module

Visual Modeling

What analysis are you seeing the problem on?

No response

What OS are you seeing the problem on?

macOS Silicon

Bug Description

I have received this error message: Error in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so': dlopen(/Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so, 0x0006): Library not loaded: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib Referenced from: <7E9BA906-F6A6-3212-A05E-D321043276A1> /Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so Reason: tried: '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/usr/lib/libR.dylib' (no such file, not in dyld cache)

Expected Behaviour

Performing the visual modeling.

Steps to Reproduce

  1. Opening The Visual Modeling
  2. ..

Log (if any)

Error in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so': dlopen(/Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so, 0x0006): Library not loaded: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib Referenced from: <7E9BA906-F6A6-3212-A05E-D321043276A1> /Applications/JASP.app/Contents/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/dplyr/libs/dplyr.so Reason: tried: '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libR.dylib' (no such file), '/usr/lib/libR.dylib' (no such file, not in dyld cache)

Final Checklist

github-actions[bot] commented 1 week ago

@helenum, thanks for taking the time to create this issue. If possible (and applicable), please upload to the issue website (https://github.com/jasp-stats/jasp-issues/issues/2784) a screenshot showcasing the problem, and/or a compressed (zipped) .jasp file or the data file that causes the issue. If you would prefer not to make your data publicly available, you can send your file(s) directly to us, issues@jasp-stats.org

helenum commented 1 week ago

I cannot upload the jasp file (it is in grey).

Captura de ecrã 2024-06-17, às 20 07 00
helenum commented 1 week ago

The csv file, however, is this: AUC_DADOS_PARA_JASP.csv

dustinfife commented 1 week ago

I can't reproduce that on my computer.

boutinb commented 1 week ago

Hi @helenum Which version of MacOS do you have? You can download your JASP file, by changing the suffix to .zip (test.jasp -> test.zip).

tomtomme commented 1 week ago

@helenum The CSV you provided does not contain "1_SPECIFICITY", just and empty V9 see

grafik

It does contain SPECIFICITY and that produces a nice graph.

grafik

So it is crucial to know what you have done to SPECIFICITY to get 1_SPECIFICITY (how those are different) so that we can reproduce the bug. Please rename your .jasp to .zip and upload it here like boutinb described. Thx!