-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
64 lines (64 loc) · 1.64 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
60
61
62
63
64
Type: Package
Package: catmaid
Title: R access to the API for the CATMAID web image annotation
tool
Version: 0.10.1
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "jefferis@gmail.com",
comment = c(ORCID = "0000-0002-0587-9355")),
person(given = "Sridhar",
family = "Jagannathan",
role = "ctb",
email = "j.sridharrajan@gmail.com",
comment = c(ORCID = "0000-0002-2078-1145")),
person(given = "Alex",
family = "Bates",
role = "ctb",
email = "abates@mrc-lmb.cam.ac.uk",
comment = c(ORCID = "0000-0002-1195-0445")))
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Description: This package provide access to the API exposed
by the CATMAID (C ollaborative A nnotation T oolkit for M assive A
mounts of I mage D ata) web tool. This includes a bridge to the
neuroanatomy toolbox (R package nat), thereby allowing analysis and
visualisation of neuronal skeletons.
License: GPL-3
URL: https://github.com/jefferis/rcatmaid
BugReports: https://github.com/jefferis/rcatmaid/issues
Depends:
httr,
nat (>= 1.8.12.9000),
R (>= 2.15.1)
Imports:
checkmate,
dplyr,
grDevices,
jsonlite,
lubridate,
magrittr,
nabor,
plyr,
reshape2,
rgl,
rlang,
xml2,
utils
Suggests:
httptest,
knitr,
nat.nblast,
rmarkdown,
spelling,
testthat,
plotly
VignetteBuilder:
knitr
Remotes:
natverse/nat,
natverse/nat.nblast
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.1.2