Roman
Roman
The same here. ``` sessionInfo() R version 3.6.1 (2019-07-05) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252...
of course.... (sorry the first version was really buggy. Now the app should demonstrate my problem) ``` library(shiny) library(shinydashboard) library(shinydashboardPlus) library(shinyauthr) library(tidyverse) user_base
I was running into the same problem using RInno_1.0.1 from Cran (e.g. `install.packages(RInno)`) . I had to replace the 3 with the 4 in the `trace(RInno::get_R,edit=T)` but also in the...
try `htmlOutput` instead of the textOutput.