rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
216 stars 29 forks source link

Installation Error Not Covered by Main Page #187

Closed SolarDifference closed 11 months ago

SolarDifference commented 1 year ago

I'm receiving the following installation error after running the installation instructions on the main page.

Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/rstudio/shinyuieditor/tarball/HEAD' failed

nstrayer commented 1 year ago

Interesting. This could be due to a rate limit issue on github. Can you try again and see if you get the same error? If you do could you let me know the exact code you ran to get the error and your R version/ computer operating system?

grasshoppermouse commented 11 months ago

Same error running remotes::install_github("rstudio/shinyuieditor")

Update: no error the next morning (and after a restart of R)

nstrayer commented 11 months ago

Glad to hear it fixed itself! Please feel free to reopen if the problem comes back!