Veerle van Leemput
Veerle van Leemput
Hi, I'm looking for a workaround to display another text when only one value is selected. `count` and `count > x` currently only work when more than 1 value is...
Did anybody else experience that sending an email with `smpt_send` causes the R session to freeze? The first time it often goes right and it takes 2 seconds to get...
We could add an `auto_detect` argument to `build_js`, that will auto discover the entry points in a given folder (or in the default `srcjs`). Currently when you're doing component based...
The resulting dependency functions of `create_custom_dependency` are not that convenient to work with if you want to add other HTML dependencies that are not in your package, like font awesome....
Would be nice if there's a first check to see if the `license` argument is provided in `create_charpente()`, otherwise you end up with a half-complete package. Simple fix: ``` if(missing(license))...
Hi @saiemgilani, Currently some of the functions break because there's no 2024 data in [sportsdataverse-data](https://github.com/sportsdataverse/sportsdataverse-data). For example: ``` > wnba_pbp
@DivadNojnarg To do: - [x] fix #260 - [x] bump version number - [x] Replace shinylive links (see https://github.com/posit-dev/shinylive/issues/131#issuecomment-2134921248). - [x] bump version number JS dist folder
See second progress bar: ``` library(shiny) library(shinyMobile) app
`charpente_options(bundle = TRUE)` should be `charpente_options(local = FALSE)`. But both `local = TRUE` and `local = FALSE` will work though.