forked from natverse/elmr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.03 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
Package: elmr
Type: Package
Title: Support for working with light and electron microscopy fly brain data
Version: 0.4.2
Authors@R: person("Gregory","Jefferis", email="[email protected]", role = c("aut", "cre"))
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
LazyData: TRUE
Depends:
R (>= 2.10),
nat.flybrains,
nat.nblast,
catmaid (>= 0.7.2)
Imports:
nat (>= 1.8.8),
rgl,
nat.templatebrains (>= 0.8),
nabor,
igraph (>= 1.0),
Morpho,
stringr,
httr,
jsonlite,
plyr,
dplyr
RoxygenNote: 6.0.1
Suggests:
flycircuit,
foreach,
doParallel,
testthat,
knitr,
rmarkdown
URL: https://github.com/jefferis/elmr
BugReports: https://github.com/jefferis/elmr/issues
Remotes: jefferis/nat,
jefferislab/nat.templatebrains,
jefferislab/nat.flybrains,
jefferis/rcatmaid,
jefferis/flycircuit
VignetteBuilder: knitr