Search found 17 matches

by julian2
Thu Mar 30, 2023 10:15 am
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Re: Help With Finishing Module

Thanks so much for the swift reply jonathon! Any advice on how to do this efficiently? How do you do this for other modules? I don't want to manually create new .jmo files for all three operating systems anytime jamovi updates or I update the module.
by julian2
Wed Mar 29, 2023 9:24 pm
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Re: Help With Finishing Module

I tried installing the package on various machines and discovered that the .jmo file generated by jmvtools::install() is not platform-independent. This issue seems to be limited to R packages that depend on non-R code, such as C++ or Fortran. Specifically, when I attempted to load the .jmo file crea...
by julian2
Tue Mar 21, 2023 2:47 pm
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Re: Help With Finishing Module

Thanks so much for your help again Maurizio!
by julian2
Thu Mar 16, 2023 11:55 am
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Re: Help With Finishing Module

During testing, I encountered a new problem. One of the tests implemented is a permutation test (option Random permutations). On large data sets this test may take long (could be hours). Is there a way to stop computation, the equivalent of pressing ctrl + c in R? My idea was to stop computation if ...
by julian2
Tue Mar 14, 2023 3:39 pm
Forum: Module development
Topic: Questions Regarding Documentation
Replies: 4
Views: 1929

Re: Questions Regarding Documentation

Thanks Jonathon! I was missing the jmvtools part. I hate to steal your time more than is needed but would you mind also addressing the second question about where the ui parts of the documentation are shown?
by julian2
Fri Mar 10, 2023 12:00 pm
Forum: Module development
Topic: Questions Regarding Documentation
Replies: 4
Views: 1929

Re: Questions Regarding Documentation

Still would appreciate help on this if someone finds the time :).
by julian2
Fri Mar 10, 2023 11:59 am
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Re: Help With Finishing Module

Thanks so much, Maurizio! That solved almost all issues.
by julian2
Thu Mar 09, 2023 4:37 pm
Forum: Module development
Topic: Help With Finishing Module
Replies: 9
Views: 3426

Help With Finishing Module

I am currently developing the bmtest module, which implements the Brunner-Munzel test, as was requested (https://forum.jamovi.org/viewtopic.php?p=5699). I am almost done but there are a few things for which I need the help of someone from the jamovi team or an experienced module developer, as they r...
by julian2
Mon Mar 06, 2023 5:20 pm
Forum: Module development
Topic: Questions Regarding Documentation
Replies: 4
Views: 1929

Questions Regarding Documentation

I have two questions regarding the documentation: First, I wonder what steps I have to take such that changes in the documentation are propagated. That is if I change a description in *.a.yaml what steps are needed that they are written to the R help file? I tried devtools::install() and devtools::d...
by julian2
Mon Mar 06, 2023 5:10 pm
Forum: Module development
Topic: $addFootnote works in jamovi but not in R
Replies: 5
Views: 4079

Re: $addFootnote works in jamovi but not in R

Thanks so much for your help!

For now, I used warnings instead of $setNote because if multiple dependent variable / test versions throw an error only the last one is shown. In there a way to circumvent that? So $addNote instead of $setNote; such that it works in R?