Search found 10 matches

by WolfgangLenhard
Fri Aug 26, 2022 4:33 pm
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

Ok, I finally got it. The error was using the varTitle defined in .r.yaml in the .R-syntax instead of the defined variable. Gosh, this was trivial but it really took me some time.
by WolfgangLenhard
Fri Aug 26, 2022 1:33 pm
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

Thanks!
by WolfgangLenhard
Thu Aug 25, 2022 1:26 pm
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

... indeed, this was a problem, but I cannot get it to work, nonetheless. Could you give a simple example for .populateOutputs() that just fills a variable with random numbers (without any GUI elements). I guess, I have a misconception on how it properly works. Moreover: What is the minimum version ...
by WolfgangLenhard
Sun Aug 21, 2022 9:52 am
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

Hi Jonathan,
it is in

https://github.com/WLenhard/cNORM_JAMOV ... #L178-L188

(The code is not finished or working)

Many thanks,
Wolfgang
by WolfgangLenhard
Thu Aug 18, 2022 6:44 am
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

Dear Jonathan, sorry for the long delay. I prepared the new release of my module, but I am still stumbling about populating the variable. The new variable in the dataset shows up, but no values so far. Just do give a showcase example for the *.b.R file (yaml files are configured and working): .popul...
by WolfgangLenhard
Sun Jul 18, 2021 6:32 am
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Re: Save results to the spreadsheet

Fantastic! Thanks for the quick reply and the examples, which are easy to understand. I will give it a try and come back to you on slack possibly. Have a nice Sunday!
by WolfgangLenhard
Sun Jul 18, 2021 5:11 am
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 14379

Save results to the spreadsheet

Since 1.8, it is possible to save the results of analyses and feed back the data to the spreadsheet (e. g. in the reliability analysis in the factor module). Could you give me a hint on how to implement that in a module or where to look for information? Thanks!
by WolfgangLenhard
Wed Jul 01, 2020 2:25 pm
Forum: Module development
Topic: Plain text in output
Replies: 5
Views: 4527

Re: Plain text in output

Hi Jonathan, I had a look at one of your modules at GitHub (PsychoPDA) and this helped me a lot in styling the output and the GUI in addition to the great developer tutorial. I am currently testing and polishing and I would like to contribute the module to the Jamovi library - as soon as it works fl...
by WolfgangLenhard
Mon Jun 29, 2020 6:53 pm
Forum: Module development
Topic: Plain text in output
Replies: 5
Views: 4527

Re: Plain text in output

Many thanks!
by WolfgangLenhard
Mon Jun 29, 2020 2:45 pm
Forum: Module development
Topic: Plain text in output
Replies: 5
Views: 4527

Plain text in output

Dear all, many thanks for JAMOVI and the terrific developer tutorial. I am currently working on a new package and I am struggling with the output. Is there a way to include pure text? There is the 'Preformatted' type in the *.r.yaml files. Could you give me a hint, where to find information on which...