Appsilon / shiny.info

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

pass position in info panel #17

Closed jakubnowicki closed 4 years ago

jakubnowicki commented 4 years ago

Closes #16

Changed way of passing position argument in info_panel to avoid checking arguments of the parent function.

lintr-bot commented 4 years ago

R/busy.R:106:23: style: There should be a space between right parenthesis and an opening curly brace.

​        if (is_running){
                      ^~

R/panel.R:20:1: style: Variable and function name style should be snake_case.

​infoPanel <- function(..., position = "top right") {
^~~~~~~~~