Skip to content

Commit

Permalink
remove link to live demo because shinyapps.io URLs do not always work…
Browse files Browse the repository at this point in the history
… with CRAN's URL checking; use a verbatim URL instead
  • Loading branch information
yihui committed Jun 1, 2021
1 parent 1f6361a commit 08fbd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/formatR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Two applications of `tidy_source()`:
# 3. The Graphical User Interface
If the **shiny** packages has been installed, the function `tidy_app()` can
launch a Shiny app to reformat R code like this ([live
demo](https://yihui.shinyapps.io/formatR/)):
launch a Shiny app to reformat R code like this (live demo at
`https://yihui.shinyapps.io/formatR/`):
``` {.r}
formatR::tidy_app()
Expand Down

0 comments on commit 08fbd36

Please sign in to comment.