-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.02 KB
/
DESCRIPTION
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
Package: coconat
Type: Package
Title: Core Connectomics Utilities for the Natverse
Version: 0.1.2
Authors@R: c(person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "jefferis@gmail.com",
comment = c(ORCID = "0000-0002-0587-9355")))
Description: Provides data source agnostic utility functions to support
analysis of connectomics data by the Neuroanatomy Toolbox (natverse)
suite of packages.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
bit64,
checkmate,
glue,
Matrix,
grDevices,
stats
Suggests:
covr,
spelling,
testthat (>= 3.0.0),
ComplexHeatmap,
InteractiveComplexHeatmap,
kableExtra,
shiny,
knitr,
rmarkdown,
dplyr,
dendroextras
Language: en-GB
Config/testthat/edition: 3
URL: https://github.com/natverse/coconat,
http://natverse.org/coconat/
BugReports: https://github.com/natverse/coconat/issues
biocViews: Software
VignetteBuilder: knitr