Package: rbcpd Type: Package Title: An R package-wrapper for Fast Bayesian Coherent Point Drift and BCPD++ Registration Version: 0.1.0 Authors@R: c( person("Artür", "Manukyan", email = "artur-man@hotmail.com", role = c("aut", "cre")) ) Description: Native R bindings to a bundled, pinned implementation of Bayesian Coherent Point Drift. The package implements the accelerated BCPD++ workflow in memory: representative-point downsampling, Nystrom low-rank deformation and probability approximations, k-d-tree probability search near convergence, and interpolation of the deformation back to every original moving point. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: Rcpp LinkingTo: Rcpp Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 SystemRequirements: C++17, BLAS, LAPACK NeedsCompilation: yes Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://bimsbbioinfo.r-universe.dev Date/Publication: 2026-07-19 15:58:47 UTC RemoteUrl: https://github.com/BIMSBbioinfo/rbcpd RemoteRef: HEAD RemoteSha: 174b75a36e327567b6afd2f65bdd069c490a7ad0 Packaged: 2026-07-19 16:38:18 UTC; root Author: Artür Manukyan [aut, cre] Maintainer: Artür Manukyan