Package: natcpp 0.1.1
natcpp: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
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.
Authors:
natcpp_0.1.1.tar.gz
natcpp_0.1.1.zip(r-4.5)natcpp_0.1.1.zip(r-4.4)natcpp_0.1.1.zip(r-4.3)
natcpp_0.1.1.tgz(r-4.4-x86_64)natcpp_0.1.1.tgz(r-4.4-arm64)natcpp_0.1.1.tgz(r-4.3-x86_64)natcpp_0.1.1.tgz(r-4.3-arm64)
natcpp_0.1.1.tar.gz(r-4.5-noble)natcpp_0.1.1.tar.gz(r-4.4-noble)
natcpp_0.1.1.tgz(r-4.4-emscripten)natcpp_0.1.1.tgz(r-4.3-emscripten)
natcpp.pdf |natcpp.html✨
natcpp/json (API)
NEWS
# Install 'natcpp' in R: |
install.packages('natcpp', repos = c('https://natverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/natverse/natcpp/issues
computational-neuroscienceneuroanatomy-toolbox
Last updated 3 years agofrom:574f551ea7. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win-x86_64 | OK | Nov 11 2024 |
R-4.5-linux-x86_64 | OK | Nov 11 2024 |
R-4.4-win-x86_64 | OK | Nov 11 2024 |
R-4.4-mac-x86_64 | OK | Nov 11 2024 |
R-4.4-mac-aarch64 | OK | Nov 11 2024 |
R-4.3-win-x86_64 | OK | Nov 11 2024 |
R-4.3-mac-x86_64 | OK | Nov 11 2024 |
R-4.3-mac-aarch64 | OK | Nov 11 2024 |
Exports:c_EdgeListFromSegListc_listlengthsc_ListofMatrixRowsc_seglengthsc_topntailc_topntail_listc_total_cable
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Turn a segment list into an edgelist suitable for constructing an ngraph | c_EdgeListFromSegList |
A simple function to compute the lengths of the elements of an R list | c_listlengths |
Convert a matrix into list of row vectors | c_ListofMatrixRows |
Compute summed segment lengths or total cable | c_seglengths c_total_cable |
Find the first and last elements of all vectors in a list | c_topntail c_topntail_list |