Skip to content

Commit 0de1c08

Browse files
authored
Merge pull request #132 from YosefLab/remove-loe
Remove loe dependency (no longer used)
2 parents 8dc5c4e + e89b5a8 commit 0de1c08

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: VISION
22
Title: Functional interpretation of single cell RNA-seq latent manifolds
3-
Version: 3.0.1
3+
Version: 3.0.2
44
Authors@R: c(person("Matt", "Jones", email = "mattjones315@gmail.com", role = c("aut", "cre")),
55
person("David", "Detomaso", email = "david.detomaso@berkeley.edu", role = c("aut", "cre")),
66
person("Tal", "Ashuach", email = "tal_ashuach@berkeley.edu", role = c("aut")),
@@ -16,7 +16,6 @@ Imports:
1616
igraph,
1717
irlba,
1818
jsonlite,
19-
loe,
2019
logging,
2120
parallel,
2221
pbmcapply (>= 1.3.1),

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ exportMethods(viewResults)
6464
import(Matrix)
6565
import(Rcpp)
6666
import(ape)
67-
import(loe)
6867
import(logging)
6968
import(methods)
7069
import(reticulate)

R/zzz.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#' @import Rcpp
1313
#' @importFrom Rcpp evalCpp sourceCpp
1414
#' @import methods
15-
#' @import loe
1615
#' @import Matrix
1716
#' @import ape
1817
#' @import reticulate

0 commit comments

Comments
 (0)