Package: riot
Title: R Inputs/Outputs for Tractography
Version: 1.1.0
Authors@R: c(
    person(
        given = "Aymeric",
        family = "Stamm",
        role = c("aut", "cre"),
        email = "aymeric.stamm@cnrs.fr",
        comment = c(ORCID = "0000-0002-8725-3654")
    ),
    person(
        given = "Jeroen",
        family = "Ooms",
        role = "ctb"
    ),
    person(
        given = "Lee", 
        family = "Thomason", 
        role = "ctb", 
        comment = "Author of the TinyXML2 C++ XML parser"
    ),
    person(
        given = "Tim", 
        family = "Schäfer", 
        role = "ctb", 
        comment = "Author of the freesurferformats R package"
    ))
Description: An input-output interface for reading in and writing out common 
    VTK formats that store tractography data. This data comes in the form of 3D 
    polygons with possibly attributes at each point. These are obtained via 
    tracking algorithms from diffusion MRI and are a non-invasive way of 
    studying brain structural connectivity.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
LinkingTo: Rcpp
Imports: Rcpp, readr, fs, cli, rlang, tibble, purrr, dplyr
URL: https://github.com/astamm/riot
BugReports: https://github.com/astamm/riot/issues
Suggests: covr, testthat (>= 3.0.0), withr
SystemRequirements: cmake (>= 3.15.0) used only but systematically on
        macOS and Linux platforms to build VTK from source.
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2023-01-06 21:00:37 UTC; stamm-a
Author: Aymeric Stamm [aut, cre] (<https://orcid.org/0000-0002-8725-3654>),
  Jeroen Ooms [ctb],
  Lee Thomason [ctb] (Author of the TinyXML2 C++ XML parser),
  Tim Schäfer [ctb] (Author of the freesurferformats R package)
Maintainer: Aymeric Stamm <aymeric.stamm@cnrs.fr>
Repository: CRAN
Date/Publication: 2023-01-07 00:10:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 18:45:18 UTC; windows
Archs: i386, x64
