Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/remove-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbaldry committed Jul 23, 2024
2 parents 7944302 + 144702b commit a34cc61
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions inst/examples-shiny/01_boxes/app.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<<< HEAD:inst/examples-shiny/01_boxes/app.R
library(bslib)
library(shiny)
library(shiny.destroy)
Expand Down Expand Up @@ -57,3 +58,28 @@ server <- function(input, output, session) {
}

shinyApp(ui, server)
========
---
title: "Example Application"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Example Application}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}

```

```{r, eval = FALSE}

```
>>>>>>>> origin/main:vignettes/example.Rmd

0 comments on commit a34cc61

Please sign in to comment.