You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was testing the shinyuieditor on posit.cloud and when I went to launch the app, I get:
> launch_editor(app_loc = "loc/of/app")
Error in check_for_url_issues() :
In order to use shinyuieditor on a hosted version of RStudio you will need to install the rstudioapi package.
Run install.packages("rstudioapi") to install it.
After installing the rstudioapi package, I was able to launch the application successfully.
I believe that @jilliancahill ran into something similar but I think they were using RStudio Desktop.
The question is, should the rstudioapi package be a dependency that gets installed when installing the shinyuieditor?
Steps to reproduce:
install.packages("remotes")
remotes::install_github("rstudio/shinyuieditor"
require(shinyuieditor)
launch_editor(app_loc = "loc/of/app")
Actual Results:
This message is displayed:
> launch_editor(app_loc = "loc/of/app")
Error in check_for_url_issues() :
In order to use shinyuieditor on a hosted version of RStudio you will need to install the rstudioapi package.
Run install.packages("rstudioapi") to install it.
The text was updated successfully, but these errors were encountered:
Was testing the
shinyuieditor
on posit.cloud and when I went to launch the app, I get:After installing the
rstudioapi
package, I was able to launch the application successfully.I believe that @jilliancahill ran into something similar but I think they were using RStudio Desktop.
The question is, should the
rstudioapi
package be a dependency that gets installed when installing theshinyuieditor
?Steps to reproduce:
Actual Results:
This message is displayed:
The text was updated successfully, but these errors were encountered: