-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
59 lines (59 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Type: Package
Package: elmr
Title: Support for working with light and electron microscopy
fly brain data
Version: 0.6
Authors@R:
person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "jefferis@gmail.com",
comment = c(ORCID = "0000-0002-0587-9355"))
Description: Provides tools to move between adult brain EM and
light level data, emphasising the interaction between the CATMAID web
application and the R Neuroanatomy Toolbox package.
License: GPL-3
URL: https://github.com/natverse/elmr
BugReports: https://github.com/natverse/elmr/issues
Depends:
catmaid (>= 0.7.2),
nat.flybrains,
nat.nblast,
R (>= 2.10)
Imports:
dplyr,
httr,
igraph (>= 1.0),
jsonlite,
Morpho,
nabor,
nat (>= 1.10.0),
nat.templatebrains (>= 0.8),
plyr,
rgl,
remotes,
fafbseg,
stringr
Suggests:
alphashape3d,
doParallel,
flycircuit,
foreach,
knitr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
Remotes:
natverse/flycircuit,
catmaid=natverse/rcatmaid,
natverse/nat.flybrains,
natverse/nat.templatebrains,
natverse/nat,
natverse/nat.nblast,
natverse/fafbseg
Encoding: UTF-8
Language: en-GB
LazyData: TRUE
RoxygenNote: 7.2.3