-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.5 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
Type: Package
Package: crantr
Title: R Client Access to Clonal Raider ANT (CRANT) Datasets
Version: 0.1.0
Date: 2024-10-01
Authors@R:
c(person(given = "Alexander",
family = "Bates",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1195-0445")))
Description: Access to the Clonal Raider ANT (CRANT) EM datasets, starting with CRANTb and focussing on support for
autosegmentation. Organised as a wrapper around the fafbseg and bancr
packages.
License: GPL-3
URL: https://github.com/flyconnectome/crantr, https://flyconnectome.github.io/crantr/
BugReports: https://github.com/flyconnectome/crantr/issues
Depends:
R (>= 3.5.0),
fafbseg (>= 0.14.1.9200),
nat.flybrains,
bancr
Imports:
dplyr,
nat,
rgl,
bit64,
httr,
jsonlite,
pbapply,
magrittr,
glue,
checkmate,
utils,
reticulate,
malevnc,
knitr,
rlang (>= 0.4.0)
Suggests:
fancr,
readr,
nat.templatebrains,
testthat (>= 3.0.0),
readobj,
Rvcg,
Morpho,
usethis,
rmarkdown,
spelling,
grDevices,
plyr
Remotes:
natverse/nat,
natverse/fafbseg,
natverse/nat.flybrains,
natverse/nat.templatebrains,
natverse/malevnc,
flyconnectome/fancr,
flyconnectome/bancr,
tidyverse/ggplot2
Config/testthat/edition: 3
LazyDataCompression: xz
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2