-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: influencer
Title: R Tools for Connectome Influence Analysis
Version: 0.1.0
Date: 2025-08-05
Author: Alexander Bates [aut, cre] (<https://orcid.org/0000-0002-1195-0445>)
Maintainer: Alexander Bates <alexander.shakeel.bates@gmail.com>
Authors@R:
c(person(given = "Alexander",
family = "Bates",
role = c("aut", "cre"),
email = "alexander.shakeel.bates@gmail.com",
comment = c(ORCID = "0000-0002-1195-0445")))
Description: Tools for calculating influence scores of neurons in connectomes
using linear dynamical models. Provides both R implementations and Python
wrappers for the ConnectomeInfluenceCalculator library.
License: GPL-3
URL: https://natverse.github.io/influencer, https://github.com/natverse/influencer
BugReports: https://github.com/natverse/influencer/issues
Depends:
R (>= 3.5.0)
Imports:
Matrix,
RSpectra,
reticulate,
dplyr,
magrittr,
tibble,
RSQLite,
DBI,
R6,
digest,
rlang
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr,
ggplot2,
devtools
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr