Pearl
Pearl
Hi all, I have the same problem. I am trying to use GDCquery, GDCdownload to some pathology images of TCGA-BRCA project. Even my version is TCGAbiolinks_2.19.0 (the latest version from...
Hi Lilin, It works well. Thanks for your kind help! Kind regards, Birong
Try "centrality.plotting = F". It removes the sample size of x-axis, but it also removes the label of the mean
Dear all, I guess it seems to be a compatibility issue. I exited R, re-library some packages, and now it works.
No. I just quit R, then reopen it and library() those packages again.
> What do you mean with re-library? Did you deleted all packes and re-installed it? Cause I have the same issue using bs4Dash which adds extra feautures, like footer but...
> Can you run this one? ``` library(shiny) library(shinydashboard) library(shinydashboardPlus) shinyApp( ui = dashboardPage( header = dashboardHeader(), sidebar = dashboardSidebar(), body = dashboardBody(), footer = dashboardFooter( left = "By Divad...
> But any knowledge about the theory behind it? Cause I guess I worked too long in the same project, though I always thought to kill R entirely bij closing...