-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.34 KB
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.34 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
Type: Package
Package: natcpp
Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Version: 0.3.2.9000
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "jefferis@gmail.com",
comment = c(ORCID = "0000-0002-0587-9355")),
person(given = "libigl contributors",
role = c("ctb", "cph"),
comment = "bundled libigl fast winding number code (MPL-2.0); see src/vendor/README.md"))
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, https://natverse.org/natcpp/
BugReports: https://github.com/natverse/natcpp/issues
Imports:
Matrix,
methods,
Rcpp (>= 1.0.6)
Suggests:
spelling,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppEigen,
RcppThread
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Config/roxygen2/version: 8.1.0