Type: Package Package: freesurfer Title: Wrapper Functions for 'FreeSurfer' Version: 1.8.1.902 Authors@R: c( person("John", "Muschelli", , "muschellij2@gmail.com", role = c("aut", "cre", "cph"), 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' , 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. License: GPL-3 URL: https://muschellij2.github.io/freesurfer/, https://github.com/muschellij2/freesurfer BugReports: https://github.com/muschellij2/freesurfer/issues Depends: R (>= 4.1) Imports: cli, lifecycle, methods, neurobase, R.utils, tools, stats, utils Suggests: covr, knitr, oro.nifti (>= 0.7), rgl, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true LazyLoad: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: FreeSurfer (https://freesurfer.net/) Repository: https://muschellij2.r-universe.dev Date/Publication: 2026-06-08 15:16:22 UTC RemoteUrl: https://github.com/muschellij2/freesurfer RemoteRef: HEAD RemoteSha: 08a7d165af1b6717f5789750765014e4f631303a NeedsCompilation: no Packaged: 2026-06-08 20:31:00 UTC; root Author: John Muschelli [aut, cre, cph] (ORCID: ), Athanasia Mo Mowinckel [ctb] (ORCID: ) Maintainer: John Muschelli