-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
85 lines (85 loc) · 1.83 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
Type: Package
Package: bancr
Title: R Client Access to the Brain And Nerve Cord (BANC) Dataset
Version: 0.1.0
Date: 2024-07-11
Authors@R:
c(person(given = "Alexnder",
family = "Bates",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1195-0445")),
person(given = "Gregory",
family = "Jefferis",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0587-9355")))
Description: Access to the BANC 'righty' EM dataset, focussing on support for
BANC autosegmentation. Organised as a wrapper around the fafbseg
package.
License: GPL-3
URL: https://github.com/flyconnectome/bancr, https://flyconnectome.github.io/bancr/
BugReports: https://github.com/flyconnectome/bancr/issues
Depends:
R (>= 3.5.0),
fafbseg (>= 0.14.1.9200),
nat.flybrains
Imports:
fancr,
nat,
nat.templatebrains,
malevnc,
rlang,
rgl,
bit64,
httr,
httr2,
jsonlite,
pbapply,
dplyr,
magrittr,
glue,
DBI,
RSQLite,
readr,
checkmate,
utils,
reticulate,
ggplot2 (>= 3.5),
stringr,
memoise
Suggests:
testthat (>= 3.0.0),
readobj,
Rvcg,
Morpho,
usethis,
rmarkdown,
spelling,
arrow,
ggnewscale (>= 0.4.10.9000),
ggpubr,
catmaid,
grDevices,
nabor,
fs,
purrr,
plyr
Remotes:
natverse/nat,
natverse/fafbseg,
natverse/nat.flybrains,
natverse/nat.templatebrains,
catmaid=natverse/rcatmaid,
natverse/malevnc,
flyconnectome/fancr,
kassambara/ggpubr,
tidyverse/ggplot2,
eliocamp/ggnewscale
Config/testthat/edition: 3
LazyDataCompression: xz
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2