Package: fiber Type: Package Title: S7 Data Structures for Diffusion MRI Tractography Version: 0.2.0.9000 Authors@R: c( person( given = "Aymeric", family = "Stamm", role = c("aut", "cre"), email = "aymeric.stamm@cnrs.fr", comment = c(ORCID = "0000-0002-8725-3654") )) Description: Provides three S7 classes — streamline, bundle, and bundle_set — for representing diffusion MRI tractography data in R, together with a concise set of methods for computing shape descriptors (arc-length, curvature, torsion, sinuosity), the Hausdorff distance between streamlines, arc-length reparametrization of streamlines and bundles onto uniform grids, combination of streamlines or bundles into a single bundle, combination of bundles from multiple subjects or sessions into a bundle_set, and coercion to and from the dwiFiber S4 class of the 'dti' package. See Dell'Acqua, F., Descoteaux, M. and Leemans, A. (2024) "Handbook of Diffusion MR Tractography" for more about the mathematical and computational underpinnings of diffusion MRI tractography. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/tractoverse/fiber, https://tractoverse.github.io/fiber/ BugReports: https://github.com/tractoverse/fiber/issues Imports: cli, methods, S7 Config/roxygen2/version: 8.0.0 Config/roxygen2/markdown: TRUE Suggests: dti, tinytest Collate: 'bind.R' 'bundle-set.R' 'bundle.R' 'streamline.R' 'coerce.R' 'cpp11.R' 'fiber-package.R' 'parametrize.R' 'shape.R' 'utils.R' 'zzz.R' LinkingTo: cpp11 Repository: https://tractoverse.r-universe.dev Date/Publication: 2026-07-13 13:45:53 UTC RemoteUrl: https://github.com/tractoverse/fiber RemoteRef: HEAD RemoteSha: fb475d26f937979ed3314fb4b187f909f876def8 NeedsCompilation: yes Packaged: 2026-07-13 14:07:45 UTC; root Author: Aymeric Stamm [aut, cre] (ORCID: ) Maintainer: Aymeric Stamm