Skip to content

Commit

Permalink
urlchecker::url_check() ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Apr 13, 2021
1 parent 5b5d6a2 commit c0981ee
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion R/browser_button.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Insert an hidden browser button
#'
#' See \url{https://rtask.thinkr.fr/blog/a-little-trick-for-debugging-shiny/} for more context.
#' See \url{https://rtask.thinkr.fr/a-little-trick-for-debugging-shiny/} for more context.
#'
#' @return Prints the code to the console.
#' @export
Expand Down
19 changes: 10 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![Travis build status](https://travis-ci.org/ThinkR-open/golem.svg?branch=master)](https://travis-ci.org/ThinkR-open/golem) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ThinkR-open/golem?branch=master&svg=true)](https://ci.appveyor.com/project/ThinkR-open/golem) [![Coverage status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/golem?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/golem)](https://cran.r-project.org/package=golem)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![Travis build status](https://travis-ci.org/ThinkR-open/golem.svg?branch=master)](https://travis-ci.org/ThinkR-open/golem) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ThinkR-open/golem?branch=master&svg=true)](https://ci.appveyor.com/project/ThinkR-open/golem) [![Coverage status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/golem?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/golem)](https://cran.r-project.org/package=golem)

<!-- badges: end -->

Expand All @@ -44,8 +44,8 @@ This package is part of a series of tools for Shiny, which includes:

*Building Big Shiny Apps*

- Part 1: <https://rtask.thinkr.fr/blog/building-big-shiny-apps-a-workflow-1/>
- Part 2: <https://rtask.thinkr.fr/blog/building-big-shiny-apps-a-workflow-2/>
- Part 1: <https://rtask.thinkr.fr/building-big-shiny-apps-a-workflow-1/>
- Part 2: <https://rtask.thinkr.fr/building-big-shiny-apps-a-workflow-2/>

### Slide decks

Expand All @@ -59,24 +59,25 @@ This package is part of a series of tools for Shiny, which includes:
- [Hands-on demonstration of {golem}](https://shinydevseries.com/post/golem-demo/)
- useR! 2019 : [A Framework for Building Robust & Production Ready Shiny Apps](https://youtu.be/tCAan6smrjs)
- `r emo::flag("France")` [Introduction to {golem}](https://youtu.be/6qI4NzxlAFU)
- rstudio::conf(2020) : [Production-grade Shiny Apps with golem](https://resources.rstudio.com/rstudio-conf-2020/production-grade-shiny-apps-with-golem-colin-fay)
- rstudio::conf(2020) : [Production-grade Shiny Apps with golem](https://www.rstudio.com/resources/rstudioconf-2020/production-grade-shiny-apps-with-golem/)

### Cheatsheet

- [{golem} cheatsheet](https://thinkr.fr/golem_cheatsheet_v0.1.pdf)

### Examples apps

These are examples from the community. Please note that they may not necessarily be written in a canonical fashion and may have been written with different versions of {golem} or {shiny}.
These are examples from the community. Please note that they may not necessarily be written in a canonical fashion and may have been written with different versions of `{golem}` or `{shiny}`.

- <https://github.com/seanhardison1/vcrshiny>
- [Link to hosted version](http://seanhardison.shinyapps.io/vcrshiny/)
- <https://github.com/CDU-data-science-team/healthcareSPC>
- [Link to hosted version](https://involve.nottshc.nhs.uk:8443/open_healthcare_spc/)
- <https://github.com/marton-balazs-kovacs/tenzing>
- [Link to hosted version](https://martonbalazskovacs.shinyapps.io/tenzing/)
- <https://github.com/shahreyar-abeer/cranstars>
- [Link to hosted version](https://shahreyar-abeer.shinyapps.io/cranstars/)

You can also find apps at:

- <https://connect.thinkr.fr/connect/>
- <https://github.com/ColinFay/golemexamples>

## Installation

Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- badges: start -->

[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Travis build
status](https://travis-ci.org/ThinkR-open/golem.svg?branch=master)](https://travis-ci.org/ThinkR-open/golem)
[![AppVeyor build
Expand Down Expand Up @@ -40,9 +40,9 @@ This package is part of a series of tools for Shiny, which includes:
*Building Big Shiny Apps*

- Part 1:
<https://rtask.thinkr.fr/blog/building-big-shiny-apps-a-workflow-1/>
<https://rtask.thinkr.fr/building-big-shiny-apps-a-workflow-1/>
- Part 2:
<https://rtask.thinkr.fr/blog/building-big-shiny-apps-a-workflow-2/>
<https://rtask.thinkr.fr/building-big-shiny-apps-a-workflow-2/>

### Slide decks

Expand All @@ -64,7 +64,7 @@ This package is part of a series of tools for Shiny, which includes:
Shiny Apps](https://youtu.be/tCAan6smrjs)
- 🇫🇷 [Introduction to {golem}](https://youtu.be/6qI4NzxlAFU)
- rstudio::conf(2020) : [Production-grade Shiny Apps with
golem](https://resources.rstudio.com/rstudio-conf-2020/production-grade-shiny-apps-with-golem-colin-fay)
golem](https://www.rstudio.com/resources/rstudioconf-2020/production-grade-shiny-apps-with-golem/)

### Cheatsheet

Expand All @@ -74,20 +74,17 @@ This package is part of a series of tools for Shiny, which includes:

These are examples from the community. Please note that they may not
necessarily be written in a canonical fashion and may have been written
with different versions of {golem} or {shiny}.
with different versions of `{golem}` or `{shiny}`.

- <https://github.com/seanhardison1/vcrshiny>
- [Link to hosted
version](http://seanhardison.shinyapps.io/vcrshiny/)
- <https://github.com/CDU-data-science-team/healthcareSPC>
- [Link to hosted
version](https://involve.nottshc.nhs.uk:8443/open_healthcare_spc/)
- <https://github.com/marton-balazs-kovacs/tenzing>
- [Link to hosted
version](https://martonbalazskovacs.shinyapps.io/tenzing/)
- <https://github.com/shahreyar-abeer/cranstars>
- [Link to hosted
version](https://shahreyar-abeer.shinyapps.io/cranstars/)

You can also find apps at:

- <https://connect.thinkr.fr/connect/>
- <https://github.com/ColinFay/golemexamples>

## Installation

Expand Down
2 changes: 1 addition & 1 deletion man/browser_button.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/c_deploy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ run_app <- function(
```

This function might looks a little bit weird, but there's a long story behind it, and you can read more about it [there](https://rtask.thinkr.fr/blog/shinyapp-runapp-shinyappdir-difference/).
This function might looks a little bit weird, but there's a long story behind it, and you can read more about it [there](https://rtask.thinkr.fr/shinyapp-runapp-shinyappdir-difference/).

But long story short, this combination of `with_golem_options` & `golem_opts = list(...)` allows you to pass argument to the function to be used inside the application, from UI or from server side, which you can get with `get_golem_options()`.

Expand Down

0 comments on commit c0981ee

Please sign in to comment.