on jmvtools::install() jamovi window is not showing hanges

Everything related to the development of modules in jamovi
Post Reply
ngandhid
Posts: 5
Joined: Fri Apr 07, 2017 4:02 am

on jmvtools::install() jamovi window is not showing hanges

Post by ngandhid »

Once I have done with changing my code, say some analysis yaml file and save. then after running the jmvtools::install(), the jamovi window is not showing the changes I made. Thus I am not able to see my code changes on the front end.

Tried deleting the module and reinstalled. didn't work.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by jonathon »

hi, if you make changes to the .a.yaml, or the .u.yaml files, you'll need to shut jamovi down and restart it. we'll fix this in the coming weeks.

changes to the .b.R or .r.yaml files can be made on the fly.

cheers
ngandhid
Posts: 5
Joined: Fri Apr 07, 2017 4:02 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by ngandhid »

Hi Jonathan

Thanks it helped.
ngandhid
Posts: 5
Joined: Fri Apr 07, 2017 4:02 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by ngandhid »

It worked for the first time, but it's not working after that. Not able to see the UI changes. Even installed the jmvtools again too. No luck
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by jonathon »

hi, can you send us your source code (contact at jamovi.org)? or check it into github where we can take a look?

with thanks
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by jonathon »

you can also try deleting the .u.yaml file, and letting jmvtools recreate it from scratch.
ngandhid
Posts: 5
Joined: Fri Apr 07, 2017 4:02 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by ngandhid »

It looks like clearing out .u.yaml file is the fix for the problem. Can you please tell me why this happening and how to rectify or fix this once for all?

Thanks for your help. Much appreciated.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: on jmvtools::install() jamovi window is not showing hang

Post by jonathon »

hi,

my guess is that you changed the type of an option. at present jmvtools only adds and removes options, but doesn't change or update existing options. this is something we hope to solve in the next release.

cheers
Post Reply