Using rshiny

Step 1, I need to create a repository on my github central place

	
  • Create a new repository called 'rShiny' at github
  • git clone https://github.com/2waybene/rShiny rShiny under "myGit"
  • I have an account with basic feature at shinyapps
  • This one was for Dr. Cui, his project on MotionDetection
  • Step 2 RShiny tutorial

    	
  • Here is the main tutorial page from RStudio
  • And, there are many examples in this gallery.
  • Some special RShiny note

    	
  • Install shinyIncubator needs devtools
  • To start shinyapp on the command line, use the following command

    R --vanilla -e "shiny::runApp('.', port=8888, host='10.91.128.1')"
    R --vanilla -e "shiny::runApp('.', port=8888, host='localhost')"
    

    Then go to a browser to load the application. For some reason, it fails to work with the follow error message

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.