From 27ce380ebbf0064a0798df15aa9bd53e51bc4e4f Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Tue, 22 Feb 2022 14:22:04 +0100 Subject: [PATCH] =?UTF-8?q?Cambio=20de=20carga=20de=20librer=C3=ADas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- invivos/app.R | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/invivos/app.R b/invivos/app.R index 07fc334..bdbe4fe 100644 --- a/invivos/app.R +++ b/invivos/app.R @@ -1,8 +1,8 @@ library(shiny) -library(ggplot2) +# library(ggplot2) library(reshape2) library(openxlsx) -library(dplyr) +# library(dplyr) library(car) library(ggbeeswarm) library(gtools) @@ -11,6 +11,9 @@ source("../../funcions.R") library(survminer) library(survival) library(plotrix) +library(tidyverse) +library(ggpubr) +library(rstatix) # Define UI for application ui <- fluidPage(