Skip to content

Commit

Permalink
remove uchardet
Browse files Browse the repository at this point in the history
  • Loading branch information
yihangx committed Nov 3, 2023
1 parent beda46c commit 8e2b976
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ import(RCurl)
import(RJSONIO)
import(base64enc)
import(httr)
import(uchardet)
import(uuid)
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,colnames)
Expand Down
1 change: 0 additions & 1 deletion R/RCy3-notebook.R
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 8e2b976

Please sign in to comment.