-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.29 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
Type: Package
Package: fancr
Title: Support Access to the Female Adult Nerve Cord (FANC) Dataset
Version: 0.5.1
Authors@R:
person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0587-9355"))
Description: Access to the FANC EM dataset, focussing on support for
autosegmentation. Organised as a thin wrapper around the fafbseg
package.
License: GPL-3
URL: https://github.com/flyconnectome/fancr, https://flyconnectome.github.io/fancr/
BugReports: https://github.com/flyconnectome/fancr/issues
Depends:
R (>= 2.10),
fafbseg (>= 0.15.0),
nat.flybrains
Imports:
nat,
nat.templatebrains,
bit64,
httr,
jsonlite,
pbapply,
dplyr,
checkmate,
utils
Suggests:
testthat (>= 3.0.0),
reticulate,
readobj,
Rvcg,
usethis,
rmarkdown,
spelling,
arrow,
knitr,
nat.nblast,
Morpho
Remotes:
natverse/nat,
natverse/nat.nblast,
natverse/fafbseg,
natverse/nat.flybrains,
natverse/nat.templatebrains
Config/testthat/edition: 3
Config/Needs/website:
knitr,
nat.nblast
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr