Search found 12 matches

by WolfgangLenhard
Sun Oct 20, 2024 10:51 am
Forum: Module development
Topic: Module update resorts to old package
Replies: 2
Views: 69258

Re: Module update resorts to old package

Dear Jonathan,
many thanks for the information. I will then just wait for the next snapshot, nonetheless.

Best regards,
Wolfgang
by WolfgangLenhard
Sun Oct 20, 2024 7:03 am
Forum: Module development
Topic: Module update resorts to old package
Replies: 2
Views: 69258

Module update resorts to old package

Hi there, I am having problems with revising the module cNORMj. I noticed, it does not work properly anymore with newer versions of jamovi. And the underlying cNORM package made huge progress as well. I thus wanted to prepare a revised version, but jvmtools always draws an old version of cNORM. The ...
by WolfgangLenhard
Fri Aug 26, 2022 4:33 pm
Forum: Module development
Topic: Save results to the spreadsheet
Replies: 10
Views: 26367

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: 26367

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: 26367

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: 26367

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: 26367

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: 26367

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: 26367

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: 8187

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...