Skip to content

Commit

Permalink
Remove loe dependency (no longer used)
Browse files Browse the repository at this point in the history
  • Loading branch information
deto committed Jun 10, 2024
1 parent 8dc5c4e commit e89b5a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: VISION
Title: Functional interpretation of single cell RNA-seq latent manifolds
Version: 3.0.1
Version: 3.0.2
Authors@R: c(person("Matt", "Jones", email = "[email protected]", role = c("aut", "cre")),
person("David", "Detomaso", email = "[email protected]", role = c("aut", "cre")),
person("Tal", "Ashuach", email = "[email protected]", role = c("aut")),
Expand All @@ -16,7 +16,6 @@ Imports:
igraph,
irlba,
jsonlite,
loe,
logging,
parallel,
pbmcapply (>= 1.3.1),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ exportMethods(viewResults)
import(Matrix)
import(Rcpp)
import(ape)
import(loe)
import(logging)
import(methods)
import(reticulate)
Expand Down
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' @import Rcpp
#' @importFrom Rcpp evalCpp sourceCpp
#' @import methods
#' @import loe
#' @import Matrix
#' @import ape
#' @import reticulate
Expand Down

0 comments on commit e89b5a8

Please sign in to comment.