From 8e2b97643ecc61cb91fad264863ee4d244ab6965 Mon Sep 17 00:00:00 2001 From: yihangx Date: Fri, 3 Nov 2023 16:32:28 -0700 Subject: [PATCH] remove uchardet --- DESCRIPTION | 2 +- NAMESPACE | 1 - R/RCy3-notebook.R | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 18a93443..ff652829 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Authors@R: c(person("Alex", "Pico", role = c("aut","cre"), person("Yihang", "Xin", role = "ctb", email = "xinsg0@gmail.com") ) -Imports: httr, methods, RJSONIO, XML, utils, BiocGenerics, stats, graph, fs, uuid, uchardet, glue, RCurl, base64url, base64enc, IRkernel, IRdisplay, RColorBrewer, gplots +Imports: httr, methods, RJSONIO, XML, utils, BiocGenerics, stats, graph, fs, uuid, glue, RCurl, base64url, base64enc, IRkernel, IRdisplay, RColorBrewer, gplots Suggests: BiocStyle, knitr, rmarkdown, igraph, grDevices SystemRequirements: Cytoscape (>= 3.7.1), CyREST (>= 3.8.0) Description: Vizualize, analyze and explore networks using Cytoscape via R. Anything you can do using the graphical user interface of Cytoscape, you can now do with a single RCy3 function. diff --git a/NAMESPACE b/NAMESPACE index b44cdc46..5aa1ba85 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -421,7 +421,6 @@ import(RCurl) import(RJSONIO) import(base64enc) import(httr) -import(uchardet) import(uuid) importFrom(BiocGenerics,cbind) importFrom(BiocGenerics,colnames) diff --git a/R/RCy3-notebook.R b/R/RCy3-notebook.R index 92b87f4f..73ccc641 100644 --- a/R/RCy3-notebook.R +++ b/R/RCy3-notebook.R @@ -109,7 +109,6 @@ getBrowserClientJs<-function(){ #' doRequestRemote() #' } #' @import httr -#' @import uchardet #' @importFrom RJSONIO fromJSON toJSON isValidJSON #' @export doRequestRemote<-function(method, qurl, qbody=NULL, headers=NULL){