Ian Lyttle
Ian Lyttle
According to @yihui (whom I hope to ask to review the eventual implementation), the best way to to this will involve three steps: - [ ] preprocessor to "protect" MathJax...
maybe it's best to defer to `shiny::includeMarkdown()`, as raised in #24
not actually done
this can be taken-care-of with the (forthcoming) srlze package
So... the srlze package never went anywhere. Instead, in `set_attr()`, we could make a `Period` method, then coerce to duration...
Also, could **lubridate** become a `Suggets`?
Popovers have to be initialized - this is done by `use_bs_popover()`. The problem here is that the server is adding another popover *after* the popovers have been initialized. I'll have...
Here's a workaround: ```r library(shiny) library(bsplus) library(tidyverse) shinyApp( ui = basicPage( use_bs_popover(), titlePanel("REPREX"), textInput("txt1", "Enter the text to display below:") %>% shinyInput_label_embed( shiny_iconlink() %>% bs_embed_popover( title = "Works", content =...
Consider using the [ids](https://richfitz.github.io/ids/articles/ids.html) package, perhaps `ids::proquint(2, 4)`.