Type: Package
Package: natcpp
Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Version: 0.1.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
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.1
NeedsCompilation: yes
Packaged: 2021-07-12 18:45:16 UTC; jefferis
Author: Gregory Jefferis [aut, cre] (<https://orcid.org/0000-0002-0587-9355>)
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-13 14:50:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 01:40:47 UTC; windows
Archs: x64
