Package: cmtkr Type: Package Title: Wrapper for the Computational Morphometry Toolkit ('CMTK') Library Version: 0.2.3 Date: 2026-03-03 Authors@R: c( person("Gregory", "Jefferis", email = "jefferis@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")), person("Torsten", "Rohlfing", role = "aut", comment = "CMTK library author (included source)"), person("SRI International", role = "cph", comment = "Copyright holder for CMTK library"), person("Google, Inc.", role = "cph", comment = "Copyright holder for CMTK library contributions")) Description: Provides R bindings for selected components of the Computational Morphometry Toolkit ('CMTK') for image registration and point transformation. A subset of the 'C++' source code required for point transforms is bundled with 'cmtkr'. This allows direct calls into the 'CMTK' library, avoiding command-line invocations and providing order-of-magnitude speed improvements. Additional 'CMTK' functionality may be wrapped in future releases. 'CMTK' is described in Rohlfing T and Maurer CR (2003) . License: GPL-3 Imports: Rcpp (>= 0.11.2) LinkingTo: Rcpp Suggests: testthat, nat SystemRequirements: zlib Encoding: UTF-8 RoxygenNote: 7.3.3 URL: https://github.com/jefferis/cmtkr BugReports: https://github.com/jefferis/cmtkr/issues Config/pak/sysreqs: zlib1g-dev Repository: https://jefferis.r-universe.dev Date/Publication: 2026-03-14 08:37:49 UTC RemoteUrl: https://github.com/jefferis/cmtkr RemoteRef: HEAD RemoteSha: 0f9f33632215e4190478d3bb5b8cbc835256d19d NeedsCompilation: yes Packaged: 2026-06-12 07:31:51 UTC; root Author: Gregory Jefferis [aut, cre] (ORCID: ), Torsten Rohlfing [aut] (CMTK library author (included source)), SRI International [cph] (Copyright holder for CMTK library), Google, Inc. [cph] (Copyright holder for CMTK library contributions) Maintainer: Gregory Jefferis