Appsilon / shiny.info

Display simple diagnostic info of your Shiny app
https://appsilon.github.io/shiny.info/
Other
61 stars 8 forks source link

8 placing more than one box #14

Closed mdubel closed 5 years ago

mdubel commented 5 years ago

Fixes problem with same ID described in #8 even for boxes placed in different corners. Second issue with overlapping boxes I consider as separated issue and will be fixed with another PR.

lintr-bot commented 5 years ago

R/display.R:60:49: style: Put spaces around all infix operators.

​  display(p("Powered by ", a(href = link, target="_blank", company_name)), position, type = "powered_by")
                                               ~^~
mdubel commented 5 years ago

Solved in more general PR: https://github.com/Appsilon/shiny.info/pull/15