Package: freesurfer
Type: Package
Title: Wrapper Functions for 'Freesurfer'
Version: 1.6.10
Authors@R: c(
    person(given = "John",
           family = "Muschelli",
           role = c("aut", "cre"),
           email = "muschellij2@gmail.com",
           comment = c(ORCID = "0000-0001-6469-1750")),
    person("Athanasia Mo", "Mowinckel", 
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-5756-0223"))
    )
Description: Wrapper functions that interface with 'Freesurfer' 
    <https://surfer.nmr.mgh.harvard.edu/>, a powerful and 
    commonly-used 'neuroimaging'
    software, using system commands. The goal is to be able to interface with
    'Freesurfer' completely in R, where you pass R objects of class 'nifti',
    implemented by package 'oro.nifti', and the function executes an 'Freesurfer'
    command and returns an R object of class 'nifti' or necessary output.
LazyData: true
LazyLoad: true
Imports: methods, neurobase, tools, R.utils, reshape2, utils
Depends: R (>= 3.2.0)
License: GPL-3
Suggests: magrittr, knitr, oro.nifti (>= 0.7), rgl, rmarkdown, pander,
        fslr (>= 2.9.2)
BugReports: https://github.com/muschellij2/freesurfer/issues
SystemRequirements: FSL, Freesurfer
        (https://surfer.nmr.mgh.harvard.edu/)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-05-13 16:40:35 UTC; johnmuschelli
Author: John Muschelli [aut, cre] (<https://orcid.org/0000-0001-6469-1750>),
  Athanasia Mo Mowinckel [ctb] (<https://orcid.org/0000-0002-5756-0223>)
Maintainer: John Muschelli <muschellij2@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-14 09:30:07 UTC
