Appsilon / shiny.info

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

session info display #21

Closed jakubnowicki closed 4 years ago

jakubnowicki commented 4 years ago

Display information about the session (username, url, display ratio).

lintr-bot commented 4 years ago

R/session.R:33:1: style: Trailing whitespace is superfluous.

​  
^~

R/session.R:37:1: style: Trailing whitespace is superfluous.

​  
^~

R/session.R:44:1: style: Trailing whitespace is superfluous.

​  
^~

R/session.R:48:1: style: Trailing whitespace is superfluous.

​  
^~

R/session.R:50:1: style: Trailing whitespace is superfluous.

​  
^~

R/value.R:12:8: style: Use <-, not =, for assignment.

​  type = paste0("value-", sample(1:1000000, 1))
       ^