| knitr::opts_chunk$set(eval = FALSE) | knitr::opts_chunk$set(eval = FALSE) | ||||
| github_sha_link <- function(sha) { | github_sha_link <- function(sha) { | ||||
| glue::glue("") | |||||
| glue::glue("[{sha}](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/{sha})") | |||||
| } | } | ||||
| ``` | ``` | ||||
| ## Setup a folder for our app inside the frappeCharts package | ## Setup a folder for our app inside the frappeCharts package | ||||
| `r github_sha_link("63174e128861b0dbc9d77c2e35ad88e1853aa0be")` | |||||
| Create the directory `inst/shiny-input-app` and add `app.R` and `typing.js`. | Create the directory `inst/shiny-input-app` and add `app.R` and `typing.js`. | ||||
| ```{r} | ```{r} |