diff --git a/2024-06-delta/search.json b/2024-06-delta/search.json index 62bf3609..ccb245c3 100644 --- a/2024-06-delta/search.json +++ b/2024-06-delta/search.json @@ -1394,7 +1394,7 @@ "href": "session_15.html#publishing-shiny-applications", "title": "15  Introduction to Shiny", "section": "15.8 Publishing Shiny applications", - "text": "15.8 Publishing Shiny applications\nOnce you’ve finished your app, you’ll want to share it with others. To do so, you need to publish it to a server that is set up to handle Shiny apps.\nYour main choices are:\n\nshinyapps.io (Hosted by RStudio)\n\nThis is a service offered by RStudio, which is initially free for 5 or fewer apps and for limited run time, but has paid tiers to support more demanding apps. You can deploy your app using a single button push from within RStudio.\n\nShiny server (On premises)\n\nThis is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but it can be used without a fee.\n\nPosit Connect (On premises)\n\nThis is a paid product you install on your local hardware, and that contains the most advanced suite of services for hosting apps and RMarkdown reports. You can publish using a single button click from RStudio.\n\n\nA comparison of publishing features is available from RStudio.\n\n15.8.1 Publishing to shinyapps.io\nThe easiest path is to create an account on shinyapps.io, and then configure RStudio to use that account for publishing. Instructions for enabling your local RStudio to publish to your account are displayed when you first log into shinyapps.io:\n\nOnce your account is configured locally, you can simply use the Publish button from the application window in RStudio, and your app will be live before you know it!", + "text": "15.8 Publishing Shiny applications\nOnce you’ve finished your app, you’ll want to share it with others. To do so, you need to publish it to a server that is set up to handle Shiny apps.\nYour main choices are:\n\nshinyapps.io (Hosted by Posit)\n\nThis is a service offered by Posit, which is initially free for 5 or fewer apps and for limited run time, but has paid tiers to support more demanding apps. You can deploy your app using a single button push from within RStudio.\n\nShiny server (On premises)\n\nThis is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but it can be used without a fee.\n\nPosit Connect (On premises)\n\nThis is a paid product you install on your local hardware, and that contains the most advanced suite of services for hosting apps and RMarkdown reports. You can publish using a single button click from RStudio.\n\n\nA comparison of publishing features is available from RStudio.\n\n15.8.1 Publishing to shinyapps.io\nThe easiest path is to create an account on shinyapps.io, and then configure RStudio to use that account for publishing. Instructions for enabling your local RStudio to publish to your account are displayed when you first log into shinyapps.io:\n\nOnce your account is configured locally, you can simply use the Publish button from the application window in RStudio, and your app will be live before you know it!", "crumbs": [ "15  Introduction to Shiny" ] diff --git a/2024-06-delta/session_12.html b/2024-06-delta/session_12.html index 1658ff63..a8dff022 100644 --- a/2024-06-delta/session_12.html +++ b/2024-06-delta/session_12.html @@ -1026,8 +1026,8 @@

datatable(locations)
-
- +
+
@@ -1044,8 +1044,8 @@

popup = ~ restore_loc )
-
- +
+


@@ -1070,8 +1070,8 @@

color = "white", opacity = 1)
-
- +
+


@@ -1100,8 +1100,8 @@

color = "white", opacity = 1)
-
- +
+


diff --git a/2024-06-delta/session_13.html b/2024-06-delta/session_13.html index 30acc16b..09f2e4aa 100644 --- a/2024-06-delta/session_13.html +++ b/2024-06-delta/session_13.html @@ -1092,8 +1092,8 @@

m
-
- +
+

We can add labels, legends, and a color scale.

@@ -1118,8 +1118,8 @@

m
-
- +
+

We can also add the individual communities, with popup labels showing their population, on top of that!

@@ -1155,8 +1155,8 @@

m
-
- +
+
diff --git a/2024-06-delta/session_13_files/figure-html/unnamed-chunk-28-1.png b/2024-06-delta/session_13_files/figure-html/unnamed-chunk-28-1.png index f65fd58d..e0df63d5 100644 Binary files a/2024-06-delta/session_13_files/figure-html/unnamed-chunk-28-1.png and b/2024-06-delta/session_13_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/2024-06-delta/session_15.html b/2024-06-delta/session_15.html index bdebfc31..c05d468b 100644 --- a/2024-06-delta/session_15.html +++ b/2024-06-delta/session_15.html @@ -1970,9 +1970,9 @@

handle Shiny apps.
Your main choices are:

    -
  • shinyapps.io (Hosted by RStudio) +
  • shinyapps.io (Hosted by Posit)
      -
    • This is a service offered by RStudio, which is initially free for 5 or fewer apps and for limited run time, but has paid tiers to support more demanding apps. You can deploy your app using a single button push from within RStudio.
    • +
    • This is a service offered by Posit, which is initially free for 5 or fewer apps and for limited run time, but has paid tiers to support more demanding apps. You can deploy your app using a single button push from within RStudio.
  • Shiny server (On premises)