marquetlab / GCM_compareR

GNU General Public License v3.0
13 stars 9 forks source link

Issue with offline version #6

Open Fcamacho21 opened 3 years ago

Fcamacho21 commented 3 years ago

I want to use the offline version of the GCM compareR but im having trouble starting the App. When i click on Run App (in RStudio) i recive the error that is attached to this comment. Any help regarding this error will be greatly appreciated! image

Thanks a lot for this tool,

Francisco

javierfajnolla commented 3 years ago

Thanks for spotting this Francisco.

I'll update soon the zipped app in the link with the correction. Meanwhile, you can try this easy fix on the version you downloaded.

You just need to remove or comment line #28 at the file ui.R that you will find in downloaded folder. Specifically, is the line that has this code: extendShinyjs(text = jscode),

Removing that piece of code should correct the issue. Hope that helps! And thanks again! Javier

Fcamacho21 commented 3 years ago

Thanks Javier! It worcked, but now when i click on Compare the window closes and in the RStudio console appears the following error:

Warning: Error in observeEventHandler: tentativa de aplicar una no-función 72: observeEventHandler [C:\Users\FRANCISCO CAMACHO\Documents\GCM_compareR/server.R#76]

Any thoughts?