Skip to content

Commit 1ff452f

Browse files
committed
Add instructions for 156-subapps
1 parent 49bb530 commit 1ff452f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

156-subapps/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Test for https://github.com/rstudio/shiny/issues/2385
2+
3+
Run this test using `rmarkdown::run("index.Rmd")`. If you're running R from the terminal (not RStudio), you'll need to make sure that the `RSTUDIO_PANDOC` environment variable is defined, or that pandoc is on your system path. On Mac, it's like this:
4+
5+
```
6+
RSTUDIO_PANDOC=/Applications/RStudio.app/Contents/MacOS/pandoc R --quiet -e 'rmarkdown::run("index.Rmd", shiny_args = list(launch.browser=TRUE))'
7+
```

0 commit comments

Comments
 (0)