forked from natverse/fafbseg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
96 lines (96 loc) · 1.99 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
Type: Package
Package: fafbseg
Title: Support Functions for Analysis of FAFB EM Segmentation
Version: 0.10.0
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,
clipr,
curl,
data.table,
dplyr,
httr,
igraph,
jsonlite,
magrittr,
memoise (>= 2.0),
nabor,
nat.templatebrains,
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,
arrow,
glue,
lubridate,
purrr,
tidyr,
fs
VignetteBuilder:
knitr
Remotes:
jefferis/fafbsegdata,
natverse/nat,
natverse/rcatmaid,
natverse/nat.h5reg,
natverse/nat.templatebrains
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.2