-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
101 lines (101 loc) · 2.1 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Type: Package
Package: fafbseg
Title: Support Functions for Analysis of FAFB EM Segmentation
Version: 0.15.2
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0587-9355")),
person(given = "Sridhar",
family = "Jagannathan",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2078-1145")),
person(given = "Alexander",
family = "Bates",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1195-0445")))
Description: Functions that read some of the raw data formats
produced by Google electron microscopy segmentation tools as displayed
by 'neuroglancer' and then allow basic 3D visualisation and analysis.
License: GPL-3
URL: https://github.com/natverse/fafbseg
BugReports: https://github.com/natverse/fafbseg/issues
Depends:
nat (>= 1.10.4)
Imports:
catmaid,
checkmate,
cli,
clipr,
curl,
data.table,
dplyr,
httr,
igraph,
jsonlite,
magrittr,
memoise (>= 2.0),
nabor,
nat.templatebrains (> 1.0.0),
nat.utils (>= 0.6.1),
pbapply,
progress,
rappdirs,
readr,
rgl,
rlang,
stringr,
tools,
utils,
usethis,
zip (>= 2.0),
withr,
tibble,
bit64,
digest,
Matrix,
methods
Suggests:
covr,
dracor,
fafbsegdata,
knitr,
nat.h5reg,
readobj,
reticulate,
rmarkdown,
spelling,
testthat,
RcppMsgPack,
httptest,
mockery,
RSQLite,
dbplyr,
ggplot2,
brotli,
cachem (>= 1.0.7),
arrow,
glue,
lubridate,
purrr,
tidyr,
fs,
fastmap,
git2r
VignetteBuilder:
knitr
Remotes:
jefferis/fafbsegdata,
natverse/nat,
catmaid=natverse/rcatmaid,
natverse/nat.h5reg,
natverse/nat.templatebrains,
natverse/nat.utils
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2