-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
58 lines (58 loc) · 1.43 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
Package: neuprintr
Type: Package
Title: R Client Utilities for Interacting with the neuPrint Connectome Analysis Service
Version: 1.3.2.9000
Date: 2021-05-18
Authors@R: c(
person("Alexander", "Bates", email = "alexander.shakeel.bates@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1195-0445")),
person("Gregory", "Jefferis", email = "jefferis@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-0587-9355")),
person("Romain", "Franconville", role = c("aut"),
comment = c(ORCID = "0000-0002-4440-7297"))
)
Description: Access to the neuprint connectome analysis service, including
functions to fetch skeletons, synapses and ROIs, query connectivity data
and develop new low level queries.
License: GPL-3
LazyData: true
Suggests:
spelling,
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
Rvcg,
withr,
coconat (> 0.1.1)
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports:
httr,
jsonlite,
nabor,
igraph,
utils,
pbapply,
drvid,
nat (>= 1.9.2.9000),
readobj,
memoise,
dplyr,
bit64,
stringr,
tibble,
Matrix,
checkmate,
magrittr,
glue,
stats
Remotes:
natverse/drvid,
natverse/nat,
natverse/coconat
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.3
URL: https://natverse.org/neuprintr, https://github.com/natverse/neuprintr
BugReports: https://github.com/natverse/neuprintr/issues