Skip to content

Commit c981f92

Browse files
authored
Merge pull request #225 from molecules/patch-1
Add sf as weak dependency as suggested by sp package
2 parents 311ef43 + 20e180a commit c981f92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nichenetr
22
Type: Package
33
Title: NicheNet: Modeling Intercellular Communication by Linking Ligands to Target Genes
4-
Version: 2.0.2
4+
Version: 2.0.3
55
Authors@R: c(person("Robin", "Browaeys", role = c("aut")),
66
person("Chananchida", "Sang-aram", role = c("aut", "cre"), email = "chananchida.sangaram@ugent.be"))
77
Description: This package allows you the investigate intercellular communication from a computational perspective. More specifically, it allows to investigate how interacting cells influence each other's gene expression. Functionalities of this package (e.g. including predicting extracellular upstream regulators and their affected target genes) build upon a probabilistic model of ligand-target links that was inferred by data-integration.
@@ -53,5 +53,6 @@ Suggests:
5353
mco,
5454
parallel,
5555
covr,
56-
tidyverse
56+
tidyverse,
57+
sf
5758
VignetteBuilder: knitr

0 commit comments

Comments
 (0)