123xiaochen / VCFshiny

https://123xiaochen.github.io/VCFshiny/
MIT License
24 stars 6 forks source link

Unable to load VCFshiny #5

Open Sindhura2023 opened 1 year ago

Sindhura2023 commented 1 year ago

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'shinyjs' Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted ERROR: lazy loading failed for package 'VCFshiny

Getting this error while trying to install VCFshiny. How do I solve this

123xiaochen commented 10 months ago

Hi, you should install shinyjs according to the error message. You can use install. packages ("shinyjs") in the R window.