Type: Package Package: natcpp Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox' Version: 0.3.0 Authors@R: person(given = "Gregory", family = "Jefferis", role = c("aut", "cre"), email = "jefferis@gmail.com", 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, 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, RcppThread Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB RoxygenNote: 7.3.3 Repository: https://natverse.r-universe.dev Date/Publication: 2026-07-03 07:41:33 UTC RemoteUrl: https://github.com/natverse/natcpp RemoteRef: HEAD RemoteSha: 6bc47f7b48610115449b8b77dcb0f80c616ff0f8 NeedsCompilation: yes Packaged: 2026-07-03 08:08:55 UTC; root Author: Gregory Jefferis [aut, cre] (ORCID: ) Maintainer: Gregory Jefferis