Closed AshleyWoods closed 6 years ago
I just tried to search ??passwordInput
and received this on the help screen:
Error in fetch(key) : lazy-load database '/home/woodsae/R/x86_64-pc-linux-gnu-library/3.4/shiny/help/shiny.rdb' is corrupt
Something somewhere is pretty messed up.
It stopped giving me these specific errors after I left it alone for the weekend and started working perfectly after I removed another line that was giving me trouble. Unsure of what caused the original errors. (I would avoid this particular package for the loading symbol though as all the trouble started just after I downloaded it.)
In attempting to add a loading bar I downloaded this package: https://github.com/AnalytixWare/ShinySky When trying to run the app after adding this package I received this error:
Loading required package: RJSONIO Loading required package: plyr Error: package or namespace load failed for ‘shinysky’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘httpuv’ 1.3.5 is already loaded, but >= 1.4.3 is required
I then removed shinysky and tried to run the program without it to test something else and received this error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace ‘httpuv’ 1.3.5 is already loaded, but >= 1.4.3 is required
I am unsure of what caused the issue as I erased all code written for the shinysky addition and am working with essentially the exact same code from the moment before downloading the package.