MarkEdmondson1234 / gentelellaShiny

http://code.markedmondson.me/gentelellaShiny/
Other
94 stars 29 forks source link

Installation Fail #1

Closed cecilialee closed 6 years ago

cecilialee commented 6 years ago

Hi! The package seems promising and I'd like to try it out. However, I've encountered installation error by running devtools::install_github("MarkEdmondson1234/gentelellaShiny")

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace ‘httpuv’ 1.3.6.2 is being loaded, but >= 1.4.3 is required
ERROR: lazy loading failed for package ‘gentelellaShiny’
* removing ‘/Users/cecilialee/Library/R/3.4/library/gentelellaShiny’
Installation failed: Command failed (1)
MarkEdmondson1234 commented 6 years ago

Please try installing the newest httpuv first, restart R then try again.

cecilialee commented 6 years ago

I've updated the httpuv package and it now works! Thanks!

MarkEdmondson1234 commented 6 years ago

Will update description so minimum requirements reflect above.

bagayogo commented 5 years ago

I am trying to install gentelellaShiny with the following code. devtools::install_github("MarkEdmondson1234/gentelellaShiny")

However, I encounter the following error message. Error: Failed to install 'unknown package' from GitHub: Timeout was reached: Connection timed out after 10000 milliseconds

Thank you in advance for your response.