-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
79 lines (79 loc) · 1.78 KB
/
Copy pathDESCRIPTION
File metadata and controls
79 lines (79 loc) · 1.78 KB
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
Type: Package
Package: crantr
Title: R Client Access to Clonal Raider ANT (CRANT) Datasets
Version: 0.2.0
Date: 2026-02-16
Author: Alexander Bates [aut, cre] (<https://orcid.org/0000-0002-1195-0445>)
Maintainer: Alexander Bates <alexander.shakeel.bates@gmail.com>
Authors@R:
c(person(given = "Alexander",
family = "Bates",
role = c("aut", "cre"),
email = "alexander.shakeel.bates@gmail.com",
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.15.12),
nat.flybrains,
bancr
Imports:
dplyr,
nat,
rgl,
bit64,
httr,
jsonlite,
pbapply,
cli,
magrittr,
glue,
checkmate,
utils,
reticulate,
malevnc,
knitr,
rlang (>= 0.4.0),
memoise,
stringr,
nabor,
nat.ggplot,
withr
Suggests:
fancr,
readr,
nat.templatebrains,
testthat (>= 3.0.0),
readobj,
Rvcg,
Morpho,
usethis,
rmarkdown,
spelling,
grDevices,
plyr,
coconat
Remotes:
natverse/nat,
natverse/fafbseg,
natverse/nat.flybrains,
natverse/nat.templatebrains,
natverse/malevnc,
flyconnectome/fancr,
flyconnectome/bancr,
natverse/coconat,
natverse/nat.ggplot,
tidyverse/ggplot2
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyDataCompression: xz
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3