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
209 stars 29 forks source link

package ‘shinyuieditor’ is not available for this version of R #237

Closed andypicke closed 8 months ago

andypicke commented 8 months ago

I tried installing but got the following error message:

install.packages('shinyuieditor') Warning in install.packages : package ‘shinyuieditor’ is not available for this version of R

sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-apple-darwin20 (64-bit) Running under: macOS Sonoma 14.0

andypicke commented 8 months ago

Just went to the github repo and see that it has to be installed with via 'remotes'.

The 'installing section' link on https://rstudio.github.io/shinyuieditor/getting-started/#installing doesn't give this information, maybe it should be updated?