From dcbf4f8b9d90b5cbfb439d2916d25f2644095aa4 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Wed, 6 Apr 2022 12:32:41 +0200 Subject: [PATCH] =?UTF-8?q?Canvi=20en=20l'ordre=20de=20les=20depend=C3=A8n?= =?UTF-8?q?cies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BDAccess/app.R | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/BDAccess/app.R b/BDAccess/app.R index effed10..77225cb 100644 --- a/BDAccess/app.R +++ b/BDAccess/app.R @@ -1,17 +1,15 @@ library(shiny) library(rhandsontable) -library(tidyverse) -library(reshape2) -library(Matrix) -library(CitFuns) -library(BDCIT) library(openCyto) library(flowCore) library(flowWorkspace) library(CytoML) library(ggcyto) - -filter<-dplyr::filter +library(reshape2) +library(Matrix) +library(CitFuns) +library(BDCIT) +library(tidyverse) print(getwd()) source("../sqlFunctions.R", encoding = "UTF-8")