Cambio de carga de librerías.
This commit is contained in:
+5
-2
@@ -1,8 +1,8 @@
|
|||||||
library(shiny)
|
library(shiny)
|
||||||
library(ggplot2)
|
# library(ggplot2)
|
||||||
library(reshape2)
|
library(reshape2)
|
||||||
library(openxlsx)
|
library(openxlsx)
|
||||||
library(dplyr)
|
# library(dplyr)
|
||||||
library(car)
|
library(car)
|
||||||
library(ggbeeswarm)
|
library(ggbeeswarm)
|
||||||
library(gtools)
|
library(gtools)
|
||||||
@@ -11,6 +11,9 @@ source("../../funcions.R")
|
|||||||
library(survminer)
|
library(survminer)
|
||||||
library(survival)
|
library(survival)
|
||||||
library(plotrix)
|
library(plotrix)
|
||||||
|
library(tidyverse)
|
||||||
|
library(ggpubr)
|
||||||
|
library(rstatix)
|
||||||
|
|
||||||
# Define UI for application
|
# Define UI for application
|
||||||
ui <- fluidPage(
|
ui <- fluidPage(
|
||||||
|
|||||||
Reference in New Issue
Block a user