Deploy shiny app to shinyapps.io

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 14

  • @isaiasco6658
    @isaiasco6658 Рік тому

    Do you know or do you have a video of this with python? i tried doing it with python but having problems. thanks

  • @MehedeeHasanNayeem
    @MehedeeHasanNayeem Місяць тому +1

    I'm facing this error Error in "`rsconnect::deployApp()`:
    ! `appDir`, "web_app\vital_tracker.R", does not exist."
    but the file exist there

    • @RavinderRam
      @RavinderRam  Місяць тому

      1. shinyapp.io only support 5 apps in free tier so check it. delete app from shinyapp.io
      2. make sure file name must be app.R (if you are using single file) and ui.R , server.R (for multiple file)
      3. run rsconnect::deployApp() under folder where ui.R, server.R file contain

    • @mcebisintleki5239
      @mcebisintleki5239 14 днів тому

      The problem is the vital_tracker.R. You are passing a file path instead of directory path. The directory path is likely something like this 'something/web_app/'.

  • @samritpramanik2962
    @samritpramanik2962 3 роки тому +1

    can i modify source code after deploying shiny application?

    • @RavinderRam
      @RavinderRam  3 роки тому

      No..

    • @samritpramanik2962
      @samritpramanik2962 3 роки тому

      @@RavinderRam Do you know any alternatives? I mean how to modify the code that it will reflect on the published app?

    • @RavinderRam
      @RavinderRam  3 роки тому +1

      @@samritpramanik2962 you can't edit on hosted app but work on your existing code then again upload on shinyapps.io & u can also delete ur app. 5 apps u can host for free. Even if u release app from github still u can't edit existing app you edit then github generate new version of it then u merge.

    • @samritpramanik2962
      @samritpramanik2962 3 роки тому

      @@RavinderRam Got it now. Thanks a lot.

  • @der_dataanalyst
    @der_dataanalyst Рік тому +1

    nice work! Thank you

  • @softdataconsult
    @softdataconsult Рік тому

    Thanks so much

  • @tabishshah5559
    @tabishshah5559 2 роки тому

    path to your app (please explain)