Search found 9 matches

by DStuder
Thu Apr 18, 2024 10:05 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 129

Re: Linebreak in table note

Alright, thanks for your help and the suggestion!
by DStuder
Thu Apr 18, 2024 9:28 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 129

Re: Linebreak in table note

Hi jonathon Thanks for the quick reply. Adding them as separate notes works as such, but also repeats the "Note.", so the output then is Note. a) text Note. b) some more text Note. c) even more text I was wondering if I could somehow create a different output based on whether the code is r...
by DStuder
Thu Apr 18, 2024 8:49 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 129

Linebreak in table note

Hey folks For the module I'm developing I added a note to the table using note <- paste("a) some text \n b) some more text \n c) even more text") table$setNote(note) The note contains a few different paragraphs, which I'd like to separate with a linebreak for visual clarity. So the output ...
by DStuder
Tue Jun 27, 2023 7:26 am
Forum: Module development
Topic: Best place to create helper functions?
Replies: 1
Views: 6645

Best place to create helper functions?

Hi there! For the module I'm developing I find myself constantly copying code from one place to another, both within the same analysis and and also between different analyses (i.e. data cleansing, which is pretty much the same process for all of my analyses). So I thought it would be easier just spe...
by DStuder
Mon Jun 19, 2023 12:07 pm
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7210

Re: How can I show a reference based on a condition?

Hi guys Thanks a lot for the time and effort you're taking to help me, I really appreciate it! In the r.yaml I currently have both refs attached to the top-layer of the table, because I wanted to see if it was even possible to display two refs at the same time. Further down, there are refs attached ...
by DStuder
Thu Jun 15, 2023 7:10 am
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7210

Re: How can I show a reference based on a condition?

Hi Maurizio I ended up merging your PR, the footnotes do seem cleaner than the note. This does however not resolve the references-issue. As you can see in the picture below, in the bottom right it shows a [3], which is the reference for the coin package, which now should NOT be shown. On the other h...
by DStuder
Wed Jun 14, 2023 6:31 am
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7210

Re: How can I show a reference based on a condition?

Hey Maurizio Yes, you can find the repo here: https://github.com/DanStuder/jamovi-Projekte The analysis is in the folder "nonpara" and is called "signtest" (NOT signrank). It's my first module and I'm not exactly proficient in R, so please excuse the crudeness of the code and the...
by DStuder
Mon Jun 12, 2023 3:06 pm
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7210

How can I show a reference based on a condition?

Hi there For the module I'm developing I let users select different options of runnning the test. One of them is common, but suboptimal, so if the user selects this option, I show a note that says this option is generally not recommended. For this recommendation, I want to show a reference, but only...
by DStuder
Wed Jun 07, 2023 8:17 am
Forum: Module development
Topic: Cannot install dependency
Replies: 1
Views: 1408

Cannot install dependency

Hi there I'm creating an analysis for the exact sign test and I want to use `rstatix` to extract the test statistic `S` and the degrees of freedom. After adding `rstatix` to the DESCRIPTION and NAMESPACE files and hitting `jmvtools::install()` I get the following error message: Installing dependenci...