-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.05 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
Type: Package
Package: natcpp
Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Version: 0.1.1
Authors@R:
person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0587-9355"))
Description: Fast functions implemented in C++ via 'Rcpp' to support the
'NeuroAnatomy Toolbox' ('nat') ecosystem. These functions provide large
speed-ups for basic manipulation of neuronal skeletons over pure R
functions found in the 'nat' package. The expectation is that end
users will not use this package directly, but instead the 'nat'
package will automatically use routines from this package when it is
available to enable large performance gains.
License: GPL (>= 3)
URL: https://github.com/natverse/natcpp
BugReports: https://github.com/natverse/natcpp/issues
Imports:
Rcpp (>= 1.0.6)
Suggests:
spelling,
testthat (>= 3.0.0)
LinkingTo:
Rcpp
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.1.2