Create ShinyApps

I have a laptop with Windows 8 Operating system and I am interested in creating ShinyApps. Is it possible to do it on this laptop.

I have read something about having a shinyserver to be installed but I don't know how to do it, if it is the only solution. Could you let me know how I can start building shinyapps on my current laptop?

Want to increase the probability of finding fast, useful help?

Read the advice at

Be sure to include:

  • Cite any error or warning messages, and where you receive them.
  • Cite your application logs.
  • Cite output of "rsconnect::appDependencies()"
  • Provide your shiny app's application URL/id.
    -->

you can build and run shiny apps on most laptops, so you will be fine to start learning.
Hosting a server to share your app across the internet is a different thing. shinyapps.io is one option for that.

Thank you very much for the help.

Could you recommend some basic things I should know about making those apps?

Can I just simply write their codes and run on Rstudio?

Or are there any hints you could provide before and after the coding part on Rstudio?

yes, for sure.

check this:
https://shiny.rstudio.com/tutorial/

Thank you very much for the help :+1:

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.